QScintilla/ReplaceWidget.ui

changeset 1527
b60af978f526
parent 0
de9c2efb9d02
child 1529
0705902d6c0f
--- a/QScintilla/ReplaceWidget.ui	Tue Jan 03 11:00:35 2012 +0100
+++ b/QScintilla/ReplaceWidget.ui	Thu Jan 05 19:37:23 2012 +0100
@@ -7,16 +7,25 @@
     <x>0</x>
     <y>0</y>
     <width>722</width>
-    <height>56</height>
+    <height>77</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Find and Replace</string>
   </property>
   <layout class="QGridLayout" name="gridLayout">
-   <property name="margin">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
     <number>0</number>
    </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
+    <number>12</number>
+   </property>
    <item row="0" column="0">
     <widget class="QToolButton" name="closeButton">
      <property name="toolTip">
@@ -70,21 +79,21 @@
      </property>
     </widget>
    </item>
-   <item row="0" column="5">
+   <item row="0" column="6">
     <widget class="QCheckBox" name="caseCheckBox">
      <property name="text">
       <string>Match case</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="6">
+   <item row="0" column="7">
     <widget class="QCheckBox" name="wordCheckBox">
      <property name="text">
       <string>Whole word</string>
      </property>
     </widget>
    </item>
-   <item row="0" column="7">
+   <item row="0" column="8">
     <widget class="QCheckBox" name="regexpCheckBox">
      <property name="text">
       <string>Regexp</string>
@@ -128,20 +137,27 @@
     </widget>
    </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="5">
+   <item row="1" column="6">
     <widget class="QCheckBox" name="wrapCheckBox">
      <property name="text">
       <string>Wrap around</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="6">
+   <item row="1" column="7">
     <widget class="QCheckBox" name="selectionCheckBox">
      <property name="text">
       <string>Selection only</string>
@@ -161,6 +177,7 @@
   <tabstop>findNextButton</tabstop>
   <tabstop>findPrevButton</tabstop>
   <tabstop>replaceButton</tabstop>
+  <tabstop>replaceSearchButton</tabstop>
   <tabstop>replaceAllButton</tabstop>
   <tabstop>closeButton</tabstop>
  </tabstops>

eric ide

mercurial