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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 428 - (show annotations) (download)
Mon Mar 7 17:05:55 2005 UTC (19 years, 1 month ago) by capela
File size: 22640 byte(s)
More device configuration interface preparations.

1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>qsamplerDeviceForm</class>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
21 </comment>
22 <author>rncbc aka Rui Nuno Capela</author>
23 <widget class="QDialog">
24 <property name="name">
25 <cstring>qsamplerDeviceForm</cstring>
26 </property>
27 <property name="geometry">
28 <rect>
29 <x>0</x>
30 <y>0</y>
31 <width>607</width>
32 <height>323</height>
33 </rect>
34 </property>
35 <property name="sizePolicy">
36 <sizepolicy>
37 <hsizetype>7</hsizetype>
38 <vsizetype>1</vsizetype>
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 <property name="caption">
44 <string>Devices</string>
45 </property>
46 <property name="icon">
47 <pixmap>qsamplerChannel.png</pixmap>
48 </property>
49 <property name="focusPolicy">
50 <enum>StrongFocus</enum>
51 </property>
52 <hbox>
53 <property name="name">
54 <cstring>unnamed</cstring>
55 </property>
56 <widget class="QSplitter">
57 <property name="name">
58 <cstring>splitter4</cstring>
59 </property>
60 <property name="orientation">
61 <enum>Horizontal</enum>
62 </property>
63 <widget class="QLayoutWidget">
64 <property name="name">
65 <cstring>layout1</cstring>
66 </property>
67 <grid>
68 <property name="name">
69 <cstring>unnamed</cstring>
70 </property>
71 <widget class="QPushButton" row="1" column="1">
72 <property name="name">
73 <cstring>SaveDevicesPushButton</cstring>
74 </property>
75 <property name="minimumSize">
76 <size>
77 <width>0</width>
78 <height>30</height>
79 </size>
80 </property>
81 <property name="maximumSize">
82 <size>
83 <width>32767</width>
84 <height>30</height>
85 </size>
86 </property>
87 <property name="text">
88 <string>&amp;Save...</string>
89 </property>
90 <property name="accel">
91 <string>Alt+S</string>
92 </property>
93 <property name="iconSet">
94 <iconset>fileSave.png</iconset>
95 </property>
96 <property name="toolTip" stdset="0">
97 <string>Save device configuration to file</string>
98 </property>
99 </widget>
100 <spacer row="1" column="2">
101 <property name="name">
102 <cstring>spacer1</cstring>
103 </property>
104 <property name="orientation">
105 <enum>Horizontal</enum>
106 </property>
107 <property name="sizeType">
108 <enum>Expanding</enum>
109 </property>
110 <property name="sizeHint">
111 <size>
112 <width>24</width>
113 <height>16</height>
114 </size>
115 </property>
116 </spacer>
117 <widget class="QPushButton" row="1" column="0">
118 <property name="name">
119 <cstring>LoadDevicesPushButton</cstring>
120 </property>
121 <property name="minimumSize">
122 <size>
123 <width>0</width>
124 <height>30</height>
125 </size>
126 </property>
127 <property name="maximumSize">
128 <size>
129 <width>32767</width>
130 <height>30</height>
131 </size>
132 </property>
133 <property name="text">
134 <string>&amp;Load...</string>
135 </property>
136 <property name="accel">
137 <string>Alt+L</string>
138 </property>
139 <property name="iconSet">
140 <iconset>fileOpen.png</iconset>
141 </property>
142 <property name="toolTip" stdset="0">
143 <string>Load device configuration from file</string>
144 </property>
145 </widget>
146 <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">
147 <column>
148 <property name="text">
149 <string>Devices</string>
150 </property>
151 <property name="clickable">
152 <bool>true</bool>
153 </property>
154 <property name="resizable">
155 <bool>true</bool>
156 </property>
157 </column>
158 <property name="name">
159 <cstring>DeviceListView</cstring>
160 </property>
161 <property name="resizeMode">
162 <enum>LastColumn</enum>
163 </property>
164 <property name="toolTip" stdset="0">
165 <string>Device list view</string>
166 </property>
167 </widget>
168 </grid>
169 </widget>
170 <widget class="QLayoutWidget">
171 <property name="name">
172 <cstring>layout5</cstring>
173 </property>
174 <grid>
175 <property name="name">
176 <cstring>unnamed</cstring>
177 </property>
178 <widget class="QPushButton" row="1" column="5">
179 <property name="name">
180 <cstring>ClosePushButton</cstring>
181 </property>
182 <property name="minimumSize">
183 <size>
184 <width>0</width>
185 <height>30</height>
186 </size>
187 </property>
188 <property name="maximumSize">
189 <size>
190 <width>32767</width>
191 <height>30</height>
192 </size>
193 </property>
194 <property name="text">
195 <string>Close</string>
196 </property>
197 <property name="accel">
198 <string></string>
199 </property>
200 <property name="toolTip" stdset="0">
201 <string>Close this dialog</string>
202 </property>
203 </widget>
204 <spacer row="1" column="4">
205 <property name="name">
206 <cstring>spacer3</cstring>
207 </property>
208 <property name="orientation">
209 <enum>Horizontal</enum>
210 </property>
211 <property name="sizeType">
212 <enum>Expanding</enum>
213 </property>
214 <property name="sizeHint">
215 <size>
216 <width>30</width>
217 <height>20</height>
218 </size>
219 </property>
220 </spacer>
221 <widget class="QPushButton" row="1" column="2">
222 <property name="name">
223 <cstring>UpdateDevicePushButton</cstring>
224 </property>
225 <property name="minimumSize">
226 <size>
227 <width>0</width>
228 <height>30</height>
229 </size>
230 </property>
231 <property name="maximumSize">
232 <size>
233 <width>32767</width>
234 <height>30</height>
235 </size>
236 </property>
237 <property name="text">
238 <string>&amp;Update</string>
239 </property>
240 <property name="accel">
241 <string>Alt+U</string>
242 </property>
243 <property name="toolTip" stdset="0">
244 <string>Update current device</string>
245 </property>
246 </widget>
247 <spacer row="1" column="0">
248 <property name="name">
249 <cstring>spacer2</cstring>
250 </property>
251 <property name="orientation">
252 <enum>Horizontal</enum>
253 </property>
254 <property name="sizeType">
255 <enum>Minimum</enum>
256 </property>
257 <property name="sizeHint">
258 <size>
259 <width>4</width>
260 <height>20</height>
261 </size>
262 </property>
263 </spacer>
264 <widget class="qsamplerDeviceParameterTable" row="0" column="0" rowspan="1" colspan="6">
265 <property name="name">
266 <cstring>DeviceParameterTable</cstring>
267 </property>
268 <property name="sizePolicy">
269 <sizepolicy>
270 <hsizetype>7</hsizetype>
271 <vsizetype>7</vsizetype>
272 <horstretch>0</horstretch>
273 <verstretch>0</verstretch>
274 </sizepolicy>
275 </property>
276 <property name="minimumSize">
277 <size>
278 <width>0</width>
279 <height>260</height>
280 </size>
281 </property>
282 <property name="focusPolicy">
283 <enum>StrongFocus</enum>
284 </property>
285 </widget>
286 <widget class="QPushButton" row="1" column="1">
287 <property name="name">
288 <cstring>CreateDevicePushButton</cstring>
289 </property>
290 <property name="minimumSize">
291 <size>
292 <width>0</width>
293 <height>30</height>
294 </size>
295 </property>
296 <property name="maximumSize">
297 <size>
298 <width>32767</width>
299 <height>30</height>
300 </size>
301 </property>
302 <property name="text">
303 <string>&amp;Create</string>
304 </property>
305 <property name="accel">
306 <string>Alt+C</string>
307 </property>
308 <property name="toolTip" stdset="0">
309 <string>Create current device</string>
310 </property>
311 </widget>
312 <widget class="QPushButton" row="1" column="3">
313 <property name="name">
314 <cstring>DeleteDevicePushButton</cstring>
315 </property>
316 <property name="minimumSize">
317 <size>
318 <width>0</width>
319 <height>30</height>
320 </size>
321 </property>
322 <property name="maximumSize">
323 <size>
324 <width>32767</width>
325 <height>30</height>
326 </size>
327 </property>
328 <property name="text">
329 <string>&amp;Delete</string>
330 </property>
331 <property name="accel">
332 <string>Alt+D</string>
333 </property>
334 <property name="toolTip" stdset="0">
335 <string>Delete current device</string>
336 </property>
337 </widget>
338 </grid>
339 </widget>
340 </widget>
341 </hbox>
342 </widget>
343 <customwidgets>
344 <customwidget>
345 <class>qsamplerDeviceParameterTable</class>
346 <header location="global">qsamplerDevice.h</header>
347 <sizehint>
348 <width>-1</width>
349 <height>-1</height>
350 </sizehint>
351 <container>0</container>
352 <sizepolicy>
353 <hordata>7</hordata>
354 <verdata>7</verdata>
355 <horstretch>0</horstretch>
356 <verstretch>0</verstretch>
357 </sizepolicy>
358 <pixmap>image0</pixmap>
359 </customwidget>
360 </customwidgets>
361 <images>
362 <image name="image0">
363 <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>
364 </image>
365 </images>
366 <connections>
367 <connection>
368 <sender>LoadDevicesPushButton</sender>
369 <signal>clicked()</signal>
370 <receiver>qsamplerDeviceForm</receiver>
371 <slot>loadDevices()</slot>
372 </connection>
373 <connection>
374 <sender>SaveDevicesPushButton</sender>
375 <signal>clicked()</signal>
376 <receiver>qsamplerDeviceForm</receiver>
377 <slot>saveDevices()</slot>
378 </connection>
379 <connection>
380 <sender>CreateDevicePushButton</sender>
381 <signal>clicked()</signal>
382 <receiver>qsamplerDeviceForm</receiver>
383 <slot>createDevice()</slot>
384 </connection>
385 <connection>
386 <sender>UpdateDevicePushButton</sender>
387 <signal>clicked()</signal>
388 <receiver>qsamplerDeviceForm</receiver>
389 <slot>updateDevice()</slot>
390 </connection>
391 <connection>
392 <sender>DeleteDevicePushButton</sender>
393 <signal>clicked()</signal>
394 <receiver>qsamplerDeviceForm</receiver>
395 <slot>deleteDevice()</slot>
396 </connection>
397 <connection>
398 <sender>ClosePushButton</sender>
399 <signal>clicked()</signal>
400 <receiver>qsamplerDeviceForm</receiver>
401 <slot>close()</slot>
402 </connection>
403 </connections>
404 <tabstops>
405 <tabstop>DeviceListView</tabstop>
406 <tabstop>DeviceParameterTable</tabstop>
407 <tabstop>LoadDevicesPushButton</tabstop>
408 <tabstop>SaveDevicesPushButton</tabstop>
409 <tabstop>CreateDevicePushButton</tabstop>
410 <tabstop>UpdateDevicePushButton</tabstop>
411 <tabstop>DeleteDevicePushButton</tabstop>
412 <tabstop>ClosePushButton</tabstop>
413 </tabstops>
414 <includes>
415 <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
416 <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>
417 </includes>
418 <forwards>
419 <forward>class qsamplerMainForm;</forward>
420 </forwards>
421 <variables>
422 <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
423 <variable access="private">int m_iDirtySetup;</variable>
424 <variable access="private">int m_iDirtyCount;</variable>
425 <variable access="private">int m_iUntitled;</variable>
426 <variable access="private">QString m_sFilename;</variable>
427 <variable access="private">lscp_client_t *m_pClient;</variable>
428 </variables>
429 <slots>
430 <slot specifier="non virtual">contentsChanged()</slot>
431 <slot specifier="non virtual">loadDevices()</slot>
432 <slot specifier="non virtual">saveDevices()</slot>
433 <slot specifier="non virtual">createDevice()</slot>
434 <slot specifier="non virtual">updateDevice()</slot>
435 <slot specifier="non virtual">deleteDevice()</slot>
436 <slot specifier="non virtual">refreshDevices()</slot>
437 <slot specifier="non virtual">stabilizeForm()</slot>
438 </slots>
439 <functions>
440 <function access="private" specifier="non virtual">init()</function>
441 <function access="private" specifier="non virtual">destroy()</function>
442 <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
443 <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
444 <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
445 <function specifier="non virtual" returnType="QString">devicesName( const QString &amp; sFilename )</function>
446 <function specifier="non virtual" returnType="bool">queryClose()</function>
447 <function specifier="non virtual">loadDevicesFile( const QString &amp; sFilename )</function>
448 <function specifier="non virtual">saveDevicesFile( const QString &amp; sFilename )</function>
449 </functions>
450 <pixmapinproject/>
451 <layoutdefaults spacing="4" margin="4"/>
452 <includehints>
453 <includehint>qsamplerdeviceparametertable.h</includehint>
454 </includehints>
455 </UI>

  ViewVC Help
Powered by ViewVC