diff -r b43e04854aba -r 2eee7a645cba src/eric7/WebBrowser/QtHelp/QtHelpDocumentationSettingsWidget.ui --- a/src/eric7/WebBrowser/QtHelp/QtHelpDocumentationSettingsWidget.ui Sun Jan 08 16:11:22 2023 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>QtHelpDocumentationSettingsWidget</class> - <widget class="QWidget" name="QtHelpDocumentationSettingsWidget"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>533</width> - <height>304</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Registered Documents</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLineEdit" name="filterEdit"> - <property name="placeholderText"> - <string><Filter></string> - </property> - <property name="clearButtonEnabled"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="1" rowspan="2"> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QPushButton" name="addDocumentsButton"> - <property name="toolTip"> - <string>Press to select QtHelp documents to add to the database</string> - </property> - <property name="text"> - <string>Add...</string> - </property> - </widget> - </item> - <item> - <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> - <widget class="QPushButton" name="removeDocumentsButton"> - <property name="toolTip"> - <string>Press to remove the selected documents from the database</string> - </property> - <property name="text"> - <string>Remove</string> - </property> - </widget> - </item> - <item> - <widget class="Line" name="line"> - <property name="lineWidth"> - <number>2</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <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> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>17</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> - <item row="2" column="0"> - <widget class="QListWidget" name="documentsList"> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionMode"> - <enum>QAbstractItemView::ExtendedSelection</enum> - </property> - <property name="sortingEnabled"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <tabstops> - <tabstop>filterEdit</tabstop> - <tabstop>documentsList</tabstop> - <tabstop>addDocumentsButton</tabstop> - <tabstop>addPluginButton</tabstop> - <tabstop>removeDocumentsButton</tabstop> - <tabstop>managePluginButton</tabstop> - </tabstops> - <resources/> - <connections/> -</ui>