eric7/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui

branch
eric7
changeset 9025
9fe8cfa14542
parent 8428
2deec2f8a9ab
--- a/eric7/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui	Wed Apr 13 18:16:23 2022 +0200
+++ b/eric7/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui	Wed Apr 13 19:49:25 2022 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>372</width>
-    <height>515</height>
+    <width>400</width>
+    <height>600</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -169,7 +169,27 @@
         </property>
        </widget>
       </item>
-      <item row="5" column="0" colspan="2">
+      <item row="5" column="0">
+       <widget class="QRadioButton" name="expressionButton">
+        <property name="text">
+         <string>Expression:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="1" colspan="2">
+       <widget class="QLineEdit" name="expressionEdit">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Enter a revision set expression</string>
+        </property>
+        <property name="clearButtonEnabled">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="0" colspan="3">
        <widget class="QRadioButton" name="noneButton">
         <property name="toolTip">
          <string>Select to not specify a specific revision</string>
@@ -289,12 +309,13 @@
   <tabstop>branchCombo</tabstop>
   <tabstop>bookmarkButton</tabstop>
   <tabstop>bookmarkCombo</tabstop>
+  <tabstop>expressionButton</tabstop>
+  <tabstop>expressionEdit</tabstop>
   <tabstop>noneButton</tabstop>
   <tabstop>messageEdit</tabstop>
   <tabstop>dateEdit</tabstop>
   <tabstop>userEdit</tabstop>
   <tabstop>mergeCheckBox</tabstop>
-  <tabstop>buttonBox</tabstop>
  </tabstops>
  <resources/>
  <connections>
@@ -305,8 +326,8 @@
    <slot>accept()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>261</x>
-     <y>450</y>
+     <x>270</x>
+     <y>590</y>
     </hint>
     <hint type="destinationlabel">
      <x>157</x>
@@ -321,8 +342,8 @@
    <slot>reject()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>329</x>
-     <y>450</y>
+     <x>338</x>
+     <y>590</y>
     </hint>
     <hint type="destinationlabel">
      <x>286</x>
@@ -337,12 +358,12 @@
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>48</x>
-     <y>42</y>
+     <x>69</x>
+     <y>66</y>
     </hint>
     <hint type="destinationlabel">
-     <x>113</x>
-     <y>43</y>
+     <x>215</x>
+     <y>68</y>
     </hint>
    </hints>
   </connection>
@@ -369,12 +390,12 @@
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>52</x>
-     <y>104</y>
+     <x>73</x>
+     <y>131</y>
     </hint>
     <hint type="destinationlabel">
-     <x>124</x>
-     <y>99</y>
+     <x>246</x>
+     <y>132</y>
     </hint>
    </hints>
   </connection>
@@ -385,12 +406,12 @@
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>71</x>
-     <y>127</y>
+     <x>92</x>
+     <y>163</y>
     </hint>
     <hint type="destinationlabel">
-     <x>123</x>
-     <y>130</y>
+     <x>245</x>
+     <y>164</y>
     </hint>
    </hints>
   </connection>
@@ -401,12 +422,28 @@
    <slot>setEnabled(bool)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>57</x>
-     <y>147</y>
+     <x>78</x>
+     <y>195</y>
     </hint>
     <hint type="destinationlabel">
-     <x>116</x>
-     <y>147</y>
+     <x>238</x>
+     <y>196</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>expressionButton</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>expressionEdit</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>67</x>
+     <y>219</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>198</x>
+     <y>213</y>
     </hint>
    </hints>
   </connection>

eric ide

mercurial