/[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 622 by capela, Thu Jun 9 09:28:20 2005 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 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) 2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2012, 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 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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="focusPolicy" >
34          </rect>     <enum>Qt::StrongFocus</enum>
35      </property>    </property>
36      <property name="sizePolicy">    <property name="windowTitle" >
37          <sizepolicy>     <string>Qsampler: Devices</string>
38              <hsizetype>7</hsizetype>    </property>
39              <vsizetype>1</vsizetype>    <property name="windowIcon" >
40              <horstretch>0</horstretch>     <iconset resource="qsampler.qrc" >:/images/qsamplerDevice.png</iconset>
41              <verstretch>0</verstretch>    </property>
42          </sizepolicy>    <layout class="QVBoxLayout" >
43      </property>     <property name="margin" >
44      <property name="caption">      <number>9</number>
45       </property>
46       <property name="spacing" >
47        <number>6</number>
48       </property>
49       <item>
50        <widget class="QSplitter" name="splitter1" >
51         <property name="sizePolicy" >
52          <sizepolicy>
53           <hsizetype>7</hsizetype>
54           <vsizetype>7</vsizetype>
55           <horstretch>0</horstretch>
56           <verstretch>0</verstretch>
57          </sizepolicy>
58         </property>
59         <property name="orientation" >
60          <enum>Qt::Horizontal</enum>
61         </property>
62         <property name="handleWidth" >
63          <number>4</number>
64         </property>
65         <widget class="QTreeWidget" name="DeviceListView" >
66          <property name="minimumSize" >
67           <size>
68            <width>120</width>
69            <height>0</height>
70           </size>
71          </property>
72          <property name="toolTip" >
73           <string>Device list</string>
74          </property>
75          <property name="rootIsDecorated" >
76           <bool>false</bool>
77          </property>
78          <property name="uniformRowHeights" >
79           <bool>true</bool>
80          </property>
81          <column>
82           <property name="text" >
83          <string>Devices</string>          <string>Devices</string>
84      </property>         </property>
85      <property name="icon">        </column>
86          <pixmap>qsamplerDevice.png</pixmap>       </widget>
87      </property>       <widget class="QSplitter" name="splitter2" >
88      <property name="focusPolicy">        <property name="sizePolicy" >
89          <enum>StrongFocus</enum>         <sizepolicy>
90      </property>          <hsizetype>7</hsizetype>
91      <vbox>          <vsizetype>7</vsizetype>
92          <property name="name">          <horstretch>0</horstretch>
93              <cstring>unnamed</cstring>          <verstretch>0</verstretch>
94           </sizepolicy>
95          </property>
96          <property name="orientation" >
97           <enum>Qt::Vertical</enum>
98          </property>
99          <property name="handleWidth" >
100           <number>4</number>
101          </property>
102          <widget class="QWidget" name="DeviceParamLayout" >
103           <layout class="QVBoxLayout" >
104            <property name="margin" >
105             <number>0</number>
106          </property>          </property>
107          <widget class="QSplitter">          <property name="spacing" >
108              <property name="name">           <number>6</number>
109                  <cstring>splitter1</cstring>          </property>
110              </property>          <item>
111              <property name="orientation">           <layout class="QHBoxLayout" >
112                  <enum>Horizontal</enum>            <property name="margin" >
113              </property>             <number>0</number>
114              <widget class="QListView">            </property>
115                  <column>            <property name="spacing" >
116                      <property name="text">             <number>6</number>
117                          <string>Devices</string>            </property>
118                      </property>            <item>
119                      <property name="clickable">             <widget class="QLabel" name="DeviceNameTextLabel" >
120                          <bool>true</bool>              <property name="font" >
121                      </property>               <font>
122                      <property name="resizable">                <weight>75</weight>
123                          <bool>true</bool>                <bold>true</bold>
124                      </property>               </font>
125                  </column>              </property>
126                  <property name="name">              <property name="toolTip" >
127                      <cstring>DeviceListView</cstring>               <string>Device name</string>
128                  </property>              </property>
129                  <property name="minimumSize">              <property name="wordWrap" >
130                      <size>               <bool>false</bool>
131                          <width>160</width>              </property>
132                          <height>0</height>              <property name="indent" >
133                      </size>               <number>4</number>
134                  </property>              </property>
135                  <property name="rootIsDecorated">             </widget>
136                      <bool>true</bool>            </item>
137                  </property>            <item>
138                  <property name="resizeMode">             <widget class="QLabel" name="DriverNameTextLabel" >
139                      <enum>LastColumn</enum>              <property name="text" >
140                  </property>               <string>Dri&amp;ver:</string>
141                  <property name="toolTip" stdset="0">              </property>
142                      <string>Device list</string>              <property name="alignment" >
143                  </property>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
144              </widget>              </property>
145              <widget class="QSplitter">              <property name="wordWrap" >
146                  <property name="name">               <bool>false</bool>
147                      <cstring>splitter2</cstring>              </property>
148                  </property>              <property name="buddy" >
149                  <property name="orientation">               <cstring>DriverNameComboBox</cstring>
150                      <enum>Vertical</enum>              </property>
151                  </property>             </widget>
152                  <widget class="QLayoutWidget">            </item>
153                      <property name="name">            <item>
154                          <cstring>layout2</cstring>             <widget class="QComboBox" name="DriverNameComboBox" >
155                      </property>              <property name="toolTip" >
156                      <grid>               <string>Driver type name</string>
157                          <property name="name">              </property>
158                              <cstring>unnamed</cstring>             </widget>
159                          </property>            </item>
160                          <widget class="QLabel" row="0" column="0">           </layout>
161                              <property name="name">          </item>
162                                  <cstring>DeviceNameTextLabel</cstring>          <item>
163                              </property>           <widget class="QTableView" name="DeviceParamTable" >
164                              <property name="sizePolicy">            <property name="alternatingRowColors" >
165                                  <sizepolicy>             <bool>true</bool>
166                                      <hsizetype>7</hsizetype>            </property>
167                                      <vsizetype>5</vsizetype>            <property name="selectionMode" >
168                                      <horstretch>0</horstretch>             <enum>QAbstractItemView::NoSelection</enum>
169                                      <verstretch>0</verstretch>            </property>
170                                  </sizepolicy>            <property name="showGrid" >
171                              </property>             <bool>false</bool>
172                              <property name="font">            </property>
173                                  <font>           </widget>
174                                      <bold>1</bold>          </item>
175                                  </font>         </layout>
176                              </property>        </widget>
177                              <property name="indent">        <widget class="QWidget" name="PortParamLayout" >
178                                  <number>4</number>         <layout class="QVBoxLayout" >
179                              </property>          <property name="margin" >
180                              <property name="toolTip" stdset="0">           <number>0</number>
181                                  <string>Device name</string>          </property>
182                              </property>          <property name="spacing" >
183                          </widget>           <number>6</number>
184                          <widget class="QLabel" row="0" column="1">          </property>
185                              <property name="name">          <item>
186                                  <cstring>DriverNameTextLabel</cstring>           <layout class="QHBoxLayout" >
187                              </property>            <property name="margin" >
188                              <property name="text">             <number>0</number>
189                                  <string>Dri&amp;ver:</string>            </property>
190                              </property>            <property name="spacing" >
191                              <property name="alignment">             <number>6</number>
192                                  <set>AlignVCenter|AlignRight</set>            </property>
193                              </property>            <item>
194                              <property name="buddy" stdset="0">             <widget class="QLabel" name="DevicePortTextLabel" >
195                                  <cstring>DriverNameComboBox</cstring>              <property name="text" >
196                              </property>               <string>Channel:</string>
197                          </widget>              </property>
198                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">              <property name="alignment" >
199                              <property name="name">               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
200                                  <cstring>DeviceParamTable</cstring>              </property>
201                              </property>              <property name="wordWrap" >
202                              <property name="sizePolicy">               <bool>false</bool>
203                                  <sizepolicy>              </property>
204                                      <hsizetype>7</hsizetype>              <property name="buddy" >
205                                      <vsizetype>7</vsizetype>               <cstring>DevicePortComboBox</cstring>
206                                      <horstretch>0</horstretch>              </property>
207                                      <verstretch>0</verstretch>             </widget>
208                                  </sizepolicy>            </item>
209                              </property>            <item>
210                              <property name="minimumSize">             <widget class="QComboBox" name="DevicePortComboBox" >
211                                  <size>              <property name="sizePolicy" >
212                                      <width>380</width>               <sizepolicy>
213                                      <height>160</height>                <hsizetype>7</hsizetype>
214                                  </size>                <vsizetype>0</vsizetype>
215                              </property>                <horstretch>0</horstretch>
216                              <property name="focusPolicy">                <verstretch>0</verstretch>
217                                  <enum>StrongFocus</enum>               </sizepolicy>
218                              </property>              </property>
219                              <property name="toolTip" stdset="0">              <property name="minimumSize" >
220                                  <string>Device parameters</string>               <size>
221                              </property>                <width>120</width>
222                          </widget>                <height>0</height>
223                          <widget class="QComboBox" row="0" column="2">               </size>
224                              <property name="name">              </property>
225                                  <cstring>DriverNameComboBox</cstring>              <property name="toolTip" >
226                              </property>               <string>Device port/channel</string>
227                              <property name="toolTip" stdset="0">              </property>
228                                  <string>Driver type name</string>             </widget>
229                              </property>            </item>
230                          </widget>           </layout>
231                      </grid>          </item>
232                  </widget>          <item>
233                  <widget class="QLayoutWidget">           <widget class="QTableView" name="DevicePortParamTable" >
234                      <property name="name">            <property name="alternatingRowColors" >
235                          <cstring>layout3</cstring>             <bool>true</bool>
236                      </property>            </property>
237                      <grid>            <property name="selectionMode" >
238                          <property name="name">             <enum>QAbstractItemView::NoSelection</enum>
239                              <cstring>unnamed</cstring>            </property>
240                          </property>            <property name="showGrid" >
241                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="2">             <bool>false</bool>
242                              <property name="name">            </property>
243                                  <cstring>DevicePortParamTable</cstring>           </widget>
244                              </property>          </item>
245                              <property name="sizePolicy">         </layout>
246                                  <sizepolicy>        </widget>
247                                      <hsizetype>7</hsizetype>       </widget>
248                                      <vsizetype>7</vsizetype>      </widget>
249                                      <horstretch>0</horstretch>     </item>
250                                      <verstretch>0</verstretch>     <item>
251                                  </sizepolicy>      <layout class="QHBoxLayout" >
252                              </property>       <property name="margin" >
253                              <property name="minimumSize">        <number>0</number>
254                                  <size>       </property>
255                                      <width>380</width>       <property name="spacing" >
256                                      <height>80</height>        <number>4</number>
257                                  </size>       </property>
258                              </property>       <item>
259                              <property name="focusPolicy">        <widget class="QPushButton" name="RefreshDevicesPushButton" >
260                                  <enum>StrongFocus</enum>         <property name="toolTip" >
261                              </property>          <string>Refresh device list view</string>
262                              <property name="toolTip" stdset="0">         </property>
263                                  <string>Device port/channel parameters</string>         <property name="text" >
264                              </property>          <string>&amp;Refresh</string>
265                          </widget>         </property>
266                          <widget class="QLabel" row="0" column="0">         <property name="icon" >
267                              <property name="name">          <iconset resource="qsampler.qrc" >:/images/formRefresh.png</iconset>
268                                  <cstring>DevicePortTextLabel</cstring>         </property>
269                              </property>         <property name="shortcut" >
270                              <property name="text">          <string>Alt+R</string>
271                                  <string>Channel:</string>         </property>
272                              </property>        </widget>
273                              <property name="alignment">       </item>
274                                  <set>AlignVCenter|AlignRight</set>       <item>
275                              </property>        <spacer>
276                              <property name="buddy" stdset="0">         <property name="orientation" >
277                                  <cstring>DevicePortComboBox</cstring>          <enum>Qt::Horizontal</enum>
278                              </property>         </property>
279                          </widget>         <property name="sizeType" >
280                          <widget class="QComboBox" row="0" column="1">          <enum>QSizePolicy::Expanding</enum>
281                              <property name="name">         </property>
282                                  <cstring>DevicePortComboBox</cstring>         <property name="sizeHint" >
283                              </property>          <size>
284                              <property name="sizePolicy">           <width>180</width>
285                                  <sizepolicy>           <height>20</height>
286                                      <hsizetype>7</hsizetype>          </size>
287                                      <vsizetype>0</vsizetype>         </property>
288                                      <horstretch>0</horstretch>        </spacer>
289                                      <verstretch>0</verstretch>       </item>
290                                  </sizepolicy>       <item>
291                              </property>        <widget class="QPushButton" name="CreateDevicePushButton" >
292                              <property name="toolTip" stdset="0">         <property name="toolTip" >
293                                  <string>Device port/channel</string>          <string>Create device</string>
294                              </property>         </property>
295                          </widget>         <property name="text" >
296                      </grid>          <string>&amp;Create</string>
297                  </widget>         </property>
298              </widget>         <property name="icon" >
299          </widget>          <iconset resource="qsampler.qrc" >:/images/deviceCreate.png</iconset>
300          <widget class="QLayoutWidget">         </property>
301              <property name="name">         <property name="shortcut" >
302                  <cstring>layout1</cstring>          <string>Alt+C</string>
303              </property>         </property>
304              <hbox>        </widget>
305                  <property name="name">       </item>
306                      <cstring>unnamed</cstring>       <item>
307                  </property>        <widget class="QPushButton" name="DeleteDevicePushButton" >
308                  <widget class="QPushButton">         <property name="toolTip" >
309                      <property name="name">          <string>Delete device</string>
310                          <cstring>RefreshDevicesPushButton</cstring>         </property>
311                      </property>         <property name="text" >
312                      <property name="text">          <string>&amp;Delete</string>
313                          <string>&amp;Refresh</string>         </property>
314                      </property>         <property name="icon" >
315                      <property name="accel">          <iconset resource="qsampler.qrc" >:/images/deviceDelete.png</iconset>
316                          <string>Alt+R</string>         </property>
317                      </property>         <property name="shortcut" >
318                      <property name="iconSet">          <string>Alt+D</string>
319                          <iconset>formRefresh.png</iconset>         </property>
320                      </property>        </widget>
321                      <property name="toolTip" stdset="0">       </item>
322                          <string>Refresh device list view</string>       <item>
323                      </property>        <widget class="QPushButton" name="ClosePushButton" >
324                  </widget>         <property name="toolTip" >
325                  <spacer>          <string>Close this dialog</string>
326                      <property name="name">         </property>
327                          <cstring>spacer1</cstring>         <property name="text" >
328                      </property>          <string>Close</string>
329                      <property name="orientation">         </property>
330                          <enum>Horizontal</enum>         <property name="icon" >
331                      </property>          <iconset resource="qsampler.qrc" >:/images/formReject.png</iconset>
332                      <property name="sizeType">         </property>
333                          <enum>Expanding</enum>         <property name="shortcut" >
334                      </property>          <string/>
335                      <property name="sizeHint">         </property>
336                          <size>        </widget>
337                              <width>180</width>       </item>
338                              <height>20</height>      </layout>
339                          </size>     </item>
340                      </property>    </layout>
341                  </spacer>   </widget>
342                  <widget class="QPushButton">   <layoutdefault spacing="4" margin="4" />
343                      <property name="name">   <tabstops>
344                          <cstring>CreateDevicePushButton</cstring>    <tabstop>DeviceListView</tabstop>
345                      </property>    <tabstop>RefreshDevicesPushButton</tabstop>
346                      <property name="text">    <tabstop>DriverNameComboBox</tabstop>
347                          <string>&amp;Create</string>    <tabstop>DevicePortComboBox</tabstop>
348                      </property>    <tabstop>CreateDevicePushButton</tabstop>
349                      <property name="accel">    <tabstop>DeleteDevicePushButton</tabstop>
350                          <string>Alt+C</string>    <tabstop>ClosePushButton</tabstop>
351                      </property>   </tabstops>
352                      <property name="iconSet">   <resources>
353                          <iconset>deviceCreate.png</iconset>    <include location="qsampler.qrc" />
354                      </property>   </resources>
355                      <property name="toolTip" stdset="0">   <connections/>
356                          <string>Create device</string>  </ui>
                     </property>  
                 </widget>  
                 <widget class="QPushButton">  
                     <property name="name">  
                         <cstring>DeleteDevicePushButton</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Delete</string>  
                     </property>  
                     <property name="accel">  
                         <string>Alt+D</string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>deviceDelete.png</iconset>  
                     </property>  
                     <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>  
         <pixmap>image0</pixmap>  
     </customwidget>  
 </customwidgets>  
 <images>  
     <image name="image0">  
         <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>  
     </image>  
 </images>  
 <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">setMainForm( qsamplerMainForm *pMainForm )</function>  
     <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>  
     <function specifier="non virtual">setClient( lscp_client_t *pClient )</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.622  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC