Qt 6.11 is out! See what's new in the release
blog
Incorrect QComboBox width on macOS
-
Having:
<widget class="QComboBox" name="comboKeyFormat"> <item> <property name="text"> <string>Passphrase</string> </property> </item> <item> <property name="text"> <string>Raw key</string> </property> </item> </widget>it shows like:


on macOS (the
eis cut out), while it shows like:
on Ubuntu 16.04 with Qt 5.5.1 (the last letter
ais not cut out).Is this a Qt bug? As it looks like the size hint's width is smaller than required.
You can find more information here: https://github.com/sqlitebrowser/sqlitebrowser/issues/1424.
macOS 10.13.4 (17E199) Qt Creator 4.6.1 Based on Qt 5.10.1 (Clang 8.0 (Apple), 64 bit) Built on May 2 2018 04:20:50 From revision 065e644d92 -
Hi,
What hardware you see this on ?
-
Just saw that you gave the Qt Creator information. What version of Qt are you using to build your application on macOS ?