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

ComboBox hide behind Dialog if Dialog z > 0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • 6.5.0 Beta1
    • 6.4.2
    • Quick: Controls 2
    • None

       

      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Button {
              text: "show dialog"
              onClicked: dialog.visible = true
          }
      
          Dialog {
              id: dialog
              title: "Title"
              standardButtons: Dialog.Ok | Dialog.Cancel
              z: 1
              ComboBox {
                  id: comboBox
                  model: ["First", "Second", "Third"]
              }
          }
      }
      

       

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes