UI/ClearPrivateDataDialog.ui

changeset 5555
5ece4e830780
parent 5108
f5cb9cb98e6a
--- a/UI/ClearPrivateDataDialog.ui	Fri Feb 24 18:58:27 2017 +0100
+++ b/UI/ClearPrivateDataDialog.ui	Fri Feb 24 18:59:38 2017 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>196</height>
+    <height>211</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -33,10 +33,10 @@
    <item>
     <widget class="QCheckBox" name="projectsCheckBox">
      <property name="toolTip">
-      <string>Select to clear the list of recently opened projects</string>
+      <string>Select to clear the list of recently opened projects and project related histories</string>
      </property>
      <property name="text">
-      <string>Recently opened projects</string>
+      <string>Recently opened projects and project histories</string>
      </property>
      <property name="checked">
       <bool>true</bool>
@@ -83,6 +83,39 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="vcsCheckBox">
+     <property name="toolTip">
+      <string>Select to clear the VCS related histories</string>
+     </property>
+     <property name="text">
+      <string>Version Control System histories</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="Line" name="line">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QCheckBox" name="pluginsCheckBox">
+     <property name="toolTip">
+      <string>Select to clear the private data of plug-ins not covered above</string>
+     </property>
+     <property name="text">
+      <string>Plug-in private data</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>

eric ide

mercurial