Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-48010

ComboBox's items order of chaos

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.5.0
    • Quick: Controls 1
    • None
    • QT 5.5.0 VS2013 64bit

      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
          }
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            laknoll Lars Knoll
            jornhong jornhong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes