src/ui/configbox.ui

changeset 5
3c04e05ab24f
parent 3
d0b278fd29d5
child 8
e8f645d9f28f
equal deleted inserted replaced
4:3c23aa03190d 5:3c04e05ab24f
30 <string>WAD Paths</string> 30 <string>WAD Paths</string>
31 </attribute> 31 </attribute>
32 <layout class="QVBoxLayout" name="verticalLayout_3"> 32 <layout class="QVBoxLayout" name="verticalLayout_3">
33 <item> 33 <item>
34 <layout class="QGridLayout" name="gridLayout"> 34 <layout class="QGridLayout" name="gridLayout">
35 <item row="1" column="2">
36 <widget class="QPushButton" name="wad_add">
37 <property name="text">
38 <string>Add</string>
39 </property>
40 </widget>
41 </item>
42 <item row="1" column="1">
43 <layout class="QHBoxLayout" name="horizontalLayout">
44 <item>
45 <widget class="QLineEdit" name="wad_pathEntry"/>
46 </item>
47 <item>
48 <widget class="QPushButton" name="wad_findPath">
49 <property name="text">
50 <string>...</string>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </item>
56 <item row="2" column="1"> 35 <item row="2" column="1">
57 <widget class="QListWidget" name="wad_pathsList"> 36 <widget class="QListWidget" name="wad_pathsList">
37 <property name="editTriggers">
38 <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
39 </property>
58 <property name="dragEnabled"> 40 <property name="dragEnabled">
59 <bool>true</bool> 41 <bool>true</bool>
60 </property> 42 </property>
61 <property name="dragDropMode"> 43 <property name="dragDropMode">
62 <enum>QAbstractItemView::DragDrop</enum> 44 <enum>QAbstractItemView::DragDrop</enum>
64 <property name="defaultDropAction"> 46 <property name="defaultDropAction">
65 <enum>Qt::MoveAction</enum> 47 <enum>Qt::MoveAction</enum>
66 </property> 48 </property>
67 <property name="selectionMode"> 49 <property name="selectionMode">
68 <enum>QAbstractItemView::ExtendedSelection</enum> 50 <enum>QAbstractItemView::ExtendedSelection</enum>
51 </property>
52 <property name="layoutMode">
53 <enum>QListView::SinglePass</enum>
54 </property>
55 <property name="uniformItemSizes">
56 <bool>true</bool>
69 </property> 57 </property>
70 </widget> 58 </widget>
71 </item> 59 </item>
72 <item row="2" column="2"> 60 <item row="2" column="2">
73 <layout class="QVBoxLayout" name="verticalLayout_2"> 61 <layout class="QVBoxLayout" name="verticalLayout_2">
98 </property> 86 </property>
99 </spacer> 87 </spacer>
100 </item> 88 </item>
101 </layout> 89 </layout>
102 </item> 90 </item>
91 <item row="1" column="1">
92 <layout class="QHBoxLayout" name="horizontalLayout">
93 <item>
94 <widget class="QLineEdit" name="wad_pathEntry"/>
95 </item>
96 <item>
97 <widget class="QPushButton" name="wad_findPath">
98 <property name="text">
99 <string>...</string>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </item>
105 <item row="1" column="2">
106 <widget class="QPushButton" name="wad_add">
107 <property name="text">
108 <string>Add</string>
109 </property>
110 </widget>
111 </item>
103 </layout> 112 </layout>
104 </item> 113 </item>
105 </layout> 114 </layout>
106 </widget> 115 </widget>
107 <widget class="QWidget" name="tab_2"> 116 <widget class="QWidget" name="tab_2">
108 <attribute name="title"> 117 <attribute name="title">
109 <string>Zandronum Binaries</string> 118 <string>Zandronum Binaries</string>
110 </attribute> 119 </attribute>
111 <layout class="QVBoxLayout" name="verticalLayout_4"> 120 <layout class="QVBoxLayout" name="verticalLayout_4">
112 <item> 121 <item>
113 <widget class="QWidget" name="zandronumVersions" native="true"/> 122 <widget class="QScrollArea" name="scrollArea">
123 <property name="widgetResizable">
124 <bool>true</bool>
125 </property>
126 <widget class="QWidget" name="scrollAreaWidgetContents">
127 <property name="geometry">
128 <rect>
129 <x>0</x>
130 <y>0</y>
131 <width>448</width>
132 <height>232</height>
133 </rect>
134 </property>
135 <layout class="QVBoxLayout" name="verticalLayout_5">
136 <item>
137 <widget class="QWidget" name="zandronumVersions" native="true"/>
138 </item>
139 </layout>
140 </widget>
141 </widget>
114 </item> 142 </item>
115 </layout> 143 </layout>
116 </widget> 144 </widget>
117 </widget> 145 </widget>
118 </item> 146 </item>
129 </layout> 157 </layout>
130 </widget> 158 </widget>
131 <resources/> 159 <resources/>
132 <connections> 160 <connections>
133 <connection> 161 <connection>
134 <sender>buttonBox</sender>
135 <signal>accepted()</signal>
136 <receiver>ConfigBox</receiver>
137 <slot>accept()</slot>
138 <hints>
139 <hint type="sourcelabel">
140 <x>254</x>
141 <y>313</y>
142 </hint>
143 <hint type="destinationlabel">
144 <x>157</x>
145 <y>274</y>
146 </hint>
147 </hints>
148 </connection>
149 <connection>
150 <sender>buttonBox</sender>
151 <signal>rejected()</signal>
152 <receiver>ConfigBox</receiver>
153 <slot>reject()</slot>
154 <hints>
155 <hint type="sourcelabel">
156 <x>322</x>
157 <y>313</y>
158 </hint>
159 <hint type="destinationlabel">
160 <x>286</x>
161 <y>274</y>
162 </hint>
163 </hints>
164 </connection>
165 <connection>
166 <sender>wad_clear</sender> 162 <sender>wad_clear</sender>
167 <signal>clicked(bool)</signal> 163 <signal>clicked(bool)</signal>
168 <receiver>wad_pathsList</receiver> 164 <receiver>wad_pathsList</receiver>
169 <slot>clear()</slot> 165 <slot>clear()</slot>
170 <hints> 166 <hints>
171 <hint type="sourcelabel"> 167 <hint type="sourcelabel">
172 <x>441</x> 168 <x>463</x>
173 <y>217</y> 169 <y>129</y>
174 </hint> 170 </hint>
175 <hint type="destinationlabel"> 171 <hint type="destinationlabel">
176 <x>219</x> 172 <x>219</x>
177 <y>189</y> 173 <y>189</y>
178 </hint> 174 </hint>

mercurial