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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 427 - (hide annotations) (download)
Mon Mar 7 11:15:23 2005 UTC (19 years, 1 month ago) by capela
File size: 19208 byte(s)
Device configuration interface preparations.

1 capela 427 <!DOCTYPE UI><UI version="3.2" 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>669</width>
32     <height>348</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>splitter1</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>SavePushButton</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>20</width>
113     <height>8</height>
114     </size>
115     </property>
116     </spacer>
117     <widget class="QPushButton" row="1" column="0">
118     <property name="name">
119     <cstring>LoadPushButton</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>false</bool>
153     </property>
154     <property name="resizable">
155     <bool>false</bool>
156     </property>
157     </column>
158     <item>
159     <property name="text">
160     <string>&lt;New device&gt;</string>
161     </property>
162     <property name="pixmap">
163     <pixmap></pixmap>
164     </property>
165     </item>
166     <property name="name">
167     <cstring>DeviceListView</cstring>
168     </property>
169     <property name="resizeMode">
170     <enum>LastColumn</enum>
171     </property>
172     <property name="toolTip" stdset="0">
173     <string>Device list view</string>
174     </property>
175     </widget>
176     </grid>
177     </widget>
178     <widget class="QLayoutWidget">
179     <property name="name">
180     <cstring>layout2</cstring>
181     </property>
182     <grid>
183     <property name="name">
184     <cstring>unnamed</cstring>
185     </property>
186     <spacer row="1" column="3">
187     <property name="name">
188     <cstring>spacer2</cstring>
189     </property>
190     <property name="orientation">
191     <enum>Horizontal</enum>
192     </property>
193     <property name="sizeType">
194     <enum>Expanding</enum>
195     </property>
196     <property name="sizeHint">
197     <size>
198     <width>41</width>
199     <height>8</height>
200     </size>
201     </property>
202     </spacer>
203     <widget class="QPushButton" row="1" column="4">
204     <property name="name">
205     <cstring>ClosePushButton</cstring>
206     </property>
207     <property name="minimumSize">
208     <size>
209     <width>0</width>
210     <height>30</height>
211     </size>
212     </property>
213     <property name="maximumSize">
214     <size>
215     <width>32767</width>
216     <height>30</height>
217     </size>
218     </property>
219     <property name="text">
220     <string>Close</string>
221     </property>
222     <property name="accel">
223     <string></string>
224     </property>
225     <property name="toolTip" stdset="0">
226     <string>Close this dialog</string>
227     </property>
228     </widget>
229     <widget class="QPushButton" row="1" column="0">
230     <property name="name">
231     <cstring>CreatePushButton</cstring>
232     </property>
233     <property name="minimumSize">
234     <size>
235     <width>0</width>
236     <height>30</height>
237     </size>
238     </property>
239     <property name="maximumSize">
240     <size>
241     <width>32767</width>
242     <height>30</height>
243     </size>
244     </property>
245     <property name="text">
246     <string>&amp;Create</string>
247     </property>
248     <property name="accel">
249     <string>Alt+C</string>
250     </property>
251     <property name="toolTip" stdset="0">
252     <string>Create current device</string>
253     </property>
254     </widget>
255     <widget class="QPushButton" row="1" column="1">
256     <property name="name">
257     <cstring>UpdatePushButton</cstring>
258     </property>
259     <property name="minimumSize">
260     <size>
261     <width>0</width>
262     <height>30</height>
263     </size>
264     </property>
265     <property name="maximumSize">
266     <size>
267     <width>32767</width>
268     <height>30</height>
269     </size>
270     </property>
271     <property name="text">
272     <string>&amp;Update</string>
273     </property>
274     <property name="accel">
275     <string>Alt+U</string>
276     </property>
277     <property name="toolTip" stdset="0">
278     <string>Update current device</string>
279     </property>
280     </widget>
281     <widget class="QPushButton" row="1" column="2">
282     <property name="name">
283     <cstring>DeletePushButton</cstring>
284     </property>
285     <property name="minimumSize">
286     <size>
287     <width>0</width>
288     <height>30</height>
289     </size>
290     </property>
291     <property name="maximumSize">
292     <size>
293     <width>32767</width>
294     <height>30</height>
295     </size>
296     </property>
297     <property name="text">
298     <string>&amp;Delete</string>
299     </property>
300     <property name="accel">
301     <string>Alt+D</string>
302     </property>
303     <property name="toolTip" stdset="0">
304     <string>Delete current device</string>
305     </property>
306     </widget>
307     <widget class="qsamplerDeviceParameterTable" row="0" column="0" rowspan="1" colspan="5">
308     <property name="name">
309     <cstring>DeviceParameterTable</cstring>
310     </property>
311     <property name="sizePolicy">
312     <sizepolicy>
313     <hsizetype>7</hsizetype>
314     <vsizetype>7</vsizetype>
315     <horstretch>0</horstretch>
316     <verstretch>0</verstretch>
317     </sizepolicy>
318     </property>
319     <property name="focusPolicy">
320     <enum>StrongFocus</enum>
321     </property>
322     </widget>
323     </grid>
324     </widget>
325     </widget>
326     </hbox>
327     </widget>
328     <customwidgets>
329     <customwidget>
330     <class>qsamplerDeviceParameterTable</class>
331     <header location="global">qsamplerDevice.h</header>
332     <sizehint>
333     <width>-1</width>
334     <height>-1</height>
335     </sizehint>
336     <container>0</container>
337     <sizepolicy>
338     <hordata>7</hordata>
339     <verdata>7</verdata>
340     <horstretch>0</horstretch>
341     <verstretch>0</verstretch>
342     </sizepolicy>
343     <pixmap>image0</pixmap>
344     </customwidget>
345     </customwidgets>
346     <images>
347     <image name="image0">
348     <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>
349     </image>
350     </images>
351     <includes>
352     <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
353     <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>
354     </includes>
355     <forwards>
356     <forward>class qsamplerMainForm;</forward>
357     </forwards>
358     <variables>
359     <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
360     <variable access="private">int m_iDirtySetup;</variable>
361     <variable access="private">int m_iDirtyCount;</variable>
362     </variables>
363     <slots>
364     <slot specifier="non virtual">contentsChanged()</slot>
365     <slot specifier="non virtual">stabilizeForm()</slot>
366     </slots>
367     <functions>
368     <function access="private" specifier="non virtual">init()</function>
369     <function access="private" specifier="non virtual">destroy()</function>
370     <function specifier="non virtual">setup( qsamplerMainForm *pMainForm )</function>
371     </functions>
372     <pixmapinproject/>
373     <layoutdefaults spacing="4" margin="4"/>
374     <includehints>
375     <includehint>qsamplerdeviceparametertable.h</includehint>
376     </includehints>
377     </UI>

  ViewVC Help
Powered by ViewVC