OSDN Git Service

Revert "Make our options dialog a bit more uniform"
[qt-creator-jp/qt-creator-jp.git] / src / plugins / qmljseditor / quicktoolbarsettingspage.ui
index fddcffe..e730e8f 100644 (file)
      <property name="title">
       <string>Qt Quick Toolbars</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
+     <layout class="QHBoxLayout" name="horizontalLayout">
       <item>
-       <widget class="QCheckBox" name="textEditHelperCheckBoxPin">
-        <property name="toolTip">
-         <string>If enabled, the toolbar will remain pinned to an absolute position.</string>
-        </property>
+       <widget class="QCheckBox" name="textEditHelperCheckBox">
         <property name="text">
-         <string>Pin Qt Quick Toolbar</string>
+         <string>Always show Qt Quick Toolbar</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QCheckBox" name="textEditHelperCheckBox">
+       <widget class="QCheckBox" name="textEditHelperCheckBoxPin">
+        <property name="toolTip">
+         <string>If enabled, the toolbar will remain pinned to an absolute position.</string>
+        </property>
         <property name="text">
-         <string>Always show Qt Quick Toolbar</string>
+         <string>Pin Qt Quick Toolbar</string>
         </property>
        </widget>
       </item>