QScintilla/ReplaceWidget.ui

changeset 5742
dc9cd8059221
parent 3656
441956d8fce5
child 6325
ebdcf9a36f42
--- a/QScintilla/ReplaceWidget.ui	Sat May 20 14:33:00 2017 +0200
+++ b/QScintilla/ReplaceWidget.ui	Sat May 20 16:13:23 2017 +0200
@@ -20,7 +20,16 @@
    <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>0</number>
    </property>
    <item row="0" column="0">
@@ -36,7 +45,10 @@
    <item row="0" column="1">
     <widget class="QLabel" name="label">
      <property name="text">
-      <string>Find:</string>
+      <string>&amp;Find:</string>
+     </property>
+     <property name="buddy">
+      <cstring>findtextCombo</cstring>
      </property>
     </widget>
    </item>
@@ -82,28 +94,31 @@
    <item row="0" column="6">
     <widget class="QCheckBox" name="caseCheckBox">
      <property name="text">
-      <string>Match case</string>
+      <string>&amp;Match case</string>
      </property>
     </widget>
    </item>
    <item row="0" column="7">
     <widget class="QCheckBox" name="wordCheckBox">
      <property name="text">
-      <string>Whole word</string>
+      <string>Whole &amp;word</string>
      </property>
     </widget>
    </item>
    <item row="0" column="8">
     <widget class="QCheckBox" name="regexpCheckBox">
      <property name="text">
-      <string>Regexp</string>
+      <string>Rege&amp;xp</string>
      </property>
     </widget>
    </item>
    <item row="1" column="1">
     <widget class="QLabel" name="label_2">
      <property name="text">
-      <string>Replace:</string>
+      <string>&amp;Replace:</string>
+     </property>
+     <property name="buddy">
+      <cstring>replacetextCombo</cstring>
      </property>
     </widget>
    </item>
@@ -156,14 +171,14 @@
    <item row="1" column="6">
     <widget class="QCheckBox" name="wrapCheckBox">
      <property name="text">
-      <string>Wrap around</string>
+      <string>Wrap &amp;around</string>
      </property>
     </widget>
    </item>
    <item row="1" column="7">
     <widget class="QCheckBox" name="selectionCheckBox">
      <property name="text">
-      <string>Selection only</string>
+      <string>&amp;Selection only</string>
      </property>
     </widget>
    </item>

eric ide

mercurial