eric7/UI/ClearPrivateDataDialog.ui

branch
eric7
changeset 8546
52454036c2b2
parent 8312
800c432b34c8
child 9066
a219ade50f7c
--- a/eric7/UI/ClearPrivateDataDialog.ui	Wed Aug 25 17:44:36 2021 +0200
+++ b/eric7/UI/ClearPrivateDataDialog.ui	Thu Aug 26 18:08:46 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>211</height>
+    <height>263</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -83,6 +83,19 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="unittestCheckBox">
+     <property name="toolTip">
+      <string>Select to clear the unittest histories</string>
+     </property>
+     <property name="text">
+      <string>Unittest histories</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
     <widget class="QCheckBox" name="vcsCheckBox">
      <property name="toolTip">
       <string>Select to clear the VCS related histories</string>
@@ -127,6 +140,16 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>filesCheckBox</tabstop>
+  <tabstop>projectsCheckBox</tabstop>
+  <tabstop>multiProjectsCheckBox</tabstop>
+  <tabstop>debugCheckBox</tabstop>
+  <tabstop>shellCheckBox</tabstop>
+  <tabstop>unittestCheckBox</tabstop>
+  <tabstop>vcsCheckBox</tabstop>
+  <tabstop>pluginsCheckBox</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>

eric ide

mercurial