--- a/Helpviewer/QtHelpDocumentationDialog.ui Sat Dec 31 13:40:26 2016 +0100 +++ b/Helpviewer/QtHelpDocumentationDialog.ui Sat Dec 31 17:52:23 2016 +0100 @@ -26,20 +26,7 @@ </item> <item> <layout class="QGridLayout" name="gridLayout"> - <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"> + <item row="0" column="0" rowspan="6"> <widget class="QListWidget" name="documentsList"> <property name="alternatingRowColors"> <bool>true</bool> @@ -62,6 +49,16 @@ </property> </widget> </item> + <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="text"> + <string>Add from Plug-ins...</string> + </property> + </widget> + </item> <item row="2" column="1"> <widget class="QPushButton" name="removeButton"> <property name="toolTip"> @@ -72,16 +69,39 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QPushButton" name="addPluginButton"> + <item row="3" column="1"> + <widget class="Line" name="line"> + <property name="lineWidth"> + <number>2</number> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QPushButton" name="managePluginButton"> <property name="toolTip"> - <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> + <string>Select to manage the plug-in provided documentation sets</string> </property> <property name="text"> - <string>Add from Plug-ins...</string> + <string>Manage Plug-ins...</string> </property> </widget> </item> + <item row="5" column="1"> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>18</height> + </size> + </property> + </spacer> + </item> </layout> </item> <item>