src/ui/configbox.ui

changeset 3
d0b278fd29d5
parent 2
1d544788a8b3
child 5
3c04e05ab24f
equal deleted inserted replaced
2:1d544788a8b3 3:d0b278fd29d5
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"> 35 <item row="1" column="2">
36 <widget class="QPushButton" name="pushButton_6"> 36 <widget class="QPushButton" name="wad_add">
37 <property name="text"> 37 <property name="text">
38 <string>Add</string> 38 <string>Add</string>
39 </property> 39 </property>
40 </widget> 40 </widget>
41 </item> 41 </item>
42 <item row="1" column="1"> 42 <item row="1" column="1">
43 <layout class="QHBoxLayout" name="horizontalLayout"> 43 <layout class="QHBoxLayout" name="horizontalLayout">
44 <item> 44 <item>
45 <widget class="QLineEdit" name="lineEdit"/> 45 <widget class="QLineEdit" name="wad_pathEntry"/>
46 </item> 46 </item>
47 <item> 47 <item>
48 <widget class="QPushButton" name="pushButton"> 48 <widget class="QPushButton" name="wad_findPath">
49 <property name="text"> 49 <property name="text">
50 <string>...</string> 50 <string>...</string>
51 </property> 51 </property>
52 </widget> 52 </widget>
53 </item> 53 </item>
54 </layout> 54 </layout>
55 </item> 55 </item>
56 <item row="2" column="1"> 56 <item row="2" column="1">
57 <widget class="QListWidget" name="listWidget"/> 57 <widget class="QListWidget" name="wad_pathsList">
58 <property name="dragEnabled">
59 <bool>true</bool>
60 </property>
61 <property name="dragDropMode">
62 <enum>QAbstractItemView::DragDrop</enum>
63 </property>
64 <property name="defaultDropAction">
65 <enum>Qt::MoveAction</enum>
66 </property>
67 <property name="selectionMode">
68 <enum>QAbstractItemView::ExtendedSelection</enum>
69 </property>
70 </widget>
58 </item> 71 </item>
59 <item row="2" column="2"> 72 <item row="2" column="2">
60 <layout class="QVBoxLayout" name="verticalLayout_2"> 73 <layout class="QVBoxLayout" name="verticalLayout_2">
61 <item> 74 <item>
62 <widget class="QPushButton" name="pushButton_5"> 75 <widget class="QPushButton" name="wad_del">
63 <property name="text">
64 <string>Move Up</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QPushButton" name="pushButton_4">
70 <property name="text">
71 <string>Move Down</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <spacer name="verticalSpacer_2">
77 <property name="orientation">
78 <enum>Qt::Vertical</enum>
79 </property>
80 <property name="sizeHint" stdset="0">
81 <size>
82 <width>20</width>
83 <height>40</height>
84 </size>
85 </property>
86 </spacer>
87 </item>
88 <item>
89 <widget class="QPushButton" name="pushButton_2">
90 <property name="text"> 76 <property name="text">
91 <string>Delete</string> 77 <string>Delete</string>
92 </property> 78 </property>
93 </widget> 79 </widget>
94 </item> 80 </item>
95 <item> 81 <item>
96 <widget class="QPushButton" name="pushButton_3"> 82 <widget class="QPushButton" name="wad_clear">
97 <property name="text"> 83 <property name="text">
98 <string>Clear</string> 84 <string>Clear</string>
99 </property> 85 </property>
100 </widget> 86 </widget>
101 </item> 87 </item>
149 <signal>accepted()</signal> 135 <signal>accepted()</signal>
150 <receiver>ConfigBox</receiver> 136 <receiver>ConfigBox</receiver>
151 <slot>accept()</slot> 137 <slot>accept()</slot>
152 <hints> 138 <hints>
153 <hint type="sourcelabel"> 139 <hint type="sourcelabel">
154 <x>248</x> 140 <x>254</x>
155 <y>254</y> 141 <y>313</y>
156 </hint> 142 </hint>
157 <hint type="destinationlabel"> 143 <hint type="destinationlabel">
158 <x>157</x> 144 <x>157</x>
159 <y>274</y> 145 <y>274</y>
160 </hint> 146 </hint>
165 <signal>rejected()</signal> 151 <signal>rejected()</signal>
166 <receiver>ConfigBox</receiver> 152 <receiver>ConfigBox</receiver>
167 <slot>reject()</slot> 153 <slot>reject()</slot>
168 <hints> 154 <hints>
169 <hint type="sourcelabel"> 155 <hint type="sourcelabel">
170 <x>316</x> 156 <x>322</x>
171 <y>260</y> 157 <y>313</y>
172 </hint> 158 </hint>
173 <hint type="destinationlabel"> 159 <hint type="destinationlabel">
174 <x>286</x> 160 <x>286</x>
175 <y>274</y> 161 <y>274</y>
176 </hint> 162 </hint>
177 </hints> 163 </hints>
178 </connection> 164 </connection>
165 <connection>
166 <sender>wad_clear</sender>
167 <signal>clicked(bool)</signal>
168 <receiver>wad_pathsList</receiver>
169 <slot>clear()</slot>
170 <hints>
171 <hint type="sourcelabel">
172 <x>441</x>
173 <y>217</y>
174 </hint>
175 <hint type="destinationlabel">
176 <x>219</x>
177 <y>189</y>
178 </hint>
179 </hints>
180 </connection>
179 </connections> 181 </connections>
180 </ui> 182 </ui>

mercurial