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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1505 - (hide annotations) (download)
Wed Nov 21 18:37:40 2007 UTC (16 years, 5 months ago) by capela
File size: 10139 byte(s)
- Qt4 migration: small step to squash bug leftovers,
  plenty still in the horizon.

1 schoenebeck 1461 <ui version="4.0" >
2     <author>rncbc aka Rui Nuno Capela</author>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4 capela 427
5 capela 1463 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 1464 Copyright (C) 2007, Christian Schoenebeck
7 capela 427
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 capela 920 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 capela 427
22     </comment>
23 schoenebeck 1461 <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="sizePolicy" >
34     <sizepolicy>
35     <hsizetype>7</hsizetype>
36     <vsizetype>1</vsizetype>
37     <horstretch>0</horstretch>
38     <verstretch>0</verstretch>
39     </sizepolicy>
40     </property>
41     <property name="focusPolicy" >
42     <enum>Qt::StrongFocus</enum>
43     </property>
44     <property name="windowTitle" >
45     <string>Qsampler: Devices</string>
46     </property>
47     <property name="windowIcon" >
48 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
49 schoenebeck 1461 </property>
50     <layout class="QVBoxLayout" >
51     <property name="margin" >
52     <number>9</number>
53     </property>
54     <property name="spacing" >
55     <number>6</number>
56     </property>
57     <item>
58 capela 1505 <widget class="QSplitter" name="splitter" >
59     <property name="orientation" >
60     <enum>Qt::Horizontal</enum>
61 schoenebeck 1461 </property>
62 capela 1505 <property name="handleWidth" >
63     <number>4</number>
64 schoenebeck 1461 </property>
65 capela 1505 <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 schoenebeck 1461 </property>
85 capela 1505 </column>
86     </widget>
87     <widget class="QWidget" name="DeviceLayout" >
88 schoenebeck 1461 <layout class="QVBoxLayout" >
89     <property name="margin" >
90     <number>0</number>
91     </property>
92     <property name="spacing" >
93     <number>6</number>
94     </property>
95     <item>
96     <layout class="QHBoxLayout" >
97     <property name="margin" >
98     <number>0</number>
99     </property>
100     <property name="spacing" >
101     <number>6</number>
102     </property>
103     <item>
104     <widget class="QLabel" name="DeviceNameTextLabel" >
105     <property name="sizePolicy" >
106     <sizepolicy>
107     <hsizetype>7</hsizetype>
108     <vsizetype>5</vsizetype>
109     <horstretch>0</horstretch>
110     <verstretch>0</verstretch>
111     </sizepolicy>
112     </property>
113     <property name="font" >
114     <font>
115     <weight>75</weight>
116     <bold>true</bold>
117     </font>
118     </property>
119     <property name="toolTip" >
120     <string>Device name</string>
121     </property>
122     <property name="wordWrap" >
123     <bool>false</bool>
124     </property>
125     <property name="indent" >
126     <number>4</number>
127     </property>
128     </widget>
129     </item>
130     <item>
131     <widget class="QLabel" name="DriverNameTextLabel" >
132     <property name="text" >
133     <string>Dri&amp;ver:</string>
134     </property>
135     <property name="alignment" >
136     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
137     </property>
138     <property name="wordWrap" >
139     <bool>false</bool>
140     </property>
141     <property name="buddy" >
142     <cstring>DriverNameComboBox</cstring>
143     </property>
144     </widget>
145     </item>
146     <item>
147     <widget class="QComboBox" name="DriverNameComboBox" >
148     <property name="toolTip" >
149     <string>Driver type name</string>
150     </property>
151     </widget>
152     </item>
153     </layout>
154     </item>
155     <item>
156 schoenebeck 1486 <widget class="QTableView" name="DeviceParamTable" >
157     <property name="alternatingRowColors" >
158     <bool>true</bool>
159     </property>
160     <property name="showGrid" >
161     <bool>false</bool>
162     </property>
163     </widget>
164 schoenebeck 1461 </item>
165     <item>
166     <layout class="QHBoxLayout" >
167     <property name="margin" >
168     <number>0</number>
169     </property>
170     <property name="spacing" >
171     <number>6</number>
172     </property>
173     <item>
174     <spacer>
175     <property name="orientation" >
176     <enum>Qt::Horizontal</enum>
177     </property>
178     <property name="sizeHint" >
179     <size>
180     <width>40</width>
181     <height>20</height>
182     </size>
183     </property>
184     </spacer>
185     </item>
186     <item>
187     <widget class="QLabel" name="DevicePortTextLabel" >
188     <property name="text" >
189     <string>Channel:</string>
190     </property>
191     <property name="alignment" >
192     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
193     </property>
194     <property name="wordWrap" >
195     <bool>false</bool>
196     </property>
197     <property name="buddy" >
198     <cstring>DevicePortComboBox</cstring>
199     </property>
200     </widget>
201     </item>
202     <item>
203     <widget class="QComboBox" name="DevicePortComboBox" >
204     <property name="sizePolicy" >
205     <sizepolicy>
206     <hsizetype>7</hsizetype>
207     <vsizetype>0</vsizetype>
208     <horstretch>0</horstretch>
209     <verstretch>0</verstretch>
210     </sizepolicy>
211     </property>
212     <property name="toolTip" >
213     <string>Device port/channel</string>
214     </property>
215     </widget>
216     </item>
217     </layout>
218     </item>
219     <item>
220 schoenebeck 1486 <widget class="QTableView" name="DevicePortParamTable" >
221     <property name="alternatingRowColors" >
222     <bool>true</bool>
223     </property>
224     <property name="showGrid" >
225     <bool>false</bool>
226     </property>
227     </widget>
228 schoenebeck 1461 </item>
229     </layout>
230 capela 1505 </widget>
231     </widget>
232 schoenebeck 1461 </item>
233     <item>
234     <layout class="QHBoxLayout" >
235     <property name="margin" >
236     <number>0</number>
237     </property>
238     <property name="spacing" >
239     <number>4</number>
240     </property>
241     <item>
242     <widget class="QPushButton" name="RefreshDevicesPushButton" >
243     <property name="toolTip" >
244     <string>Refresh device list view</string>
245     </property>
246     <property name="text" >
247     <string>&amp;Refresh</string>
248     </property>
249     <property name="icon" >
250 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
251 schoenebeck 1461 </property>
252     <property name="shortcut" >
253     <string>Alt+R</string>
254     </property>
255     </widget>
256     </item>
257     <item>
258     <spacer>
259     <property name="orientation" >
260     <enum>Qt::Horizontal</enum>
261     </property>
262     <property name="sizeType" >
263     <enum>QSizePolicy::Expanding</enum>
264     </property>
265     <property name="sizeHint" >
266     <size>
267     <width>180</width>
268     <height>20</height>
269     </size>
270     </property>
271     </spacer>
272     </item>
273     <item>
274     <widget class="QPushButton" name="CreateDevicePushButton" >
275     <property name="toolTip" >
276     <string>Create device</string>
277     </property>
278     <property name="text" >
279     <string>&amp;Create</string>
280     </property>
281     <property name="icon" >
282 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
283 schoenebeck 1461 </property>
284     <property name="shortcut" >
285     <string>Alt+C</string>
286     </property>
287     </widget>
288     </item>
289     <item>
290     <widget class="QPushButton" name="DeleteDevicePushButton" >
291     <property name="toolTip" >
292     <string>Delete device</string>
293     </property>
294     <property name="text" >
295     <string>&amp;Delete</string>
296     </property>
297     <property name="icon" >
298 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
299 schoenebeck 1461 </property>
300     <property name="shortcut" >
301     <string>Alt+D</string>
302     </property>
303     </widget>
304     </item>
305     <item>
306     <widget class="QPushButton" name="ClosePushButton" >
307     <property name="toolTip" >
308     <string>Close this dialog</string>
309     </property>
310     <property name="text" >
311     <string>Close</string>
312     </property>
313     <property name="icon" >
314 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
315 schoenebeck 1461 </property>
316     <property name="shortcut" >
317     <string/>
318     </property>
319     </widget>
320     </item>
321     </layout>
322     </item>
323     </layout>
324     </widget>
325     <layoutdefault spacing="4" margin="4" />
326     <tabstops>
327     <tabstop>DeviceListView</tabstop>
328     <tabstop>RefreshDevicesPushButton</tabstop>
329     <tabstop>DriverNameComboBox</tabstop>
330     <tabstop>DevicePortComboBox</tabstop>
331     <tabstop>CreateDevicePushButton</tabstop>
332     <tabstop>DeleteDevicePushButton</tabstop>
333     <tabstop>ClosePushButton</tabstop>
334     </tabstops>
335     <resources>
336 capela 1463 <include location="../icons/qsampler.qrc" />
337 schoenebeck 1461 </resources>
338     </ui>

  ViewVC Help
Powered by ViewVC