|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>VersionEditor</class> |
|
4 <widget class="QDialog" name="VersionEditor"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>577</width> |
|
10 <height>450</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Edit Zandronum Versions</string> |
|
15 </property> |
|
16 <property name="windowIcon"> |
|
17 <iconset resource="../../zcinema.qrc"> |
|
18 <normaloff>:/icons/zcinema.ico</normaloff>:/icons/zcinema.ico</iconset> |
|
19 </property> |
|
20 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> |
|
21 <item> |
|
22 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
23 <item> |
|
24 <widget class="QTableWidget" name="m_versions"> |
|
25 <property name="selectionMode"> |
|
26 <enum>QAbstractItemView::SingleSelection</enum> |
|
27 </property> |
|
28 <property name="selectionBehavior"> |
|
29 <enum>QAbstractItemView::SelectRows</enum> |
|
30 </property> |
|
31 <property name="sortingEnabled"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 <attribute name="horizontalHeaderStretchLastSection"> |
|
35 <bool>true</bool> |
|
36 </attribute> |
|
37 <attribute name="verticalHeaderVisible"> |
|
38 <bool>false</bool> |
|
39 </attribute> |
|
40 <column> |
|
41 <property name="text"> |
|
42 <string>Version</string> |
|
43 </property> |
|
44 </column> |
|
45 <column> |
|
46 <property name="text"> |
|
47 <string>Release</string> |
|
48 </property> |
|
49 </column> |
|
50 <column> |
|
51 <property name="text"> |
|
52 <string>Binary Path</string> |
|
53 </property> |
|
54 </column> |
|
55 </widget> |
|
56 </item> |
|
57 <item> |
|
58 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
59 <item> |
|
60 <widget class="QPushButton" name="m_add"> |
|
61 <property name="text"> |
|
62 <string>Add...</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item> |
|
67 <widget class="QPushButton" name="m_edit"> |
|
68 <property name="enabled"> |
|
69 <bool>false</bool> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string>Edit...</string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QPushButton" name="m_remove"> |
|
78 <property name="enabled"> |
|
79 <bool>false</bool> |
|
80 </property> |
|
81 <property name="text"> |
|
82 <string>Remove</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QPushButton" name="m_clear"> |
|
88 <property name="text"> |
|
89 <string>Clear</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item> |
|
94 <spacer name="verticalSpacer"> |
|
95 <property name="orientation"> |
|
96 <enum>Qt::Vertical</enum> |
|
97 </property> |
|
98 <property name="sizeHint" stdset="0"> |
|
99 <size> |
|
100 <width>20</width> |
|
101 <height>40</height> |
|
102 </size> |
|
103 </property> |
|
104 </spacer> |
|
105 </item> |
|
106 </layout> |
|
107 </item> |
|
108 </layout> |
|
109 </item> |
|
110 <item> |
|
111 <widget class="QDialogButtonBox" name="m_buttonBox"> |
|
112 <property name="orientation"> |
|
113 <enum>Qt::Horizontal</enum> |
|
114 </property> |
|
115 <property name="standardButtons"> |
|
116 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 </layout> |
|
121 </widget> |
|
122 <resources> |
|
123 <include location="../../zcinema.qrc"/> |
|
124 </resources> |
|
125 <connections> |
|
126 <connection> |
|
127 <sender>m_buttonBox</sender> |
|
128 <signal>accepted()</signal> |
|
129 <receiver>VersionEditor</receiver> |
|
130 <slot>accept()</slot> |
|
131 <hints> |
|
132 <hint type="sourcelabel"> |
|
133 <x>248</x> |
|
134 <y>254</y> |
|
135 </hint> |
|
136 <hint type="destinationlabel"> |
|
137 <x>157</x> |
|
138 <y>274</y> |
|
139 </hint> |
|
140 </hints> |
|
141 </connection> |
|
142 <connection> |
|
143 <sender>m_buttonBox</sender> |
|
144 <signal>rejected()</signal> |
|
145 <receiver>VersionEditor</receiver> |
|
146 <slot>reject()</slot> |
|
147 <hints> |
|
148 <hint type="sourcelabel"> |
|
149 <x>316</x> |
|
150 <y>260</y> |
|
151 </hint> |
|
152 <hint type="destinationlabel"> |
|
153 <x>286</x> |
|
154 <y>274</y> |
|
155 </hint> |
|
156 </hints> |
|
157 </connection> |
|
158 </connections> |
|
159 </ui> |