Changeset 89277 in vbox
- Timestamp:
- May 25, 2021 3:51:04 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.cpp
r89276 r89277 37 37 void UIWizard::prepare() 38 38 { 39 // WORKAROUND: 40 // In Qt 5.15 setting fusion application style leaves wizard style undetermined (unset). 41 // But there is no "unset" enum value, so it's kinda 0, which means QWizard::ClassicStyle. 42 // But by the fact wizard doesn't get rendered as QWizard::ClassicStyle, layout is broken. 43 // So, we are forcing QWizard::ClassicStyle ourselves .. 44 if (wizardStyle() == QWizard::ClassicStyle) 45 setWizardStyle(QWizard::ClassicStyle); 46 39 47 /* Translate wizard: */ 40 48 retranslateUi();
Note:
See TracChangeset
for help on using the changeset viewer.