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

Windows: ComboBox not always correctly rendered in a layout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0
    • 5.1.0 Beta 1
    • Quick: Controls 1
    • None
    • 05b75bcea1a2d377584f360f28a66084b2cf8970

    Description

      Using the following example on Windows 7:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Layouts 1.0
      
      ColumnLayout {
          Label {
              text:"Resize the window and look at the combo box"
              Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
          }
          ComboBox {
              model: 5
              Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
          }
      }
      

      When the window is resized, the combobox is not always properly rendered. See also attached screeshots.

      Attachments

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

        Activity

          People

            smd Jan Arve
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes