/[svn]/qsampler/trunk/src/qsamplerDeviceForm.ui
ViewVC logotype

Contents of /qsampler/trunk/src/qsamplerDeviceForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1558 - (show annotations) (download)
Thu Dec 6 09:35:33 2007 UTC (16 years, 3 months ago) by capela
File size: 10864 byte(s)
* Qt4 migration: complete QSampler namespace overhaul.

1 <ui version="4.0" >
2 <author>rncbc aka Rui Nuno Capela</author>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 Copyright (C) 2007, Christian Schoenebeck
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License along
19 with this program; if not, write to the Free Software Foundation, Inc.,
20 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22 </comment>
23 <class>qsamplerDeviceForm</class>
24 <widget class="QDialog" name="qsamplerDeviceForm" >
25 <property name="geometry" >
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>601</width>
30 <height>378</height>
31 </rect>
32 </property>
33 <property name="focusPolicy" >
34 <enum>Qt::StrongFocus</enum>
35 </property>
36 <property name="windowTitle" >
37 <string>Qsampler: Devices</string>
38 </property>
39 <property name="windowIcon" >
40 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
41 </property>
42 <layout class="QVBoxLayout" >
43 <property name="margin" >
44 <number>9</number>
45 </property>
46 <property name="spacing" >
47 <number>6</number>
48 </property>
49 <item>
50 <widget class="QSplitter" name="splitter1" >
51 <property name="sizePolicy" >
52 <sizepolicy>
53 <hsizetype>7</hsizetype>
54 <vsizetype>7</vsizetype>
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="orientation" >
60 <enum>Qt::Horizontal</enum>
61 </property>
62 <property name="handleWidth" >
63 <number>4</number>
64 </property>
65 <widget class="QTreeWidget" name="DeviceListView" >
66 <property name="minimumSize" >
67 <size>
68 <width>120</width>
69 <height>0</height>
70 </size>
71 </property>
72 <property name="toolTip" >
73 <string>Device list</string>
74 </property>
75 <property name="rootIsDecorated" >
76 <bool>false</bool>
77 </property>
78 <property name="uniformRowHeights" >
79 <bool>true</bool>
80 </property>
81 <column>
82 <property name="text" >
83 <string>Devices</string>
84 </property>
85 </column>
86 </widget>
87 <widget class="QSplitter" name="splitter2" >
88 <property name="sizePolicy" >
89 <sizepolicy>
90 <hsizetype>7</hsizetype>
91 <vsizetype>7</vsizetype>
92 <horstretch>0</horstretch>
93 <verstretch>0</verstretch>
94 </sizepolicy>
95 </property>
96 <property name="orientation" >
97 <enum>Qt::Vertical</enum>
98 </property>
99 <property name="handleWidth" >
100 <number>4</number>
101 </property>
102 <widget class="QWidget" name="DeviceParamLayout" >
103 <layout class="QVBoxLayout" >
104 <property name="margin" >
105 <number>0</number>
106 </property>
107 <property name="spacing" >
108 <number>6</number>
109 </property>
110 <item>
111 <layout class="QHBoxLayout" >
112 <property name="margin" >
113 <number>0</number>
114 </property>
115 <property name="spacing" >
116 <number>6</number>
117 </property>
118 <item>
119 <widget class="QLabel" name="DeviceNameTextLabel" >
120 <property name="font" >
121 <font>
122 <weight>75</weight>
123 <bold>true</bold>
124 </font>
125 </property>
126 <property name="toolTip" >
127 <string>Device name</string>
128 </property>
129 <property name="wordWrap" >
130 <bool>false</bool>
131 </property>
132 <property name="indent" >
133 <number>4</number>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <widget class="QLabel" name="DriverNameTextLabel" >
139 <property name="text" >
140 <string>Dri&amp;ver:</string>
141 </property>
142 <property name="alignment" >
143 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
144 </property>
145 <property name="wordWrap" >
146 <bool>false</bool>
147 </property>
148 <property name="buddy" >
149 <cstring>DriverNameComboBox</cstring>
150 </property>
151 </widget>
152 </item>
153 <item>
154 <widget class="QComboBox" name="DriverNameComboBox" >
155 <property name="toolTip" >
156 <string>Driver type name</string>
157 </property>
158 </widget>
159 </item>
160 </layout>
161 </item>
162 <item>
163 <widget class="QTableView" name="DeviceParamTable" >
164 <property name="alternatingRowColors" >
165 <bool>true</bool>
166 </property>
167 <property name="selectionMode" >
168 <enum>QAbstractItemView::NoSelection</enum>
169 </property>
170 <property name="showGrid" >
171 <bool>false</bool>
172 </property>
173 </widget>
174 </item>
175 </layout>
176 </widget>
177 <widget class="QWidget" name="PortParamLayout" >
178 <layout class="QVBoxLayout" >
179 <property name="margin" >
180 <number>0</number>
181 </property>
182 <property name="spacing" >
183 <number>6</number>
184 </property>
185 <item>
186 <layout class="QHBoxLayout" >
187 <property name="margin" >
188 <number>0</number>
189 </property>
190 <property name="spacing" >
191 <number>6</number>
192 </property>
193 <item>
194 <widget class="QLabel" name="DevicePortTextLabel" >
195 <property name="text" >
196 <string>Channel:</string>
197 </property>
198 <property name="alignment" >
199 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
200 </property>
201 <property name="wordWrap" >
202 <bool>false</bool>
203 </property>
204 <property name="buddy" >
205 <cstring>DevicePortComboBox</cstring>
206 </property>
207 </widget>
208 </item>
209 <item>
210 <widget class="QComboBox" name="DevicePortComboBox" >
211 <property name="sizePolicy" >
212 <sizepolicy>
213 <hsizetype>7</hsizetype>
214 <vsizetype>0</vsizetype>
215 <horstretch>0</horstretch>
216 <verstretch>0</verstretch>
217 </sizepolicy>
218 </property>
219 <property name="minimumSize" >
220 <size>
221 <width>120</width>
222 <height>0</height>
223 </size>
224 </property>
225 <property name="toolTip" >
226 <string>Device port/channel</string>
227 </property>
228 </widget>
229 </item>
230 </layout>
231 </item>
232 <item>
233 <widget class="QTableView" name="DevicePortParamTable" >
234 <property name="alternatingRowColors" >
235 <bool>true</bool>
236 </property>
237 <property name="selectionMode" >
238 <enum>QAbstractItemView::NoSelection</enum>
239 </property>
240 <property name="showGrid" >
241 <bool>false</bool>
242 </property>
243 </widget>
244 </item>
245 </layout>
246 </widget>
247 </widget>
248 </widget>
249 </item>
250 <item>
251 <layout class="QHBoxLayout" >
252 <property name="margin" >
253 <number>0</number>
254 </property>
255 <property name="spacing" >
256 <number>4</number>
257 </property>
258 <item>
259 <widget class="QPushButton" name="RefreshDevicesPushButton" >
260 <property name="toolTip" >
261 <string>Refresh device list view</string>
262 </property>
263 <property name="text" >
264 <string>&amp;Refresh</string>
265 </property>
266 <property name="icon" >
267 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
268 </property>
269 <property name="shortcut" >
270 <string>Alt+R</string>
271 </property>
272 </widget>
273 </item>
274 <item>
275 <spacer>
276 <property name="orientation" >
277 <enum>Qt::Horizontal</enum>
278 </property>
279 <property name="sizeType" >
280 <enum>QSizePolicy::Expanding</enum>
281 </property>
282 <property name="sizeHint" >
283 <size>
284 <width>180</width>
285 <height>20</height>
286 </size>
287 </property>
288 </spacer>
289 </item>
290 <item>
291 <widget class="QPushButton" name="CreateDevicePushButton" >
292 <property name="toolTip" >
293 <string>Create device</string>
294 </property>
295 <property name="text" >
296 <string>&amp;Create</string>
297 </property>
298 <property name="icon" >
299 <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
300 </property>
301 <property name="shortcut" >
302 <string>Alt+C</string>
303 </property>
304 </widget>
305 </item>
306 <item>
307 <widget class="QPushButton" name="DeleteDevicePushButton" >
308 <property name="toolTip" >
309 <string>Delete device</string>
310 </property>
311 <property name="text" >
312 <string>&amp;Delete</string>
313 </property>
314 <property name="icon" >
315 <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
316 </property>
317 <property name="shortcut" >
318 <string>Alt+D</string>
319 </property>
320 </widget>
321 </item>
322 <item>
323 <widget class="QPushButton" name="ClosePushButton" >
324 <property name="toolTip" >
325 <string>Close this dialog</string>
326 </property>
327 <property name="text" >
328 <string>Close</string>
329 </property>
330 <property name="icon" >
331 <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
332 </property>
333 <property name="shortcut" >
334 <string/>
335 </property>
336 </widget>
337 </item>
338 </layout>
339 </item>
340 </layout>
341 </widget>
342 <layoutdefault spacing="4" margin="4" />
343 <tabstops>
344 <tabstop>DeviceListView</tabstop>
345 <tabstop>RefreshDevicesPushButton</tabstop>
346 <tabstop>DriverNameComboBox</tabstop>
347 <tabstop>DevicePortComboBox</tabstop>
348 <tabstop>CreateDevicePushButton</tabstop>
349 <tabstop>DeleteDevicePushButton</tabstop>
350 <tabstop>ClosePushButton</tabstop>
351 </tabstops>
352 <resources>
353 <include location="../icons/qsampler.qrc" />
354 </resources>
355 <connections/>
356 </ui>

  ViewVC Help
Powered by ViewVC