src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.ui

branch
eric7
changeset 9686
2eee7a645cba
parent 9209
b99e7fd55fd3
equal deleted inserted replaced
9685:b43e04854aba 9686:2eee7a645cba
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QtHelpDocumentationSettingsWidget</class>
4 <widget class="QWidget" name="QtHelpDocumentationSettingsWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>533</width>
10 <height>304</height>
11 </rect>
12 </property>
13 <layout class="QGridLayout" name="gridLayout">
14 <item row="0" column="0" colspan="2">
15 <widget class="QLabel" name="label">
16 <property name="text">
17 <string>Registered Documents</string>
18 </property>
19 </widget>
20 </item>
21 <item row="1" column="0">
22 <widget class="QLineEdit" name="filterEdit">
23 <property name="placeholderText">
24 <string>&lt;Filter&gt;</string>
25 </property>
26 <property name="clearButtonEnabled">
27 <bool>true</bool>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="1" rowspan="2">
32 <layout class="QVBoxLayout" name="verticalLayout">
33 <item>
34 <widget class="QPushButton" name="addDocumentsButton">
35 <property name="toolTip">
36 <string>Press to select QtHelp documents to add to the database</string>
37 </property>
38 <property name="text">
39 <string>Add...</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QPushButton" name="addPluginButton">
45 <property name="toolTip">
46 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string>
47 </property>
48 <property name="text">
49 <string>Add from Plug-ins...</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QPushButton" name="removeDocumentsButton">
55 <property name="toolTip">
56 <string>Press to remove the selected documents from the database</string>
57 </property>
58 <property name="text">
59 <string>Remove</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="Line" name="line">
65 <property name="lineWidth">
66 <number>2</number>
67 </property>
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QPushButton" name="managePluginButton">
75 <property name="toolTip">
76 <string>Select to manage the plug-in provided documentation sets</string>
77 </property>
78 <property name="text">
79 <string>Manage Plug-ins...</string>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <spacer name="verticalSpacer">
85 <property name="orientation">
86 <enum>Qt::Vertical</enum>
87 </property>
88 <property name="sizeHint" stdset="0">
89 <size>
90 <width>20</width>
91 <height>17</height>
92 </size>
93 </property>
94 </spacer>
95 </item>
96 </layout>
97 </item>
98 <item row="2" column="0">
99 <widget class="QListWidget" name="documentsList">
100 <property name="alternatingRowColors">
101 <bool>true</bool>
102 </property>
103 <property name="selectionMode">
104 <enum>QAbstractItemView::ExtendedSelection</enum>
105 </property>
106 <property name="sortingEnabled">
107 <bool>true</bool>
108 </property>
109 </widget>
110 </item>
111 </layout>
112 </widget>
113 <tabstops>
114 <tabstop>filterEdit</tabstop>
115 <tabstop>documentsList</tabstop>
116 <tabstop>addDocumentsButton</tabstop>
117 <tabstop>addPluginButton</tabstop>
118 <tabstop>removeDocumentsButton</tabstop>
119 <tabstop>managePluginButton</tabstop>
120 </tabstops>
121 <resources/>
122 <connections/>
123 </ui>

eric ide

mercurial