]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/ui/SearchUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / SearchUi.ui
index 5d6bc05801c33c1402bfa23eeb6021b1b1da6d67..2b24b5a05a64d170aec2e26ee91c5f299c0d31a8 100644 (file)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>706</width>
-    <height>135</height>
+    <height>103</height>
    </rect>
   </property>
   <property name="sizePolicy">
    <bool>false</bool>
   </property>
   <layout class="QGridLayout" name="gridLayout_2">
+   <property name="leftMargin">
+    <number>6</number>
+   </property>
+   <property name="topMargin">
+    <number>3</number>
+   </property>
+   <property name="rightMargin">
+    <number>3</number>
+   </property>
+   <property name="bottomMargin">
+    <number>3</number>
+   </property>
+   <property name="spacing">
+    <number>0</number>
+   </property>
    <item row="0" column="0">
     <layout class="QGridLayout" name="gridLayout">
+     <property name="spacing">
+      <number>3</number>
+     </property>
      <item row="0" column="2">
       <widget class="QPushButton" name="findPrevPB">
        <property name="enabled">
@@ -34,7 +52,7 @@
         <string>Find previous occurrence (Shift+Enter)</string>
        </property>
        <property name="text">
-        <string>&lt; Find</string>
+        <string>&amp;&lt; Find</string>
        </property>
       </widget>
      </item>
         <enum>Qt::LeftToRight</enum>
        </property>
        <property name="text">
-        <string>Find &gt;</string>
+        <string>Find &amp;&gt;</string>
        </property>
        <property name="default">
         <bool>true</bool>
       </property>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
+        <property name="spacing">
+         <number>6</number>
+        </property>
+        <property name="topMargin">
+         <number>6</number>
+        </property>
         <item>
          <widget class="QCheckBox" name="caseCB">
+          <property name="toolTip">
+           <string>Treat uppercase/lowercase writing as distinct</string>
+          </property>
           <property name="text">
            <string>&amp;Case sensitive[[search]]</string>
           </property>
         </item>
         <item>
          <widget class="QCheckBox" name="wordsCB">
+          <property name="toolTip">
+           <string>Match whole words only</string>
+          </property>
           <property name="text">
-           <string>Match &amp;whole words only</string>
+           <string>Wh&amp;ole words</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QCheckBox" name="selectionCB">
+          <property name="toolTip">
+           <string>Limit search and replace to selection</string>
+          </property>
+          <property name="text">
+           <string>Selection onl&amp;y</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QCheckBox" name="instantSearchCB">
+          <property name="toolTip">
+           <string>If this is checked, LyX will search forward immediately</string>
+          </property>
+          <property name="text">
+           <string>Search as yo&amp;u type</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QCheckBox" name="wrapCB">
+          <property name="toolTip">
+           <string>If the end/start of the document is reached, automatically wrap around</string>
+          </property>
+          <property name="text">
+           <string>&amp;Wrap</string>
+          </property>
+          <property name="checked">
+           <bool>true</bool>
           </property>
          </widget>
         </item>
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>replaceCO</tabstop>
+  <tabstop>findPB</tabstop>
+  <tabstop>findPrevPB</tabstop>
+  <tabstop>minimizePB</tabstop>
+  <tabstop>replacePB</tabstop>
+  <tabstop>replacePrevPB</tabstop>
+  <tabstop>replaceallPB</tabstop>
+  <tabstop>caseCB</tabstop>
+  <tabstop>wordsCB</tabstop>
+  <tabstop>selectionCB</tabstop>
+  <tabstop>instantSearchCB</tabstop>
+  <tabstop>wrapCB</tabstop>
+  <tabstop>findCO</tabstop>
+ </tabstops>
  <includes>
   <include location="local">qt_i18n.h</include>
  </includes>