1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>PluginUninstallDialog</class> |
3 <class>PluginUninstallDialog</class> |
3 <widget class="QWidget" name="PluginUninstallDialog" > |
4 <widget class="QWidget" name="PluginUninstallDialog"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>400</width> |
9 <width>400</width> |
9 <height>300</height> |
10 <height>131</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Plugin Uninstallation</string> |
14 <string>Plugin Uninstallation</string> |
14 </property> |
15 </property> |
15 <layout class="QVBoxLayout" > |
16 <layout class="QVBoxLayout"> |
16 <item> |
17 <item> |
17 <widget class="QLabel" name="label_3" > |
18 <widget class="QLabel" name="label_3"> |
18 <property name="text" > |
19 <property name="text"> |
19 <string>Plugin directory:</string> |
20 <string>Plugin directory:</string> |
20 </property> |
21 </property> |
21 </widget> |
22 </widget> |
22 </item> |
23 </item> |
23 <item> |
24 <item> |
24 <widget class="QComboBox" name="pluginDirectoryCombo" > |
25 <widget class="QComboBox" name="pluginDirectoryCombo"> |
25 <property name="toolTip" > |
26 <property name="toolTip"> |
26 <string>Select the plugin area containing the plugin to uninstall</string> |
27 <string>Select the plugin area containing the plugin to uninstall</string> |
27 </property> |
28 </property> |
28 </widget> |
29 </widget> |
29 </item> |
30 </item> |
30 <item> |
31 <item> |
31 <widget class="QLabel" name="label_2" > |
32 <widget class="QLabel" name="label_2"> |
32 <property name="text" > |
33 <property name="text"> |
33 <string>Plugin:</string> |
34 <string>Plugin:</string> |
34 </property> |
35 </property> |
35 </widget> |
36 </widget> |
36 </item> |
37 </item> |
37 <item> |
38 <item> |
38 <widget class="QComboBox" name="pluginNameCombo" > |
39 <widget class="QComboBox" name="pluginNameCombo"> |
39 <property name="toolTip" > |
40 <property name="toolTip"> |
40 <string>Select the plugin to uninstall</string> |
41 <string>Select the plugin to uninstall</string> |
41 </property> |
42 </property> |
42 </widget> |
43 </widget> |
43 </item> |
44 </item> |
44 <item> |
45 <item> |
45 <spacer> |
46 <widget class="QDialogButtonBox" name="buttonBox"> |
46 <property name="orientation" > |
47 <property name="orientation"> |
47 <enum>Qt::Vertical</enum> |
|
48 </property> |
|
49 <property name="sizeHint" stdset="0" > |
|
50 <size> |
|
51 <width>20</width> |
|
52 <height>40</height> |
|
53 </size> |
|
54 </property> |
|
55 </spacer> |
|
56 </item> |
|
57 <item> |
|
58 <widget class="QDialogButtonBox" name="buttonBox" > |
|
59 <property name="orientation" > |
|
60 <enum>Qt::Horizontal</enum> |
48 <enum>Qt::Horizontal</enum> |
61 </property> |
49 </property> |
62 <property name="standardButtons" > |
50 <property name="standardButtons"> |
63 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
51 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
64 </property> |
52 </property> |
65 </widget> |
53 </widget> |
66 </item> |
54 </item> |
67 </layout> |
55 </layout> |