Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.5.0
-
None
-
QT 5.5.0 VS2013 64bit
Description
ComboBox's items looks display in order of chaos when ComboBox was loaded by Loader Element with asynchronous method.
import QtQuick 2.5 import QtQuick.Controls 1.4 Rectangle { width: 100 height: 62 color:"yellow" ComboBox{ id:wrapper width:100 height:48 model:100 } }
Attachments
Issue Links
- is replaced by
-
QTBUG-48053 unordered combobox model if using incubateObject
-
- Closed
-