Helpviewer/QtHelpDocumentationDialog.ui

changeset 5224
7454861e4106
parent 3217
87b8a0745edd
child 5227
5bffd1a6741f
--- a/Helpviewer/QtHelpDocumentationDialog.ui	Mon Oct 10 19:21:22 2016 +0200
+++ b/Helpviewer/QtHelpDocumentationDialog.ui	Mon Oct 10 19:23:38 2016 +0200
@@ -26,7 +26,20 @@
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout">
-     <item row="0" column="0" rowspan="3">
+     <item row="3" column="1">
+      <spacer name="verticalSpacer">
+       <property name="orientation">
+        <enum>Qt::Vertical</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>20</width>
+         <height>98</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item row="0" column="0" rowspan="4">
       <widget class="QListWidget" name="documentsList">
        <property name="alternatingRowColors">
         <bool>true</bool>
@@ -49,7 +62,7 @@
        </property>
       </widget>
      </item>
-     <item row="1" column="1">
+     <item row="2" column="1">
       <widget class="QPushButton" name="removeButton">
        <property name="toolTip">
         <string>Press to remove the selected documents from the database</string>
@@ -59,18 +72,15 @@
        </property>
       </widget>
      </item>
-     <item row="2" column="1">
-      <spacer name="verticalSpacer">
-       <property name="orientation">
-        <enum>Qt::Vertical</enum>
+     <item row="1" column="1">
+      <widget class="QPushButton" name="addPluginButton">
+       <property name="toolTip">
+        <string>Press to select QtHelp documents provided by a plug-in to add to the database</string>
        </property>
-       <property name="sizeHint" stdset="0">
-        <size>
-         <width>20</width>
-         <height>98</height>
-        </size>
+       <property name="text">
+        <string>Add from Plug-ins...</string>
        </property>
-      </spacer>
+      </widget>
      </item>
     </layout>
    </item>
@@ -89,8 +99,8 @@
  <tabstops>
   <tabstop>documentsList</tabstop>
   <tabstop>addButton</tabstop>
+  <tabstop>addPluginButton</tabstop>
   <tabstop>removeButton</tabstop>
-  <tabstop>buttonBox</tabstop>
  </tabstops>
  <resources/>
  <connections>

eric ide

mercurial