]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ui/InsetParamsUi.ui
Split the overcrowded and chaotic UI pref pane into two (#7524)
[lyx.git] / src / frontends / qt4 / ui / InsetParamsUi.ui
index cb279fbebf6868c637c41d6fca623796f8235b86..03d7212fa9de591a7f4217a855b9de191633de92 100644 (file)
@@ -13,7 +13,7 @@
    <enum>Qt::NoFocus</enum>
   </property>
   <property name="windowTitle" >
-   <string/>
+   <string>Inset Parameter Configuration</string>
   </property>
   <layout class="QGridLayout" name="gridLayout" >
    <item row="0" column="0" colspan="2" >
      </property>
      <property name="sizeHint" stdset="0" >
       <size>
-       <width>281</width>
+       <width>31</width>
        <height>31</height>
       </size>
      </property>
     </spacer>
    </item>
    <item row="1" column="1" >
-    <widget class="QCheckBox" name="synchronizedViewCB" >
-     <property name="layoutDirection" >
-      <enum>Qt::LeftToRight</enum>
-     </property>
-     <property name="text" >
-      <string>I&amp;mmediate Apply</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout" >
+     <item>
+      <widget class="QCheckBox" name="synchronizedCB" >
+       <property name="toolTip" >
+        <string>Update dialog when moving context</string>
+       </property>
+       <property name="text" >
+        <string>S&amp;ynchronize Dialog</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="immediateApplyCB" >
+       <property name="toolTip" >
+        <string>Apply settings immediately</string>
+       </property>
+       <property name="layoutDirection" >
+        <enum>Qt::LeftToRight</enum>
+       </property>
+       <property name="text" >
+        <string>I&amp;mmediate Apply</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item row="2" column="0" colspan="2" >
     <layout class="QHBoxLayout" >
@@ -58,6 +75,9 @@
      </property>
      <item>
       <widget class="QPushButton" name="restorePB" >
+       <property name="toolTip" >
+        <string>Restore initial values in dialog</string>
+       </property>
        <property name="text" >
         <string>&amp;Restore</string>
        </property>
@@ -68,6 +88,9 @@
      </item>
      <item>
       <widget class="QPushButton" name="newPB" >
+       <property name="toolTip" >
+        <string>Push new inset into the document</string>
+       </property>
        <property name="text" >
         <string>New Inset</string>
        </property>
   </layout>
  </widget>
  <tabstops>
-  <tabstop>synchronizedViewCB</tabstop>
+  <tabstop>immediateApplyCB</tabstop>
   <tabstop>restorePB</tabstop>
   <tabstop>okPB</tabstop>
   <tabstop>applyPB</tabstop>