|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PluginRepositoryDialog</class> |
|
4 <widget class="QWidget" name="PluginRepositoryDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>800</width> |
|
10 <height>666</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Plugin Repository</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled" stdset="0"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout" name="gridLayout"> |
|
22 <item row="0" column="0" colspan="2"> |
|
23 <widget class="QTreeWidget" name="repositoryList"> |
|
24 <property name="sizePolicy"> |
|
25 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
26 <horstretch>0</horstretch> |
|
27 <verstretch>7</verstretch> |
|
28 </sizepolicy> |
|
29 </property> |
|
30 <property name="contextMenuPolicy"> |
|
31 <enum>Qt::CustomContextMenu</enum> |
|
32 </property> |
|
33 <property name="alternatingRowColors"> |
|
34 <bool>true</bool> |
|
35 </property> |
|
36 <property name="selectionMode"> |
|
37 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
38 </property> |
|
39 <property name="rootIsDecorated"> |
|
40 <bool>false</bool> |
|
41 </property> |
|
42 <property name="itemsExpandable"> |
|
43 <bool>false</bool> |
|
44 </property> |
|
45 <property name="sortingEnabled"> |
|
46 <bool>true</bool> |
|
47 </property> |
|
48 <property name="allColumnsShowFocus"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 <column> |
|
52 <property name="text"> |
|
53 <string>Name</string> |
|
54 </property> |
|
55 </column> |
|
56 <column> |
|
57 <property name="text"> |
|
58 <string>Version</string> |
|
59 </property> |
|
60 </column> |
|
61 <column> |
|
62 <property name="text"> |
|
63 <string>Short Description</string> |
|
64 </property> |
|
65 </column> |
|
66 <column> |
|
67 <property name="text"> |
|
68 <string/> |
|
69 </property> |
|
70 </column> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="1" column="0" colspan="2"> |
|
74 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
75 <item> |
|
76 <widget class="QLabel" name="newLabel"> |
|
77 <property name="toolTip"> |
|
78 <string>Shows the number of new plug-ins available</string> |
|
79 </property> |
|
80 <property name="text"> |
|
81 <string/> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item> |
|
86 <spacer name="horizontalSpacer_2"> |
|
87 <property name="orientation"> |
|
88 <enum>Qt::Horizontal</enum> |
|
89 </property> |
|
90 <property name="sizeHint" stdset="0"> |
|
91 <size> |
|
92 <width>40</width> |
|
93 <height>20</height> |
|
94 </size> |
|
95 </property> |
|
96 </spacer> |
|
97 </item> |
|
98 <item> |
|
99 <widget class="QLabel" name="updateLocalLabel"> |
|
100 <property name="toolTip"> |
|
101 <string>Shows the number of locally updatable plug-ins available</string> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string/> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item> |
|
109 <spacer name="horizontalSpacer"> |
|
110 <property name="orientation"> |
|
111 <enum>Qt::Horizontal</enum> |
|
112 </property> |
|
113 <property name="sizeHint" stdset="0"> |
|
114 <size> |
|
115 <width>40</width> |
|
116 <height>20</height> |
|
117 </size> |
|
118 </property> |
|
119 </spacer> |
|
120 </item> |
|
121 <item> |
|
122 <widget class="QLabel" name="updateRemoteLabel"> |
|
123 <property name="toolTip"> |
|
124 <string>Shows the number of remotely updatable plug-ins available</string> |
|
125 </property> |
|
126 <property name="text"> |
|
127 <string/> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 </layout> |
|
132 </item> |
|
133 <item row="2" column="0"> |
|
134 <widget class="QLabel" name="label_2"> |
|
135 <property name="text"> |
|
136 <string>Description:</string> |
|
137 </property> |
|
138 <property name="alignment"> |
|
139 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 <item row="2" column="1"> |
|
144 <widget class="QTextEdit" name="descriptionEdit"> |
|
145 <property name="sizePolicy"> |
|
146 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
147 <horstretch>0</horstretch> |
|
148 <verstretch>3</verstretch> |
|
149 </sizepolicy> |
|
150 </property> |
|
151 <property name="focusPolicy"> |
|
152 <enum>Qt::NoFocus</enum> |
|
153 </property> |
|
154 <property name="toolTip"> |
|
155 <string>Displays the description of the selected plugin</string> |
|
156 </property> |
|
157 <property name="readOnly"> |
|
158 <bool>true</bool> |
|
159 </property> |
|
160 </widget> |
|
161 </item> |
|
162 <item row="3" column="0"> |
|
163 <widget class="QLabel" name="label_3"> |
|
164 <property name="text"> |
|
165 <string>Author:</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 <item row="3" column="1"> |
|
170 <widget class="QLineEdit" name="authorEdit"> |
|
171 <property name="focusPolicy"> |
|
172 <enum>Qt::NoFocus</enum> |
|
173 </property> |
|
174 <property name="toolTip"> |
|
175 <string>Displays the author of the selected plugin</string> |
|
176 </property> |
|
177 <property name="readOnly"> |
|
178 <bool>true</bool> |
|
179 </property> |
|
180 </widget> |
|
181 </item> |
|
182 <item row="4" column="0"> |
|
183 <widget class="QLabel" name="label"> |
|
184 <property name="text"> |
|
185 <string>URL:</string> |
|
186 </property> |
|
187 </widget> |
|
188 </item> |
|
189 <item row="4" column="1"> |
|
190 <widget class="QLineEdit" name="urlEdit"> |
|
191 <property name="focusPolicy"> |
|
192 <enum>Qt::NoFocus</enum> |
|
193 </property> |
|
194 <property name="toolTip"> |
|
195 <string>Displays the download URL of the selected plugin</string> |
|
196 </property> |
|
197 <property name="readOnly"> |
|
198 <bool>true</bool> |
|
199 </property> |
|
200 </widget> |
|
201 </item> |
|
202 </layout> |
|
203 </item> |
|
204 <item> |
|
205 <widget class="Line" name="line"> |
|
206 <property name="orientation"> |
|
207 <enum>Qt::Horizontal</enum> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 <item> |
|
212 <widget class="QProgressBar" name="downloadProgress"> |
|
213 <property name="toolTip"> |
|
214 <string>Shows the progress of the current download</string> |
|
215 </property> |
|
216 <property name="value"> |
|
217 <number>0</number> |
|
218 </property> |
|
219 </widget> |
|
220 </item> |
|
221 <item> |
|
222 <widget class="QLabel" name="statusLabel"> |
|
223 <property name="text"> |
|
224 <string/> |
|
225 </property> |
|
226 <property name="wordWrap"> |
|
227 <bool>true</bool> |
|
228 </property> |
|
229 </widget> |
|
230 </item> |
|
231 <item> |
|
232 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
233 <item> |
|
234 <widget class="QLabel" name="label_4"> |
|
235 <property name="text"> |
|
236 <string>Repository URL:</string> |
|
237 </property> |
|
238 </widget> |
|
239 </item> |
|
240 <item> |
|
241 <widget class="QLineEdit" name="repositoryUrlEdit"> |
|
242 <property name="toolTip"> |
|
243 <string>Shows the repository URL</string> |
|
244 </property> |
|
245 <property name="readOnly"> |
|
246 <bool>true</bool> |
|
247 </property> |
|
248 </widget> |
|
249 </item> |
|
250 <item> |
|
251 <widget class="QPushButton" name="repositoryUrlEditButton"> |
|
252 <property name="toolTip"> |
|
253 <string>Press to edit the plugin repository URL</string> |
|
254 </property> |
|
255 <property name="text"> |
|
256 <string>Edit URL</string> |
|
257 </property> |
|
258 <property name="checkable"> |
|
259 <bool>true</bool> |
|
260 </property> |
|
261 </widget> |
|
262 </item> |
|
263 </layout> |
|
264 </item> |
|
265 <item> |
|
266 <widget class="QDialogButtonBox" name="buttonBox"> |
|
267 <property name="orientation"> |
|
268 <enum>Qt::Horizontal</enum> |
|
269 </property> |
|
270 <property name="standardButtons"> |
|
271 <set>QDialogButtonBox::NoButton</set> |
|
272 </property> |
|
273 </widget> |
|
274 </item> |
|
275 </layout> |
|
276 </widget> |
|
277 <tabstops> |
|
278 <tabstop>repositoryList</tabstop> |
|
279 <tabstop>buttonBox</tabstop> |
|
280 <tabstop>repositoryUrlEdit</tabstop> |
|
281 <tabstop>repositoryUrlEditButton</tabstop> |
|
282 </tabstops> |
|
283 <resources/> |
|
284 <connections/> |
|
285 </ui> |