PluginManager/PluginUninstallDialog.ui

changeset 0
de9c2efb9d02
child 3366
6084bb3c3911
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>PluginUninstallDialog</class>
3 <widget class="QWidget" name="PluginUninstallDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>300</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Plugin Uninstallation</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QLabel" name="label_3" >
18 <property name="text" >
19 <string>Plugin directory:</string>
20 </property>
21 </widget>
22 </item>
23 <item>
24 <widget class="QComboBox" name="pluginDirectoryCombo" >
25 <property name="toolTip" >
26 <string>Select the plugin area containing the plugin to uninstall</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLabel" name="label_2" >
32 <property name="text" >
33 <string>Plugin:</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QComboBox" name="pluginNameCombo" >
39 <property name="toolTip" >
40 <string>Select the plugin to uninstall</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <spacer>
46 <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>
61 </property>
62 <property name="standardButtons" >
63 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 <tabstops>
70 <tabstop>pluginDirectoryCombo</tabstop>
71 <tabstop>pluginNameCombo</tabstop>
72 <tabstop>buttonBox</tabstop>
73 </tabstops>
74 <resources/>
75 <connections/>
76 </ui>

eric ide

mercurial