Still changes to our options dialog

We decided to have text-based buttons by default.
This commit is contained in:
Leandro Melo
2011-02-28 14:35:58 +01:00
parent a5977bc822
commit ae3b2ab013
24 changed files with 264 additions and 244 deletions

View File

@@ -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>