forked from qt-creator/qt-creator
Make our options dialog a bit more uniform
In terms of buttons, layouts, aesthetics in general.
This commit is contained in:
@@ -19,14 +19,7 @@
|
||||
<property name="title">
|
||||
<string>Qt Quick Toolbars</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="textEditHelperCheckBox">
|
||||
<property name="text">
|
||||
<string>Always show Qt Quick Toolbar</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="textEditHelperCheckBoxPin">
|
||||
<property name="toolTip">
|
||||
@@ -37,6 +30,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="textEditHelperCheckBox">
|
||||
<property name="text">
|
||||
<string>Always show Qt Quick Toolbar</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user