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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 428 by capela, Mon Mar 7 17:05:55 2005 UTC revision 758 by capela, Sun Aug 28 00:31:34 2005 UTC
# Line 2  Line 2 
2  <class>qsamplerDeviceForm</class>  <class>qsamplerDeviceForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 20  Line 20 
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
23  <widget class="QDialog">  <widget class="QWidget">
24      <property name="name">      <property name="name">
25          <cstring>qsamplerDeviceForm</cstring>          <cstring>qsamplerDeviceForm</cstring>
26      </property>      </property>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>607</width>              <width>570</width>
32              <height>323</height>              <height>361</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 41  Line 41 
41          </sizepolicy>          </sizepolicy>
42      </property>      </property>
43      <property name="caption">      <property name="caption">
44          <string>Devices</string>          <string>Qsampler: Devices</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerDevice.png</pixmap>
48      </property>      </property>
49      <property name="focusPolicy">      <property name="focusPolicy">
50          <enum>StrongFocus</enum>          <enum>StrongFocus</enum>
51      </property>      </property>
52      <hbox>      <vbox>
53          <property name="name">          <property name="name">
54              <cstring>unnamed</cstring>              <cstring>unnamed</cstring>
55          </property>          </property>
56          <widget class="QSplitter">          <widget class="QSplitter">
57              <property name="name">              <property name="name">
58                  <cstring>splitter4</cstring>                  <cstring>splitter1</cstring>
59              </property>              </property>
60              <property name="orientation">              <property name="orientation">
61                  <enum>Horizontal</enum>                  <enum>Horizontal</enum>
62              </property>              </property>
63              <widget class="QLayoutWidget">              <widget class="QListView">
64                    <column>
65                        <property name="text">
66                            <string>Devices</string>
67                        </property>
68                        <property name="clickable">
69                            <bool>true</bool>
70                        </property>
71                        <property name="resizable">
72                            <bool>true</bool>
73                        </property>
74                    </column>
75                    <property name="name">
76                        <cstring>DeviceListView</cstring>
77                    </property>
78                    <property name="minimumSize">
79                        <size>
80                            <width>160</width>
81                            <height>0</height>
82                        </size>
83                    </property>
84                    <property name="rootIsDecorated">
85                        <bool>true</bool>
86                    </property>
87                    <property name="resizeMode">
88                        <enum>LastColumn</enum>
89                    </property>
90                    <property name="toolTip" stdset="0">
91                        <string>Device list</string>
92                    </property>
93                </widget>
94                <widget class="QSplitter">
95                  <property name="name">                  <property name="name">
96                      <cstring>layout1</cstring>                      <cstring>splitter2</cstring>
97                  </property>                  </property>
98                  <grid>                  <property name="orientation">
99                        <enum>Vertical</enum>
100                    </property>
101                    <widget class="QLayoutWidget">
102                      <property name="name">                      <property name="name">
103                          <cstring>unnamed</cstring>                          <cstring>layout2</cstring>
104                      </property>                      </property>
105                      <widget class="QPushButton" row="1" column="1">                      <grid>
                         <property name="name">  
                             <cstring>SaveDevicesPushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Save...</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+S</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileSave.png</iconset>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Save device configuration to file</string>  
                         </property>  
                     </widget>  
                     <spacer row="1" column="2">  
106                          <property name="name">                          <property name="name">
107                              <cstring>spacer1</cstring>                              <cstring>unnamed</cstring>
108                          </property>                          </property>
109                          <property name="orientation">                          <widget class="QLabel" row="0" column="0">
110                              <enum>Horizontal</enum>                              <property name="name">
111                          </property>                                  <cstring>DeviceNameTextLabel</cstring>
112                          <property name="sizeType">                              </property>
113                              <enum>Expanding</enum>                              <property name="sizePolicy">
114                          </property>                                  <sizepolicy>
115                          <property name="sizeHint">                                      <hsizetype>7</hsizetype>
116                              <size>                                      <vsizetype>5</vsizetype>
117                                  <width>24</width>                                      <horstretch>0</horstretch>
118                                  <height>16</height>                                      <verstretch>0</verstretch>
119                              </size>                                  </sizepolicy>
120                          </property>                              </property>
121                      </spacer>                              <property name="font">
122                      <widget class="QPushButton" row="1" column="0">                                  <font>
123                          <property name="name">                                      <bold>1</bold>
124                              <cstring>LoadDevicesPushButton</cstring>                                  </font>
125                          </property>                              </property>
126                          <property name="minimumSize">                              <property name="indent">
127                              <size>                                  <number>4</number>
128                                  <width>0</width>                              </property>
129                                  <height>30</height>                              <property name="toolTip" stdset="0">
130                              </size>                                  <string>Device name</string>
131                          </property>                              </property>
132                          <property name="maximumSize">                          </widget>
133                              <size>                          <widget class="QLabel" row="0" column="1">
134                                  <width>32767</width>                              <property name="name">
135                                  <height>30</height>                                  <cstring>DriverNameTextLabel</cstring>
136                              </size>                              </property>
                         </property>  
                         <property name="text">  
                             <string>&amp;Load...</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+L</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileOpen.png</iconset>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Load device configuration from file</string>  
                         </property>  
                     </widget>  
                     <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">  
                         <column>  
137                              <property name="text">                              <property name="text">
138                                  <string>Devices</string>                                  <string>Dri&amp;ver:</string>
139                                </property>
140                                <property name="alignment">
141                                    <set>AlignVCenter|AlignRight</set>
142                              </property>                              </property>
143                              <property name="clickable">                              <property name="buddy" stdset="0">
144                                  <bool>true</bool>                                  <cstring>DriverNameComboBox</cstring>
145                              </property>                              </property>
146                              <property name="resizable">                          </widget>
147                                  <bool>true</bool>                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">
148                                <property name="name">
149                                    <cstring>DeviceParamTable</cstring>
150                              </property>                              </property>
151                          </column>                              <property name="sizePolicy">
152                                    <sizepolicy>
153                                        <hsizetype>7</hsizetype>
154                                        <vsizetype>7</vsizetype>
155                                        <horstretch>0</horstretch>
156                                        <verstretch>0</verstretch>
157                                    </sizepolicy>
158                                </property>
159                                <property name="minimumSize">
160                                    <size>
161                                        <width>380</width>
162                                        <height>160</height>
163                                    </size>
164                                </property>
165                                <property name="focusPolicy">
166                                    <enum>StrongFocus</enum>
167                                </property>
168                                <property name="toolTip" stdset="0">
169                                    <string>Device parameters</string>
170                                </property>
171                            </widget>
172                            <widget class="QComboBox" row="0" column="2">
173                                <property name="name">
174                                    <cstring>DriverNameComboBox</cstring>
175                                </property>
176                                <property name="toolTip" stdset="0">
177                                    <string>Driver type name</string>
178                                </property>
179                            </widget>
180                        </grid>
181                    </widget>
182                    <widget class="QLayoutWidget">
183                        <property name="name">
184                            <cstring>layout3</cstring>
185                        </property>
186                        <grid>
187                          <property name="name">                          <property name="name">
188                              <cstring>DeviceListView</cstring>                              <cstring>unnamed</cstring>
                         </property>  
                         <property name="resizeMode">  
                             <enum>LastColumn</enum>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device list view</string>  
189                          </property>                          </property>
190                      </widget>                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="2">
191                  </grid>                              <property name="name">
192                                    <cstring>DevicePortParamTable</cstring>
193                                </property>
194                                <property name="sizePolicy">
195                                    <sizepolicy>
196                                        <hsizetype>7</hsizetype>
197                                        <vsizetype>7</vsizetype>
198                                        <horstretch>0</horstretch>
199                                        <verstretch>0</verstretch>
200                                    </sizepolicy>
201                                </property>
202                                <property name="minimumSize">
203                                    <size>
204                                        <width>380</width>
205                                        <height>80</height>
206                                    </size>
207                                </property>
208                                <property name="focusPolicy">
209                                    <enum>StrongFocus</enum>
210                                </property>
211                                <property name="toolTip" stdset="0">
212                                    <string>Device port/channel parameters</string>
213                                </property>
214                            </widget>
215                            <widget class="QLabel" row="0" column="0">
216                                <property name="name">
217                                    <cstring>DevicePortTextLabel</cstring>
218                                </property>
219                                <property name="text">
220                                    <string>Channel:</string>
221                                </property>
222                                <property name="alignment">
223                                    <set>AlignVCenter|AlignRight</set>
224                                </property>
225                                <property name="buddy" stdset="0">
226                                    <cstring>DevicePortComboBox</cstring>
227                                </property>
228                            </widget>
229                            <widget class="QComboBox" row="0" column="1">
230                                <property name="name">
231                                    <cstring>DevicePortComboBox</cstring>
232                                </property>
233                                <property name="sizePolicy">
234                                    <sizepolicy>
235                                        <hsizetype>7</hsizetype>
236                                        <vsizetype>0</vsizetype>
237                                        <horstretch>0</horstretch>
238                                        <verstretch>0</verstretch>
239                                    </sizepolicy>
240                                </property>
241                                <property name="toolTip" stdset="0">
242                                    <string>Device port/channel</string>
243                                </property>
244                            </widget>
245                        </grid>
246                    </widget>
247              </widget>              </widget>
248              <widget class="QLayoutWidget">          </widget>
249            <widget class="QLayoutWidget">
250                <property name="name">
251                    <cstring>layout1</cstring>
252                </property>
253                <hbox>
254                  <property name="name">                  <property name="name">
255                      <cstring>layout5</cstring>                      <cstring>unnamed</cstring>
256                  </property>                  </property>
257                  <grid>                  <widget class="QPushButton">
258                      <property name="name">                      <property name="name">
259                          <cstring>unnamed</cstring>                          <cstring>RefreshDevicesPushButton</cstring>
260                      </property>                      </property>
261                      <widget class="QPushButton" row="1" column="5">                      <property name="text">
262                          <property name="name">                          <string>&amp;Refresh</string>
263                              <cstring>ClosePushButton</cstring>                      </property>
264                          </property>                      <property name="accel">
265                          <property name="minimumSize">                          <string>Alt+R</string>
266                              <size>                      </property>
267                                  <width>0</width>                      <property name="iconSet">
268                                  <height>30</height>                          <iconset>formRefresh.png</iconset>
269                              </size>                      </property>
270                          </property>                      <property name="toolTip" stdset="0">
271                          <property name="maximumSize">                          <string>Refresh device list view</string>
272                              <size>                      </property>
273                                  <width>32767</width>                  </widget>
274                                  <height>30</height>                  <spacer>
275                              </size>                      <property name="name">
276                          </property>                          <cstring>spacer1</cstring>
277                          <property name="text">                      </property>
278                              <string>Close</string>                      <property name="orientation">
279                          </property>                          <enum>Horizontal</enum>
280                          <property name="accel">                      </property>
281                              <string></string>                      <property name="sizeType">
282                          </property>                          <enum>Expanding</enum>
283                          <property name="toolTip" stdset="0">                      </property>
284                              <string>Close this dialog</string>                      <property name="sizeHint">
285                          </property>                          <size>
286                      </widget>                              <width>180</width>
287                      <spacer row="1" column="4">                              <height>20</height>
288                          <property name="name">                          </size>
289                              <cstring>spacer3</cstring>                      </property>
290                          </property>                  </spacer>
291                          <property name="orientation">                  <widget class="QPushButton">
292                              <enum>Horizontal</enum>                      <property name="name">
293                          </property>                          <cstring>CreateDevicePushButton</cstring>
294                          <property name="sizeType">                      </property>
295                              <enum>Expanding</enum>                      <property name="text">
296                          </property>                          <string>&amp;Create</string>
297                          <property name="sizeHint">                      </property>
298                              <size>                      <property name="accel">
299                                  <width>30</width>                          <string>Alt+C</string>
300                                  <height>20</height>                      </property>
301                              </size>                      <property name="iconSet">
302                          </property>                          <iconset>deviceCreate.png</iconset>
303                      </spacer>                      </property>
304                      <widget class="QPushButton" row="1" column="2">                      <property name="toolTip" stdset="0">
305                          <property name="name">                          <string>Create device</string>
306                              <cstring>UpdateDevicePushButton</cstring>                      </property>
307                          </property>                  </widget>
308                          <property name="minimumSize">                  <widget class="QPushButton">
309                              <size>                      <property name="name">
310                                  <width>0</width>                          <cstring>DeleteDevicePushButton</cstring>
311                                  <height>30</height>                      </property>
312                              </size>                      <property name="text">
313                          </property>                          <string>&amp;Delete</string>
314                          <property name="maximumSize">                      </property>
315                              <size>                      <property name="accel">
316                                  <width>32767</width>                          <string>Alt+D</string>
317                                  <height>30</height>                      </property>
318                              </size>                      <property name="iconSet">
319                          </property>                          <iconset>deviceDelete.png</iconset>
320                          <property name="text">                      </property>
321                              <string>&amp;Update</string>                      <property name="toolTip" stdset="0">
322                          </property>                          <string>Delete device</string>
323                          <property name="accel">                      </property>
324                              <string>Alt+U</string>                  </widget>
325                          </property>                  <widget class="QPushButton">
326                          <property name="toolTip" stdset="0">                      <property name="name">
327                              <string>Update current device</string>                          <cstring>ClosePushButton</cstring>
328                          </property>                      </property>
329                      </widget>                      <property name="text">
330                      <spacer row="1" column="0">                          <string>Close</string>
331                          <property name="name">                      </property>
332                              <cstring>spacer2</cstring>                      <property name="accel">
333                          </property>                          <string></string>
334                          <property name="orientation">                      </property>
335                              <enum>Horizontal</enum>                      <property name="iconSet">
336                          </property>                          <iconset>formReject.png</iconset>
337                          <property name="sizeType">                      </property>
338                              <enum>Minimum</enum>                      <property name="toolTip" stdset="0">
339                          </property>                          <string>Close this dialog</string>
340                          <property name="sizeHint">                      </property>
341                              <size>                  </widget>
342                                  <width>4</width>              </hbox>
                                 <height>20</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <widget class="qsamplerDeviceParameterTable" row="0" column="0" rowspan="1" colspan="6">  
                         <property name="name">  
                             <cstring>DeviceParameterTable</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>7</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>260</height>  
                             </size>  
                         </property>  
                         <property name="focusPolicy">  
                             <enum>StrongFocus</enum>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="1" column="1">  
                         <property name="name">  
                             <cstring>CreateDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Create</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+C</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Create current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="1" column="3">  
                         <property name="name">  
                             <cstring>DeleteDevicePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Delete</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+D</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Delete current device</string>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
343          </widget>          </widget>
344      </hbox>      </vbox>
345  </widget>  </widget>
346  <customwidgets>  <customwidgets>
347      <customwidget>      <customwidget>
348          <class>qsamplerDeviceParameterTable</class>          <class>qsamplerDeviceParamTable</class>
349          <header location="global">qsamplerDevice.h</header>          <header location="global">qsamplerDevice.h</header>
350          <sizehint>          <sizehint>
351              <width>-1</width>              <width>-1</width>
# Line 355  Line 358 
358              <horstretch>0</horstretch>              <horstretch>0</horstretch>
359              <verstretch>0</verstretch>              <verstretch>0</verstretch>
360          </sizepolicy>          </sizepolicy>
         <pixmap>image0</pixmap>  
361      </customwidget>      </customwidget>
362  </customwidgets>  </customwidgets>
 <images>  
     <image name="image0">  
         <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>  
     </image>  
 </images>  
363  <connections>  <connections>
364      <connection>      <connection>
365          <sender>LoadDevicesPushButton</sender>          <sender>DeviceListView</sender>
366          <signal>clicked()</signal>          <signal>selectionChanged()</signal>
367          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
368          <slot>loadDevices()</slot>          <slot>selectDevice()</slot>
369      </connection>      </connection>
370      <connection>      <connection>
371          <sender>SaveDevicesPushButton</sender>          <sender>DeviceListView</sender>
372          <signal>clicked()</signal>          <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
373          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
374          <slot>saveDevices()</slot>          <slot>contextMenu(QListViewItem*,const QPoint&amp;,int)</slot>
375      </connection>      </connection>
376      <connection>      <connection>
377          <sender>CreateDevicePushButton</sender>          <sender>RefreshDevicesPushButton</sender>
378          <signal>clicked()</signal>          <signal>clicked()</signal>
379          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
380          <slot>createDevice()</slot>          <slot>refreshDevices()</slot>
381        </connection>
382        <connection>
383            <sender>DriverNameComboBox</sender>
384            <signal>activated(const QString&amp;)</signal>
385            <receiver>qsamplerDeviceForm</receiver>
386            <slot>selectDriver(const QString&amp;)</slot>
387        </connection>
388        <connection>
389            <sender>DevicePortComboBox</sender>
390            <signal>activated(int)</signal>
391            <receiver>qsamplerDeviceForm</receiver>
392            <slot>selectDevicePort(int)</slot>
393      </connection>      </connection>
394      <connection>      <connection>
395          <sender>UpdateDevicePushButton</sender>          <sender>CreateDevicePushButton</sender>
396          <signal>clicked()</signal>          <signal>clicked()</signal>
397          <receiver>qsamplerDeviceForm</receiver>          <receiver>qsamplerDeviceForm</receiver>
398          <slot>updateDevice()</slot>          <slot>createDevice()</slot>
399      </connection>      </connection>
400      <connection>      <connection>
401          <sender>DeleteDevicePushButton</sender>          <sender>DeleteDevicePushButton</sender>
# Line 403  Line 412 
412  </connections>  </connections>
413  <tabstops>  <tabstops>
414      <tabstop>DeviceListView</tabstop>      <tabstop>DeviceListView</tabstop>
415      <tabstop>DeviceParameterTable</tabstop>      <tabstop>RefreshDevicesPushButton</tabstop>
416      <tabstop>LoadDevicesPushButton</tabstop>      <tabstop>DriverNameComboBox</tabstop>
417      <tabstop>SaveDevicesPushButton</tabstop>      <tabstop>DeviceParamTable</tabstop>
418        <tabstop>DevicePortComboBox</tabstop>
419        <tabstop>DevicePortParamTable</tabstop>
420      <tabstop>CreateDevicePushButton</tabstop>      <tabstop>CreateDevicePushButton</tabstop>
     <tabstop>UpdateDevicePushButton</tabstop>  
421      <tabstop>DeleteDevicePushButton</tabstop>      <tabstop>DeleteDevicePushButton</tabstop>
422      <tabstop>ClosePushButton</tabstop>      <tabstop>ClosePushButton</tabstop>
423  </tabstops>  </tabstops>
# Line 420  Line 430 
430  </forwards>  </forwards>
431  <variables>  <variables>
432      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
433        <variable access="private">lscp_client_t *m_pClient;</variable>
434      <variable access="private">int m_iDirtySetup;</variable>      <variable access="private">int m_iDirtySetup;</variable>
435      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
436      <variable access="private">int m_iUntitled;</variable>      <variable access="private">bool m_bNewDevice;</variable>
437      <variable access="private">QString m_sFilename;</variable>      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
438      <variable access="private">lscp_client_t *m_pClient;</variable>      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>
439        <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>
440        <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
441  </variables>  </variables>
442    <signals>
443        <signal>devicesChanged()</signal>
444    </signals>
445  <slots>  <slots>
     <slot specifier="non virtual">contentsChanged()</slot>  
     <slot specifier="non virtual">loadDevices()</slot>  
     <slot specifier="non virtual">saveDevices()</slot>  
446      <slot specifier="non virtual">createDevice()</slot>      <slot specifier="non virtual">createDevice()</slot>
     <slot specifier="non virtual">updateDevice()</slot>  
447      <slot specifier="non virtual">deleteDevice()</slot>      <slot specifier="non virtual">deleteDevice()</slot>
448      <slot specifier="non virtual">refreshDevices()</slot>      <slot specifier="non virtual">refreshDevices()</slot>
449        <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>
450        <slot specifier="non virtual">selectDevice()</slot>
451        <slot specifier="non virtual">selectDevicePort( int iPort )</slot>
452        <slot specifier="non virtual">changeDeviceParam( int iRow, int iCol )</slot>
453        <slot specifier="non virtual">changeDevicePortParam( int iRow, int iCol )</slot>
454        <slot specifier="non virtual">contextMenu(QListViewItem *, const QPoint&amp;, int)</slot>
455      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
456  </slots>  </slots>
457  <functions>  <functions>
# Line 441  Line 459 
459      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
460      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
461      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
462        <function specifier="non virtual">setMainForm( qsamplerMainForm *pMainForm )</function>
463        <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>
464      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
465      <function specifier="non virtual" returnType="QString">devicesName( const QString &amp; sFilename )</function>      <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>
466      <function specifier="non virtual" returnType="bool">queryClose()</function>      <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>
     <function specifier="non virtual">loadDevicesFile( const QString &amp; sFilename )</function>  
     <function specifier="non virtual">saveDevicesFile( const QString &amp; sFilename )</function>  
467  </functions>  </functions>
468  <pixmapinproject/>  <pixmapinproject/>
469  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
 <includehints>  
     <includehint>qsamplerdeviceparametertable.h</includehint>  
 </includehints>  
470  </UI>  </UI>

Legend:
Removed from v.428  
changed lines
  Added in v.758

  ViewVC Help
Powered by ViewVC