1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>PluginManagerUI</class> |
---|
4 | <widget class="QDialog" name="PluginManagerUI"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>528</width> |
---|
10 | <height>442</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Plugin Manager</string> |
---|
15 | </property> |
---|
16 | <layout class="QGridLayout" name="gridLayout"> |
---|
17 | <item row="0" column="0"> |
---|
18 | <widget class="QListWidget" name="lstModels"> |
---|
19 | <property name="contextMenuPolicy"> |
---|
20 | <enum>Qt::ActionsContextMenu</enum> |
---|
21 | </property> |
---|
22 | <property name="editTriggers"> |
---|
23 | <set>QAbstractItemView::NoEditTriggers</set> |
---|
24 | </property> |
---|
25 | <property name="selectionMode"> |
---|
26 | <enum>QAbstractItemView::ExtendedSelection</enum> |
---|
27 | </property> |
---|
28 | <property name="spacing"> |
---|
29 | <number>2</number> |
---|
30 | </property> |
---|
31 | </widget> |
---|
32 | </item> |
---|
33 | <item row="0" column="1"> |
---|
34 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
35 | <item> |
---|
36 | <widget class="QPushButton" name="cmdAdd"> |
---|
37 | <property name="text"> |
---|
38 | <string>Add</string> |
---|
39 | </property> |
---|
40 | </widget> |
---|
41 | </item> |
---|
42 | <item> |
---|
43 | <widget class="QPushButton" name="cmdDuplicate"> |
---|
44 | <property name="text"> |
---|
45 | <string>Duplicate</string> |
---|
46 | </property> |
---|
47 | </widget> |
---|
48 | </item> |
---|
49 | <item> |
---|
50 | <widget class="QPushButton" name="cmdEdit"> |
---|
51 | <property name="text"> |
---|
52 | <string>Edit</string> |
---|
53 | </property> |
---|
54 | </widget> |
---|
55 | </item> |
---|
56 | <item> |
---|
57 | <widget class="QPushButton" name="cmdDelete"> |
---|
58 | <property name="text"> |
---|
59 | <string>Delete</string> |
---|
60 | </property> |
---|
61 | </widget> |
---|
62 | </item> |
---|
63 | <item> |
---|
64 | <spacer name="verticalSpacer"> |
---|
65 | <property name="orientation"> |
---|
66 | <enum>Qt::Vertical</enum> |
---|
67 | </property> |
---|
68 | <property name="sizeHint" stdset="0"> |
---|
69 | <size> |
---|
70 | <width>20</width> |
---|
71 | <height>40</height> |
---|
72 | </size> |
---|
73 | </property> |
---|
74 | </spacer> |
---|
75 | </item> |
---|
76 | </layout> |
---|
77 | </item> |
---|
78 | <item row="1" column="0" colspan="2"> |
---|
79 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
80 | <item> |
---|
81 | <spacer name="horizontalSpacer"> |
---|
82 | <property name="orientation"> |
---|
83 | <enum>Qt::Horizontal</enum> |
---|
84 | </property> |
---|
85 | <property name="sizeHint" stdset="0"> |
---|
86 | <size> |
---|
87 | <width>40</width> |
---|
88 | <height>20</height> |
---|
89 | </size> |
---|
90 | </property> |
---|
91 | </spacer> |
---|
92 | </item> |
---|
93 | <item> |
---|
94 | <widget class="QPushButton" name="cmdHelp"> |
---|
95 | <property name="text"> |
---|
96 | <string>Help</string> |
---|
97 | </property> |
---|
98 | </widget> |
---|
99 | </item> |
---|
100 | <item> |
---|
101 | <widget class="QPushButton" name="cmdOK"> |
---|
102 | <property name="text"> |
---|
103 | <string>Close</string> |
---|
104 | </property> |
---|
105 | </widget> |
---|
106 | </item> |
---|
107 | </layout> |
---|
108 | </item> |
---|
109 | </layout> |
---|
110 | </widget> |
---|
111 | <resources/> |
---|
112 | <connections/> |
---|
113 | </ui> |
---|