/[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 1521 by schoenebeck, Sat Nov 24 20:11:08 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>
35      </property>      <hsizetype>0</hsizetype>
36      <property name="sizePolicy">      <vsizetype>0</vsizetype>
37          <sizepolicy>      <horstretch>0</horstretch>
38              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
39              <vsizetype>1</vsizetype>     </sizepolicy>
40              <horstretch>0</horstretch>    </property>
41              <verstretch>0</verstretch>    <property name="focusPolicy" >
42          </sizepolicy>     <enum>Qt::StrongFocus</enum>
43      </property>    </property>
44      <property name="caption">    <property name="windowTitle" >
45          <string>Qsampler: Devices</string>     <string>Qsampler: Devices</string>
46      </property>    </property>
47      <property name="icon">    <property name="windowIcon" >
48          <pixmap>qsamplerDevice.png</pixmap>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
49      </property>    </property>
50      <property name="focusPolicy">    <layout class="QVBoxLayout" >
51          <enum>StrongFocus</enum>     <property name="margin" >
52      </property>      <number>9</number>
53      <vbox>     </property>
54          <property name="name">     <property name="spacing" >
55              <cstring>unnamed</cstring>      <number>6</number>
56       </property>
57       <item>
58        <widget class="QSplitter" name="splitter" >
59         <property name="sizePolicy" >
60          <sizepolicy>
61           <hsizetype>7</hsizetype>
62           <vsizetype>7</vsizetype>
63           <horstretch>0</horstretch>
64           <verstretch>0</verstretch>
65          </sizepolicy>
66         </property>
67         <property name="orientation" >
68          <enum>Qt::Horizontal</enum>
69         </property>
70         <property name="handleWidth" >
71          <number>4</number>
72         </property>
73         <widget class="QTreeWidget" name="DeviceListView" >
74          <property name="minimumSize" >
75           <size>
76            <width>120</width>
77            <height>0</height>
78           </size>
79          </property>
80          <property name="toolTip" >
81           <string>Device list</string>
82          </property>
83          <property name="rootIsDecorated" >
84           <bool>false</bool>
85          </property>
86          <property name="uniformRowHeights" >
87           <bool>true</bool>
88          </property>
89          <column>
90           <property name="text" >
91            <string>Devices</string>
92           </property>
93          </column>
94         </widget>
95         <widget class="QSplitter" name="splitter" >
96          <property name="sizePolicy" >
97           <sizepolicy>
98            <hsizetype>7</hsizetype>
99            <vsizetype>7</vsizetype>
100            <horstretch>0</horstretch>
101            <verstretch>0</verstretch>
102           </sizepolicy>
103          </property>
104          <property name="orientation" >
105           <enum>Qt::Vertical</enum>
106          </property>
107          <property name="handleWidth" >
108           <number>4</number>
109          </property>
110          <widget class="QWidget" name="DeviceParamLayout" >
111           <layout class="QVBoxLayout" >
112            <property name="margin" >
113             <number>0</number>
114          </property>          </property>
115          <widget class="QSplitter">          <property name="spacing" >
116              <property name="name">           <number>6</number>
117                  <cstring>splitter1</cstring>          </property>
118              </property>          <item>
119              <property name="orientation">           <layout class="QHBoxLayout" >
120                  <enum>Horizontal</enum>            <property name="margin" >
121              </property>             <number>0</number>
122              <widget class="QListView">            </property>
123                  <column>            <property name="spacing" >
124                      <property name="text">             <number>6</number>
125                          <string>Devices</string>            </property>
126                      </property>            <item>
127                      <property name="clickable">             <widget class="QLabel" name="DeviceNameTextLabel" >
128                          <bool>true</bool>              <property name="sizePolicy" >
129                      </property>               <sizepolicy>
130                      <property name="resizable">                <hsizetype>0</hsizetype>
131                          <bool>true</bool>                <vsizetype>0</vsizetype>
132                      </property>                <horstretch>0</horstretch>
133                  </column>                <verstretch>0</verstretch>
134                  <property name="name">               </sizepolicy>
135                      <cstring>DeviceListView</cstring>              </property>
136                  </property>              <property name="font" >
137                  <property name="minimumSize">               <font>
138                      <size>                <weight>75</weight>
139                          <width>160</width>                <bold>true</bold>
140                          <height>0</height>               </font>
141                      </size>              </property>
142                  </property>              <property name="toolTip" >
143                  <property name="rootIsDecorated">               <string>Device name</string>
144                      <bool>true</bool>              </property>
145                  </property>              <property name="wordWrap" >
146                  <property name="resizeMode">               <bool>false</bool>
147                      <enum>LastColumn</enum>              </property>
148                  </property>              <property name="indent" >
149                  <property name="toolTip" stdset="0">               <number>4</number>
150                      <string>Device list</string>              </property>
151                  </property>             </widget>
152              </widget>            </item>
153              <widget class="QSplitter">            <item>
154                  <property name="name">             <widget class="QLabel" name="DriverNameTextLabel" >
155                      <cstring>splitter2</cstring>              <property name="text" >
156                  </property>               <string>Dri&amp;ver:</string>
157                  <property name="orientation">              </property>
158                      <enum>Vertical</enum>              <property name="alignment" >
159                  </property>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160                  <widget class="QLayoutWidget">              </property>
161                      <property name="name">              <property name="wordWrap" >
162                          <cstring>layout2</cstring>               <bool>false</bool>
163                      </property>              </property>
164                      <grid>              <property name="buddy" >
165                          <property name="name">               <cstring>DriverNameComboBox</cstring>
166                              <cstring>unnamed</cstring>              </property>
167                          </property>             </widget>
168                          <widget class="QLabel" row="0" column="0">            </item>
169                              <property name="name">            <item>
170                                  <cstring>DeviceNameTextLabel</cstring>             <widget class="QComboBox" name="DriverNameComboBox" >
171                              </property>              <property name="toolTip" >
172                              <property name="sizePolicy">               <string>Driver type name</string>
173                                  <sizepolicy>              </property>
174                                      <hsizetype>7</hsizetype>             </widget>
175                                      <vsizetype>5</vsizetype>            </item>
176                                      <horstretch>0</horstretch>           </layout>
177                                      <verstretch>0</verstretch>          </item>
178                                  </sizepolicy>          <item>
179                              </property>           <widget class="QTableView" name="DeviceParamTable" >
180                              <property name="font">            <property name="alternatingRowColors" >
181                                  <font>             <bool>true</bool>
182                                      <bold>1</bold>            </property>
183                                  </font>            <property name="selectionMode" >
184                              </property>             <enum>QAbstractItemView::NoSelection</enum>
185                              <property name="indent">            </property>
186                                  <number>4</number>            <property name="showGrid" >
187                              </property>             <bool>false</bool>
188                              <property name="toolTip" stdset="0">            </property>
189                                  <string>Device name</string>           </widget>
190                              </property>          </item>
191                          </widget>         </layout>
192                          <widget class="QLabel" row="0" column="1">        </widget>
193                              <property name="name">        <widget class="QWidget" name="PortParamLayout" >
194                                  <cstring>DriverNameTextLabel</cstring>         <layout class="QVBoxLayout" >
195                              </property>          <property name="margin" >
196                              <property name="text">           <number>0</number>
197                                  <string>Dri&amp;ver:</string>          </property>
198                              </property>          <property name="spacing" >
199                              <property name="alignment">           <number>6</number>
200                                  <set>AlignVCenter|AlignRight</set>          </property>
201                              </property>          <item>
202                              <property name="buddy" stdset="0">           <layout class="QHBoxLayout" >
203                                  <cstring>DriverNameComboBox</cstring>            <property name="margin" >
204                              </property>             <number>0</number>
205                          </widget>            </property>
206                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">            <property name="spacing" >
207                              <property name="name">             <number>6</number>
208                                  <cstring>DeviceParamTable</cstring>            </property>
209                              </property>            <item>
210                              <property name="sizePolicy">             <spacer>
211                                  <sizepolicy>              <property name="orientation" >
212                                      <hsizetype>7</hsizetype>               <enum>Qt::Horizontal</enum>
213                                      <vsizetype>7</vsizetype>              </property>
214                                      <horstretch>0</horstretch>              <property name="sizeHint" >
215                                      <verstretch>0</verstretch>               <size>
216                                  </sizepolicy>                <width>40</width>
217                              </property>                <height>20</height>
218                              <property name="minimumSize">               </size>
219                                  <size>              </property>
220                                      <width>380</width>             </spacer>
221                                      <height>160</height>            </item>
222                                  </size>            <item>
223                              </property>             <widget class="QLabel" name="DevicePortTextLabel" >
224                              <property name="focusPolicy">              <property name="text" >
225                                  <enum>StrongFocus</enum>               <string>Channel:</string>
226                              </property>              </property>
227                              <property name="toolTip" stdset="0">              <property name="alignment" >
228                                  <string>Device parameters</string>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
229                              </property>              </property>
230                          </widget>              <property name="wordWrap" >
231                          <widget class="QComboBox" row="0" column="2">               <bool>false</bool>
232                              <property name="name">              </property>
233                                  <cstring>DriverNameComboBox</cstring>              <property name="buddy" >
234                              </property>               <cstring>DevicePortComboBox</cstring>
235                              <property name="toolTip" stdset="0">              </property>
236                                  <string>Driver type name</string>             </widget>
237                              </property>            </item>
238                          </widget>            <item>
239                      </grid>             <widget class="QComboBox" name="DevicePortComboBox" >
240                  </widget>              <property name="sizePolicy" >
241                  <widget class="QLayoutWidget">               <sizepolicy>
242                      <property name="name">                <hsizetype>0</hsizetype>
243                          <cstring>layout3</cstring>                <vsizetype>0</vsizetype>
244                      </property>                <horstretch>0</horstretch>
245                      <grid>                <verstretch>0</verstretch>
246                          <property name="name">               </sizepolicy>
247                              <cstring>unnamed</cstring>              </property>
248                          </property>              <property name="toolTip" >
249                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="2">               <string>Device port/channel</string>
250                              <property name="name">              </property>
251                                  <cstring>DevicePortParamTable</cstring>             </widget>
252                              </property>            </item>
253                              <property name="sizePolicy">           </layout>
254                                  <sizepolicy>          </item>
255                                      <hsizetype>7</hsizetype>          <item>
256                                      <vsizetype>7</vsizetype>           <widget class="QTableView" name="DevicePortParamTable" >
257                                      <horstretch>0</horstretch>            <property name="alternatingRowColors" >
258                                      <verstretch>0</verstretch>             <bool>true</bool>
259                                  </sizepolicy>            </property>
260                              </property>            <property name="selectionMode" >
261                              <property name="minimumSize">             <enum>QAbstractItemView::NoSelection</enum>
262                                  <size>            </property>
263                                      <width>380</width>            <property name="showGrid" >
264                                      <height>80</height>             <bool>false</bool>
265                                  </size>            </property>
266                              </property>           </widget>
267                              <property name="focusPolicy">          </item>
268                                  <enum>StrongFocus</enum>         </layout>
269                              </property>        </widget>
270                              <property name="toolTip" stdset="0">       </widget>
271                                  <string>Device port/channel parameters</string>      </widget>
272                              </property>     </item>
273                          </widget>     <item>
274                          <widget class="QLabel" row="0" column="0">      <layout class="QHBoxLayout" >
275                              <property name="name">       <property name="margin" >
276                                  <cstring>DevicePortTextLabel</cstring>        <number>0</number>
277                              </property>       </property>
278                              <property name="text">       <property name="spacing" >
279                                  <string>Channel:</string>        <number>4</number>
280                              </property>       </property>
281                              <property name="alignment">       <item>
282                                  <set>AlignVCenter|AlignRight</set>        <widget class="QPushButton" name="RefreshDevicesPushButton" >
283                              </property>         <property name="toolTip" >
284                              <property name="buddy" stdset="0">          <string>Refresh device list view</string>
285                                  <cstring>DevicePortComboBox</cstring>         </property>
286                              </property>         <property name="text" >
287                          </widget>          <string>&amp;Refresh</string>
288                          <widget class="QComboBox" row="0" column="1">         </property>
289                              <property name="name">         <property name="icon" >
290                                  <cstring>DevicePortComboBox</cstring>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
291                              </property>         </property>
292                              <property name="sizePolicy">         <property name="shortcut" >
293                                  <sizepolicy>          <string>Alt+R</string>
294                                      <hsizetype>7</hsizetype>         </property>
295                                      <vsizetype>0</vsizetype>        </widget>
296                                      <horstretch>0</horstretch>       </item>
297                                      <verstretch>0</verstretch>       <item>
298                                  </sizepolicy>        <spacer>
299                              </property>         <property name="orientation" >
300                              <property name="toolTip" stdset="0">          <enum>Qt::Horizontal</enum>
301                                  <string>Device port/channel</string>         </property>
302                              </property>         <property name="sizeType" >
303                          </widget>          <enum>QSizePolicy::Expanding</enum>
304                      </grid>         </property>
305                  </widget>         <property name="sizeHint" >
306              </widget>          <size>
307          </widget>           <width>180</width>
308          <widget class="QLayoutWidget">           <height>20</height>
309              <property name="name">          </size>
310                  <cstring>layout1</cstring>         </property>
311              </property>        </spacer>
312              <hbox>       </item>
313                  <property name="name">       <item>
314                      <cstring>unnamed</cstring>        <widget class="QPushButton" name="CreateDevicePushButton" >
315                  </property>         <property name="toolTip" >
316                  <widget class="QPushButton">          <string>Create device</string>
317                      <property name="name">         </property>
318                          <cstring>RefreshDevicesPushButton</cstring>         <property name="text" >
319                      </property>          <string>&amp;Create</string>
320                      <property name="text">         </property>
321                          <string>&amp;Refresh</string>         <property name="icon" >
322                      </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
323                      <property name="accel">         </property>
324                          <string>Alt+R</string>         <property name="shortcut" >
325                      </property>          <string>Alt+C</string>
326                      <property name="iconSet">         </property>
327                          <iconset>formRefresh.png</iconset>        </widget>
328                      </property>       </item>
329                      <property name="toolTip" stdset="0">       <item>
330                          <string>Refresh device list view</string>        <widget class="QPushButton" name="DeleteDevicePushButton" >
331                      </property>         <property name="toolTip" >
332                  </widget>          <string>Delete device</string>
333                  <spacer>         </property>
334                      <property name="name">         <property name="text" >
335                          <cstring>spacer1</cstring>          <string>&amp;Delete</string>
336                      </property>         </property>
337                      <property name="orientation">         <property name="icon" >
338                          <enum>Horizontal</enum>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
339                      </property>         </property>
340                      <property name="sizeType">         <property name="shortcut" >
341                          <enum>Expanding</enum>          <string>Alt+D</string>
342                      </property>         </property>
343                      <property name="sizeHint">        </widget>
344                          <size>       </item>
345                              <width>180</width>       <item>
346                              <height>20</height>        <widget class="QPushButton" name="ClosePushButton" >
347                          </size>         <property name="toolTip" >
348                      </property>          <string>Close this dialog</string>
349                  </spacer>         </property>
350                  <widget class="QPushButton">         <property name="text" >
351                      <property name="name">          <string>Close</string>
352                          <cstring>CreateDevicePushButton</cstring>         </property>
353                      </property>         <property name="icon" >
354                      <property name="text">          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
355                          <string>&amp;Create</string>         </property>
356                      </property>         <property name="shortcut" >
357                      <property name="accel">          <string/>
358                          <string>Alt+C</string>         </property>
359                      </property>        </widget>
360                      <property name="iconSet">       </item>
361                          <iconset>deviceCreate.png</iconset>      </layout>
362                      </property>     </item>
363                      <property name="toolTip" stdset="0">    </layout>
364                          <string>Create device</string>   </widget>
365                      </property>   <layoutdefault spacing="4" margin="4" />
366                  </widget>   <tabstops>
367                  <widget class="QPushButton">    <tabstop>DeviceListView</tabstop>
368                      <property name="name">    <tabstop>RefreshDevicesPushButton</tabstop>
369                          <cstring>DeleteDevicePushButton</cstring>    <tabstop>DriverNameComboBox</tabstop>
370                      </property>    <tabstop>DevicePortComboBox</tabstop>
371                      <property name="text">    <tabstop>CreateDevicePushButton</tabstop>
372                          <string>&amp;Delete</string>    <tabstop>DeleteDevicePushButton</tabstop>
373                      </property>    <tabstop>ClosePushButton</tabstop>
374                      <property name="accel">   </tabstops>
375                          <string>Alt+D</string>   <resources>
376                      </property>    <include location="../icons/qsampler.qrc" />
377                      <property name="iconSet">   </resources>
378                          <iconset>deviceDelete.png</iconset>   <connections/>
379                      </property>  </ui>
                     <property name="toolTip" stdset="0">  
                         <string>Delete device</string>  
                     </property>  
                 </widget>  
                 <widget class="QPushButton">  
                     <property name="name">  
                         <cstring>ClosePushButton</cstring>  
                     </property>  
                     <property name="text">  
                         <string>Close</string>  
                     </property>  
                     <property name="accel">  
                         <string></string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>formReject.png</iconset>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Close this dialog</string>  
                     </property>  
                 </widget>  
             </hbox>  
         </widget>  
     </vbox>  
 </widget>  
 <customwidgets>  
     <customwidget>  
         <class>qsamplerDeviceParamTable</class>  
         <header location="global">qsamplerDevice.h</header>  
         <sizehint>  
             <width>-1</width>  
             <height>-1</height>  
         </sizehint>  
         <container>0</container>  
         <sizepolicy>  
             <hordata>7</hordata>  
             <verdata>7</verdata>  
             <horstretch>0</horstretch>  
             <verstretch>0</verstretch>  
         </sizepolicy>  
     </customwidget>  
 </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.1521

  ViewVC Help
Powered by ViewVC