Helpviewer/QtHelpDocumentationSelectionDialog.ui

changeset 5393
9db3fd0b1c72
parent 5227
5bffd1a6741f
--- a/Helpviewer/QtHelpDocumentationSelectionDialog.ui	Sat Dec 31 13:40:26 2016 +0100
+++ b/Helpviewer/QtHelpDocumentationSelectionDialog.ui	Sat Dec 31 17:52:23 2016 +0100
@@ -49,17 +49,70 @@
     </widget>
    </item>
    <item>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QPushButton" name="deleteButton">
+       <property name="toolTip">
+        <string>Press to delete the selected documentation sets</string>
+       </property>
+       <property name="text">
+        <string>Delete</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="deleteCategoryButton">
+       <property name="toolTip">
+        <string>Press to delete the selected category</string>
+       </property>
+       <property name="text">
+        <string>Delete Categories</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="deleteAllButton">
+       <property name="toolTip">
+        <string>Press to delete all entries</string>
+       </property>
+       <property name="text">
+        <string>Delete All</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
+   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>documentationList</tabstop>
+  <tabstop>deleteButton</tabstop>
+  <tabstop>deleteCategoryButton</tabstop>
+  <tabstop>deleteAllButton</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>

eric ide

mercurial