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

QML ComboBox don't show items on open

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • 5.12.1
    • Quick: Controls 1
    • None
    • Windows 10 64bit Pro
      MSVC 2015 64bit
    • Windows
    • 5.12.2

    Description

      I want to use simple qml element ComboBox from Controls 1

      But when I want to choose from items it don't show up

       

      import QtQuick 2.11
      import QtQuick.Window 2.11
      import QtQuick.Controls 1.4

      Window {
      visible: true
      width: 640
      height: 480
      title: qsTr("Hello World")

      ComboBox

      { width: 200 model: [ "Banana", "Apple", "Coconut" ] }

      }

      example  application included

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            miskol MICHAL LAZO
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes