Qt 6.11 is out! See what's new in the release
blog
how to increase dropdown rectangle of ComboBox
-
sure, simply adjust the related parts of the combobox:
https://doc.qt.io/qt-6/qtquickcontrols2-customize.html#customizing-comboboxComboBox { // [...] popup: Popup { // [...] implicitWidth: 222 // [...] } }
