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

ComboBox's items order of chaos

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 5.5.0
    • Quick: Controls 1
    • 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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes