-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2
For example:
Most likely due to QTBUG-124474 and QTBUG-125529 fixes.
import QtQuick import QtQuick.Controls.Basic ApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") ComboBox { model: 10 Component.onCompleted: popup.open() } }