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