eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui

branch
eric7
changeset 9028
b3a7f0368163
parent 8312
800c432b34c8
--- a/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui	Sun Apr 17 19:34:09 2022 +0200
+++ b/eric7/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui	Wed Apr 20 15:00:51 2022 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>451</height>
+    <height>477</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -131,6 +131,9 @@
            <property name="toolTip">
             <string>Enter a changeset id</string>
            </property>
+           <property name="clearButtonEnabled">
+            <bool>true</bool>
+           </property>
           </widget>
          </item>
          <item row="2" column="0">
@@ -208,6 +211,26 @@
            </property>
           </widget>
          </item>
+         <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>
         </layout>
        </widget>
       </item>
@@ -263,6 +286,8 @@
   <tabstop>branchCombo</tabstop>
   <tabstop>bookmarkButton</tabstop>
   <tabstop>bookmarkCombo</tabstop>
+  <tabstop>expressionButton</tabstop>
+  <tabstop>expressionEdit</tabstop>
   <tabstop>forceCheckBox</tabstop>
   <tabstop>keepCheckBox</tabstop>
  </tabstops>
@@ -275,8 +300,8 @@
    <slot>accept()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>228</x>
-     <y>429</y>
+     <x>237</x>
+     <y>467</y>
     </hint>
     <hint type="destinationlabel">
      <x>150</x>
@@ -291,8 +316,8 @@
    <slot>reject()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>296</x>
-     <y>435</y>
+     <x>305</x>
+     <y>467</y>
     </hint>
     <hint type="destinationlabel">
      <x>337</x>
@@ -407,8 +432,24 @@
      <y>88</y>
     </hint>
     <hint type="destinationlabel">
-     <x>117</x>
-     <y>374</y>
+     <x>126</x>
+     <y>405</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>expressionButton</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>expressionEdit</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>52</x>
+     <y>336</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>158</x>
+     <y>339</y>
     </hint>
    </hints>
   </connection>

eric ide

mercurial