diff -r 3528235d0707 -r 9db3fd0b1c72 WebBrowser/QtHelp/QtHelpDocumentationDialog.ui --- a/WebBrowser/QtHelp/QtHelpDocumentationDialog.ui Sat Dec 31 13:40:26 2016 +0100 +++ b/WebBrowser/QtHelp/QtHelpDocumentationDialog.ui Sat Dec 31 17:52:23 2016 +0100 @@ -26,7 +26,7 @@ </item> <item> <layout class="QGridLayout" name="gridLayout"> - <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> @@ -49,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"> @@ -60,6 +70,26 @@ </widget> </item> <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>Select to manage the plug-in provided documentation sets</string> + </property> + <property name="text"> + <string>Manage Plug-ins...</string> + </property> + </widget> + </item> + <item row="5" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -67,21 +97,11 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>98</height> + <height>17</height> </size> </property> </spacer> </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> </layout> </item> <item>