QScintilla/ReplaceWidget.ui

changeset 6325
ebdcf9a36f42
parent 5742
dc9cd8059221
--- a/QScintilla/ReplaceWidget.ui	Sun Jun 03 14:03:19 2018 +0200
+++ b/QScintilla/ReplaceWidget.ui	Mon Jun 04 19:56:34 2018 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>813</width>
-    <height>56</height>
+    <height>58</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -78,34 +78,44 @@
     </widget>
    </item>
    <item row="0" column="3">
-    <widget class="QToolButton" name="findPrevButton">
-     <property name="toolTip">
-      <string>Press to find the previous occurrence</string>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <property name="spacing">
+      <number>0</number>
+     </property>
+     <property name="rightMargin">
+      <number>24</number>
      </property>
-    </widget>
+     <item>
+      <widget class="QToolButton" name="findPrevButton">
+       <property name="toolTip">
+        <string>Press to find the previous occurrence</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="findNextButton">
+       <property name="toolTip">
+        <string>Press to find the next occurrence</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item row="0" column="4">
-    <widget class="QToolButton" name="findNextButton">
-     <property name="toolTip">
-      <string>Press to find the next occurrence</string>
-     </property>
-    </widget>
-   </item>
-   <item row="0" column="6">
     <widget class="QCheckBox" name="caseCheckBox">
      <property name="text">
       <string>&amp;Match case</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="7">
+   <item row="0" column="5">
     <widget class="QCheckBox" name="wordCheckBox">
      <property name="text">
       <string>Whole &amp;word</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="8">
+   <item row="0" column="6">
     <widget class="QCheckBox" name="regexpCheckBox">
      <property name="text">
       <string>Rege&amp;xp</string>
@@ -148,34 +158,41 @@
     </widget>
    </item>
    <item row="1" column="3">
-    <widget class="QToolButton" name="replaceButton">
-     <property name="toolTip">
-      <string>Press to replace the selection</string>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <property name="spacing">
+      <number>0</number>
      </property>
-    </widget>
+     <item>
+      <widget class="QToolButton" name="replaceButton">
+       <property name="toolTip">
+        <string>Press to replace the selection</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="replaceSearchButton">
+       <property name="toolTip">
+        <string>Press to replace the selection and search for the next occurence</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QToolButton" name="replaceAllButton">
+       <property name="toolTip">
+        <string>Press to replace all occurrences</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item row="1" column="4">
-    <widget class="QToolButton" name="replaceSearchButton">
-     <property name="toolTip">
-      <string>Press to replace the selection and search for the next occurence</string>
-     </property>
-    </widget>
-   </item>
-   <item row="1" column="5">
-    <widget class="QToolButton" name="replaceAllButton">
-     <property name="toolTip">
-      <string>Press to replace all occurrences</string>
-     </property>
-    </widget>
-   </item>
-   <item row="1" column="6">
     <widget class="QCheckBox" name="wrapCheckBox">
      <property name="text">
       <string>Wrap &amp;around</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="7">
+   <item row="1" column="5">
     <widget class="QCheckBox" name="selectionCheckBox">
      <property name="text">
       <string>&amp;Selection only</string>

eric ide

mercurial