-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.4.0
-
None
-
e9ac791e2afce05be68da5f7b0c00eac00811f29
Trying to set several comboBoxes and adjusting their size using setSizeAdjustPolicy(QComboBox::AdjustToContents) and setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding) makes the combo boxes snap into their right positions when resized and updated.
To make things work, setSizeAdjustPolicy(QComboBox::AdjustToContentsOnFirstShow) must be used.
This worked in Qt3