Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui

changeset 1990
7fee3661c4f9
parent 1655
d2b583fdde1c
child 6460
af9e529d0fb6
--- a/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui	Sat Aug 04 20:42:45 2012 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui	Wed Aug 08 18:21:45 2012 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>450</width>
-    <height>382</height>
+    <height>400</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -143,6 +143,29 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="logCheckBox">
+     <property name="toolTip">
+      <string>Select to append graft info to the log message</string>
+     </property>
+     <property name="text">
+      <string>Append Graft &amp;Info</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QCheckBox" name="dryRunCheckBox">
+     <property name="toolTip">
+      <string>Select to perform a dry-run of the graft operation</string>
+     </property>
+     <property name="text">
+      <string>Perform Dry-Run</string>
+     </property>
+    </widget>
+   </item>
+   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -162,6 +185,8 @@
   <tabstop>dateGroup</tabstop>
   <tabstop>currentDateCheckBox</tabstop>
   <tabstop>dateTimeEdit</tabstop>
+  <tabstop>logCheckBox</tabstop>
+  <tabstop>dryRunCheckBox</tabstop>
   <tabstop>buttonBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial