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

HorizontalHeaderView blocks interaction with ComboBox

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5.1
    • Quick: Controls 2
    • None
    • Android, Linux/X11, macOS

    Description

      If the window contains a headerview with default settings a dropdown on the same window wont open anymore unless columns made not resizable.

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls
      
      Window {
          width: 640
          height: 480
          visible: true
          ComboBox {
               model: ["1","2","3"]     
          }
          HorizontalHeaderView {
               model: ["1","2","3"] 
      //        resizableColumns: false     
          }
      }
      

      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
            htietze Heiko Tietze
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes