/[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 961 by capela, Sun Dec 3 18:26:13 2006 UTC revision 1518 by schoenebeck, Fri Nov 23 21:50:01 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerDeviceForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     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     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 20 
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerDeviceForm</class>
24  <widget class="QWidget">   <widget class="QDialog" name="qsamplerDeviceForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerDeviceForm</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>601</width>
30              <x>0</x>      <height>378</height>
31              <y>0</y>     </rect>
32              <width>570</width>    </property>
33              <height>361</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
35      </property>      <horstretch>0</horstretch>
36      <property name="sizePolicy">      <verstretch>0</verstretch>
37          <sizepolicy>     </sizepolicy>
38              <hsizetype>7</hsizetype>    </property>
39              <vsizetype>1</vsizetype>    <property name="focusPolicy" >
40              <horstretch>0</horstretch>     <enum>Qt::StrongFocus</enum>
41              <verstretch>0</verstretch>    </property>
42          </sizepolicy>    <property name="windowTitle" >
43      </property>     <string>Qsampler: Devices</string>
44      <property name="caption">    </property>
45          <string>Qsampler: Devices</string>    <property name="windowIcon" >
46      </property>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
47      <property name="icon">    </property>
48          <pixmap>qsamplerDevice.png</pixmap>    <layout class="QVBoxLayout" >
49      </property>     <property name="spacing" >
50      <property name="focusPolicy">      <number>6</number>
51          <enum>StrongFocus</enum>     </property>
52      </property>     <property name="leftMargin" >
53      <vbox>      <number>9</number>
54          <property name="name">     </property>
55              <cstring>unnamed</cstring>     <property name="topMargin" >
56        <number>9</number>
57       </property>
58       <property name="rightMargin" >
59        <number>9</number>
60       </property>
61       <property name="bottomMargin" >
62        <number>9</number>
63       </property>
64       <item>
65        <widget class="QSplitter" name="splitter" >
66         <property name="sizePolicy" >
67          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="orientation" >
73          <enum>Qt::Horizontal</enum>
74         </property>
75         <property name="handleWidth" >
76          <number>4</number>
77         </property>
78         <widget class="QTreeWidget" name="DeviceListView" >
79          <property name="minimumSize" >
80           <size>
81            <width>120</width>
82            <height>0</height>
83           </size>
84          </property>
85          <property name="toolTip" >
86           <string>Device list</string>
87          </property>
88          <property name="rootIsDecorated" >
89           <bool>false</bool>
90          </property>
91          <property name="uniformRowHeights" >
92           <bool>true</bool>
93          </property>
94          <column>
95           <property name="text" >
96            <string>Devices</string>
97           </property>
98          </column>
99         </widget>
100         <widget class="QSplitter" name="splitter" >
101          <property name="sizePolicy" >
102           <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
103            <horstretch>0</horstretch>
104            <verstretch>0</verstretch>
105           </sizepolicy>
106          </property>
107          <property name="orientation" >
108           <enum>Qt::Vertical</enum>
109          </property>
110          <property name="handleWidth" >
111           <number>4</number>
112          </property>
113          <widget class="QWidget" name="DeviceParamLayout" >
114           <layout class="QVBoxLayout" >
115            <property name="spacing" >
116             <number>6</number>
117          </property>          </property>
118          <widget class="QSplitter">          <property name="leftMargin" >
119              <property name="name">           <number>0</number>
120                  <cstring>splitter1</cstring>          </property>
121              </property>          <property name="topMargin" >
122              <property name="orientation">           <number>0</number>
123                  <enum>Horizontal</enum>          </property>
124              </property>          <property name="rightMargin" >
125              <widget class="QListView">           <number>0</number>
126                  <column>          </property>
127                      <property name="text">          <property name="bottomMargin" >
128                          <string>Devices</string>           <number>0</number>
129                      </property>          </property>
130                      <property name="clickable">          <item>
131                          <bool>true</bool>           <layout class="QHBoxLayout" >
132                      </property>            <property name="spacing" >
133                      <property name="resizable">             <number>6</number>
134                          <bool>true</bool>            </property>
135                      </property>            <property name="leftMargin" >
136                  </column>             <number>0</number>
137                  <property name="name">            </property>
138                      <cstring>DeviceListView</cstring>            <property name="topMargin" >
139                  </property>             <number>0</number>
140                  <property name="minimumSize">            </property>
141                      <size>            <property name="rightMargin" >
142                          <width>160</width>             <number>0</number>
143                          <height>0</height>            </property>
144                      </size>            <property name="bottomMargin" >
145                  </property>             <number>0</number>
146                  <property name="rootIsDecorated">            </property>
147                      <bool>true</bool>            <item>
148                  </property>             <widget class="QLabel" name="DeviceNameTextLabel" >
149                  <property name="resizeMode">              <property name="sizePolicy" >
150                      <enum>LastColumn</enum>               <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
151                  </property>                <horstretch>0</horstretch>
152                  <property name="toolTip" stdset="0">                <verstretch>0</verstretch>
153                      <string>Device list</string>               </sizepolicy>
154                  </property>              </property>
155              </widget>              <property name="font" >
156              <widget class="QSplitter">               <font>
157                  <property name="name">                <weight>75</weight>
158                      <cstring>splitter2</cstring>                <bold>true</bold>
159                  </property>               </font>
160                  <property name="orientation">              </property>
161                      <enum>Vertical</enum>              <property name="toolTip" >
162                  </property>               <string>Device name</string>
163                  <widget class="QLayoutWidget">              </property>
164                      <property name="name">              <property name="wordWrap" >
165                          <cstring>layout2</cstring>               <bool>false</bool>
166                      </property>              </property>
167                      <grid>              <property name="indent" >
168                          <property name="name">               <number>4</number>
169                              <cstring>unnamed</cstring>              </property>
170                          </property>             </widget>
171                          <widget class="QLabel" row="0" column="0">            </item>
172                              <property name="name">            <item>
173                                  <cstring>DeviceNameTextLabel</cstring>             <widget class="QLabel" name="DriverNameTextLabel" >
174                              </property>              <property name="text" >
175                              <property name="sizePolicy">               <string>Dri&amp;ver:</string>
176                                  <sizepolicy>              </property>
177                                      <hsizetype>7</hsizetype>              <property name="alignment" >
178                                      <vsizetype>5</vsizetype>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
179                                      <horstretch>0</horstretch>              </property>
180                                      <verstretch>0</verstretch>              <property name="wordWrap" >
181                                  </sizepolicy>               <bool>false</bool>
182                              </property>              </property>
183                              <property name="font">              <property name="buddy" >
184                                  <font>               <cstring>DriverNameComboBox</cstring>
185                                      <bold>1</bold>              </property>
186                                  </font>             </widget>
187                              </property>            </item>
188                              <property name="indent">            <item>
189                                  <number>4</number>             <widget class="QComboBox" name="DriverNameComboBox" >
190                              </property>              <property name="toolTip" >
191                              <property name="toolTip" stdset="0">               <string>Driver type name</string>
192                                  <string>Device name</string>              </property>
193                              </property>             </widget>
194                          </widget>            </item>
195                          <widget class="QLabel" row="0" column="1">           </layout>
196                              <property name="name">          </item>
197                                  <cstring>DriverNameTextLabel</cstring>          <item>
198                              </property>           <widget class="QTableView" name="DeviceParamTable" >
199                              <property name="text">            <property name="alternatingRowColors" >
200                                  <string>Dri&amp;ver:</string>             <bool>true</bool>
201                              </property>            </property>
202                              <property name="alignment">            <property name="selectionMode" >
203                                  <set>AlignVCenter|AlignRight</set>             <enum>QAbstractItemView::NoSelection</enum>
204                              </property>            </property>
205                              <property name="buddy" stdset="0">            <property name="showGrid" >
206                                  <cstring>DriverNameComboBox</cstring>             <bool>false</bool>
207                              </property>            </property>
208                          </widget>           </widget>
209                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">          </item>
210                              <property name="name">         </layout>
211                                  <cstring>DeviceParamTable</cstring>        </widget>
212                              </property>        <widget class="QWidget" name="PortParamLayout" >
213                              <property name="sizePolicy">         <layout class="QVBoxLayout" >
214                                  <sizepolicy>          <property name="spacing" >
215                                      <hsizetype>7</hsizetype>           <number>6</number>
216                                      <vsizetype>7</vsizetype>          </property>
217                                      <horstretch>0</horstretch>          <property name="leftMargin" >
218                                      <verstretch>0</verstretch>           <number>0</number>
219                                  </sizepolicy>          </property>
220                              </property>          <property name="topMargin" >
221                              <property name="minimumSize">           <number>0</number>
222                                  <size>          </property>
223                                      <width>380</width>          <property name="rightMargin" >
224                                      <height>160</height>           <number>0</number>
225                                  </size>          </property>
226                              </property>          <property name="bottomMargin" >
227                              <property name="focusPolicy">           <number>0</number>
228                                  <enum>StrongFocus</enum>          </property>
229                              </property>          <item>
230                              <property name="toolTip" stdset="0">           <layout class="QHBoxLayout" >
231                                  <string>Device parameters</string>            <property name="spacing" >
232                              </property>             <number>6</number>
233                          </widget>            </property>
234                          <widget class="QComboBox" row="0" column="2">            <property name="leftMargin" >
235                              <property name="name">             <number>0</number>
236                                  <cstring>DriverNameComboBox</cstring>            </property>
237                              </property>            <property name="topMargin" >
238                              <property name="toolTip" stdset="0">             <number>0</number>
239                                  <string>Driver type name</string>            </property>
240                              </property>            <property name="rightMargin" >
241                          </widget>             <number>0</number>
242                      </grid>            </property>
243                  </widget>            <property name="bottomMargin" >
244                  <widget class="QLayoutWidget">             <number>0</number>
245                      <property name="name">            </property>
246                          <cstring>layout3</cstring>            <item>
247                      </property>             <spacer>
248                      <grid>              <property name="orientation" >
249                          <property name="name">               <enum>Qt::Horizontal</enum>
250                              <cstring>unnamed</cstring>              </property>
251                          </property>              <property name="sizeHint" >
252                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="2">               <size>
253                              <property name="name">                <width>40</width>
254                                  <cstring>DevicePortParamTable</cstring>                <height>20</height>
255                              </property>               </size>
256                              <property name="sizePolicy">              </property>
257                                  <sizepolicy>             </spacer>
258                                      <hsizetype>7</hsizetype>            </item>
259                                      <vsizetype>7</vsizetype>            <item>
260                                      <horstretch>0</horstretch>             <widget class="QLabel" name="DevicePortTextLabel" >
261                                      <verstretch>0</verstretch>              <property name="text" >
262                                  </sizepolicy>               <string>Channel:</string>
263                              </property>              </property>
264                              <property name="minimumSize">              <property name="alignment" >
265                                  <size>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
266                                      <width>380</width>              </property>
267                                      <height>80</height>              <property name="wordWrap" >
268                                  </size>               <bool>false</bool>
269                              </property>              </property>
270                              <property name="focusPolicy">              <property name="buddy" >
271                                  <enum>StrongFocus</enum>               <cstring>DevicePortComboBox</cstring>
272                              </property>              </property>
273                              <property name="toolTip" stdset="0">             </widget>
274                                  <string>Device port/channel parameters</string>            </item>
275                              </property>            <item>
276                          </widget>             <widget class="QComboBox" name="DevicePortComboBox" >
277                          <widget class="QLabel" row="0" column="0">              <property name="sizePolicy" >
278                              <property name="name">               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
279                                  <cstring>DevicePortTextLabel</cstring>                <horstretch>0</horstretch>
280                              </property>                <verstretch>0</verstretch>
281                              <property name="text">               </sizepolicy>
282                                  <string>Channel:</string>              </property>
283                              </property>              <property name="toolTip" >
284                              <property name="alignment">               <string>Device port/channel</string>
285                                  <set>AlignVCenter|AlignRight</set>              </property>
286                              </property>             </widget>
287                              <property name="buddy" stdset="0">            </item>
288                                  <cstring>DevicePortComboBox</cstring>           </layout>
289                              </property>          </item>
290                          </widget>          <item>
291                          <widget class="QComboBox" row="0" column="1">           <widget class="QTableView" name="DevicePortParamTable" >
292                              <property name="name">            <property name="alternatingRowColors" >
293                                  <cstring>DevicePortComboBox</cstring>             <bool>true</bool>
294                              </property>            </property>
295                              <property name="sizePolicy">            <property name="selectionMode" >
296                                  <sizepolicy>             <enum>QAbstractItemView::NoSelection</enum>
297                                      <hsizetype>7</hsizetype>            </property>
298                                      <vsizetype>0</vsizetype>            <property name="showGrid" >
299                                      <horstretch>0</horstretch>             <bool>false</bool>
300                                      <verstretch>0</verstretch>            </property>
301                                  </sizepolicy>           </widget>
302                              </property>          </item>
303                              <property name="toolTip" stdset="0">         </layout>
304                                  <string>Device port/channel</string>        </widget>
305                              </property>       </widget>
306                          </widget>      </widget>
307                      </grid>     </item>
308                  </widget>     <item>
309              </widget>      <layout class="QHBoxLayout" >
310          </widget>       <property name="spacing" >
311          <widget class="QLayoutWidget">        <number>4</number>
312              <property name="name">       </property>
313                  <cstring>layout1</cstring>       <property name="leftMargin" >
314              </property>        <number>0</number>
315              <hbox>       </property>
316                  <property name="name">       <property name="topMargin" >
317                      <cstring>unnamed</cstring>        <number>0</number>
318                  </property>       </property>
319                  <widget class="QPushButton">       <property name="rightMargin" >
320                      <property name="name">        <number>0</number>
321                          <cstring>RefreshDevicesPushButton</cstring>       </property>
322                      </property>       <property name="bottomMargin" >
323                      <property name="text">        <number>0</number>
324                          <string>&amp;Refresh</string>       </property>
325                      </property>       <item>
326                      <property name="accel">        <widget class="QPushButton" name="RefreshDevicesPushButton" >
327                          <string>Alt+R</string>         <property name="toolTip" >
328                      </property>          <string>Refresh device list view</string>
329                      <property name="iconSet">         </property>
330                          <iconset>formRefresh.png</iconset>         <property name="text" >
331                      </property>          <string>&amp;Refresh</string>
332                      <property name="toolTip" stdset="0">         </property>
333                          <string>Refresh device list view</string>         <property name="icon" >
334                      </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
335                  </widget>         </property>
336                  <spacer>         <property name="shortcut" >
337                      <property name="name">          <string>Alt+R</string>
338                          <cstring>spacer1</cstring>         </property>
339                      </property>        </widget>
340                      <property name="orientation">       </item>
341                          <enum>Horizontal</enum>       <item>
342                      </property>        <spacer>
343                      <property name="sizeType">         <property name="orientation" >
344                          <enum>Expanding</enum>          <enum>Qt::Horizontal</enum>
345                      </property>         </property>
346                      <property name="sizeHint">         <property name="sizeType" >
347                          <size>          <enum>QSizePolicy::Expanding</enum>
348                              <width>180</width>         </property>
349                              <height>20</height>         <property name="sizeHint" >
350                          </size>          <size>
351                      </property>           <width>180</width>
352                  </spacer>           <height>20</height>
353                  <widget class="QPushButton">          </size>
354                      <property name="name">         </property>
355                          <cstring>CreateDevicePushButton</cstring>        </spacer>
356                      </property>       </item>
357                      <property name="text">       <item>
358                          <string>&amp;Create</string>        <widget class="QPushButton" name="CreateDevicePushButton" >
359                      </property>         <property name="toolTip" >
360                      <property name="accel">          <string>Create device</string>
361                          <string>Alt+C</string>         </property>
362                      </property>         <property name="text" >
363                      <property name="iconSet">          <string>&amp;Create</string>
364                          <iconset>deviceCreate.png</iconset>         </property>
365                      </property>         <property name="icon" >
366                      <property name="toolTip" stdset="0">          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
367                          <string>Create device</string>         </property>
368                      </property>         <property name="shortcut" >
369                  </widget>          <string>Alt+C</string>
370                  <widget class="QPushButton">         </property>
371                      <property name="name">        </widget>
372                          <cstring>DeleteDevicePushButton</cstring>       </item>
373                      </property>       <item>
374                      <property name="text">        <widget class="QPushButton" name="DeleteDevicePushButton" >
375                          <string>&amp;Delete</string>         <property name="toolTip" >
376                      </property>          <string>Delete device</string>
377                      <property name="accel">         </property>
378                          <string>Alt+D</string>         <property name="text" >
379                      </property>          <string>&amp;Delete</string>
380                      <property name="iconSet">         </property>
381                          <iconset>deviceDelete.png</iconset>         <property name="icon" >
382                      </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
383                      <property name="toolTip" stdset="0">         </property>
384                          <string>Delete device</string>         <property name="shortcut" >
385                      </property>          <string>Alt+D</string>
386                  </widget>         </property>
387                  <widget class="QPushButton">        </widget>
388                      <property name="name">       </item>
389                          <cstring>ClosePushButton</cstring>       <item>
390                      </property>        <widget class="QPushButton" name="ClosePushButton" >
391                      <property name="text">         <property name="toolTip" >
392                          <string>Close</string>          <string>Close this dialog</string>
393                      </property>         </property>
394                      <property name="accel">         <property name="text" >
395                          <string></string>          <string>Close</string>
396                      </property>         </property>
397                      <property name="iconSet">         <property name="icon" >
398                          <iconset>formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
399                      </property>         </property>
400                      <property name="toolTip" stdset="0">         <property name="shortcut" >
401                          <string>Close this dialog</string>          <string/>
402                      </property>         </property>
403                  </widget>        </widget>
404              </hbox>       </item>
405          </widget>      </layout>
406      </vbox>     </item>
407  </widget>    </layout>
408  <customwidgets>   </widget>
409      <customwidget>   <layoutdefault spacing="4" margin="4" />
410          <class>qsamplerDeviceParamTable</class>   <tabstops>
411          <header location="global">qsamplerDevice.h</header>    <tabstop>DeviceListView</tabstop>
412          <sizehint>    <tabstop>RefreshDevicesPushButton</tabstop>
413              <width>-1</width>    <tabstop>DriverNameComboBox</tabstop>
414              <height>-1</height>    <tabstop>DevicePortComboBox</tabstop>
415          </sizehint>    <tabstop>CreateDevicePushButton</tabstop>
416          <container>0</container>    <tabstop>DeleteDevicePushButton</tabstop>
417          <sizepolicy>    <tabstop>ClosePushButton</tabstop>
418              <hordata>7</hordata>   </tabstops>
419              <verdata>7</verdata>   <resources>
420              <horstretch>0</horstretch>    <include location="../icons/qsampler.qrc" />
421              <verstretch>0</verstretch>   </resources>
422          </sizepolicy>   <connections/>
423      </customwidget>  </ui>
 </customwidgets>  
 <connections>  
     <connection>  
         <sender>DeviceListView</sender>  
         <signal>selectionChanged()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>selectDevice()</slot>  
     </connection>  
     <connection>  
         <sender>DeviceListView</sender>  
         <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>contextMenu(QListViewItem*,const QPoint&amp;,int)</slot>  
     </connection>  
     <connection>  
         <sender>RefreshDevicesPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>refreshDevices()</slot>  
     </connection>  
     <connection>  
         <sender>DriverNameComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>selectDriver(const QString&amp;)</slot>  
     </connection>  
     <connection>  
         <sender>DevicePortComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>selectDevicePort(int)</slot>  
     </connection>  
     <connection>  
         <sender>CreateDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>createDevice()</slot>  
     </connection>  
     <connection>  
         <sender>DeleteDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>deleteDevice()</slot>  
     </connection>  
     <connection>  
         <sender>ClosePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>close()</slot>  
     </connection>  
 </connections>  
 <tabstops>  
     <tabstop>DeviceListView</tabstop>  
     <tabstop>RefreshDevicesPushButton</tabstop>  
     <tabstop>DriverNameComboBox</tabstop>  
     <tabstop>DeviceParamTable</tabstop>  
     <tabstop>DevicePortComboBox</tabstop>  
     <tabstop>DevicePortParamTable</tabstop>  
     <tabstop>CreateDevicePushButton</tabstop>  
     <tabstop>DeleteDevicePushButton</tabstop>  
     <tabstop>ClosePushButton</tabstop>  
 </tabstops>  
 <includes>  
     <include location="local" impldecl="in declaration">qsamplerDevice.h</include>  
     <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>  
 </includes>  
 <forwards>  
     <forward>class qsamplerMainForm;</forward>  
 </forwards>  
 <variables>  
     <variable access="private">qsamplerMainForm *m_pMainForm;</variable>  
     <variable access="private">lscp_client_t *m_pClient;</variable>  
     <variable access="private">int m_iDirtySetup;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
     <variable access="private">bool m_bNewDevice;</variable>  
     <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>  
     <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>  
     <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>  
     <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>  
 </variables>  
 <signals>  
     <signal>devicesChanged()</signal>  
 </signals>  
 <slots>  
     <slot specifier="non virtual">createDevice()</slot>  
     <slot specifier="non virtual">deleteDevice()</slot>  
     <slot specifier="non virtual">refreshDevices()</slot>  
     <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>  
     <slot specifier="non virtual">selectDevice()</slot>  
     <slot specifier="non virtual">selectDevicePort( int iPort )</slot>  
     <slot specifier="non virtual">changeDeviceParam( int iRow, int iCol )</slot>  
     <slot specifier="non virtual">changeDevicePortParam( int iRow, int iCol )</slot>  
     <slot specifier="non virtual">contextMenu(QListViewItem *, const QPoint&amp;, int)</slot>  
     <slot specifier="non virtual">stabilizeForm()</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>  
     <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>  
     <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>  
     <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>  
     <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="4" margin="4"/>  
 </UI>  

Legend:
Removed from v.961  
changed lines
  Added in v.1518

  ViewVC Help
Powered by ViewVC