/[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 430 by capela, Tue Mar 8 17:23:29 2005 UTC revision 1463 by capela, Thu Nov 1 13:01:27 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) 2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     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
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerDeviceForm</class>
23  <widget class="QDialog">   <widget class="QDialog" name="qsamplerDeviceForm" >
24      <property name="name">    <property name="geometry" >
25          <cstring>qsamplerDeviceForm</cstring>     <rect>
26      </property>      <x>0</x>
27      <property name="geometry">      <y>0</y>
28          <rect>      <width>601</width>
29              <x>0</x>      <height>378</height>
30              <y>0</y>     </rect>
31              <width>604</width>    </property>
32              <height>329</height>    <property name="sizePolicy" >
33          </rect>     <sizepolicy>
34      </property>      <hsizetype>7</hsizetype>
35      <property name="sizePolicy">      <vsizetype>1</vsizetype>
36          <sizepolicy>      <horstretch>0</horstretch>
37              <hsizetype>7</hsizetype>      <verstretch>0</verstretch>
38              <vsizetype>1</vsizetype>     </sizepolicy>
39              <horstretch>0</horstretch>    </property>
40              <verstretch>0</verstretch>    <property name="focusPolicy" >
41          </sizepolicy>     <enum>Qt::StrongFocus</enum>
42      </property>    </property>
43      <property name="caption">    <property name="windowTitle" >
44          <string>Devices</string>     <string>Qsampler: Devices</string>
45      </property>    </property>
46      <property name="icon">    <property name="windowIcon" >
47          <pixmap>qsamplerChannel.png</pixmap>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
48      </property>    </property>
49      <property name="focusPolicy">    <layout class="QVBoxLayout" >
50          <enum>StrongFocus</enum>     <property name="margin" >
51      </property>      <number>9</number>
52      <hbox>     </property>
53          <property name="name">     <property name="spacing" >
54              <cstring>unnamed</cstring>      <number>6</number>
55          </property>     </property>
56          <widget class="QSplitter">     <item>
57              <property name="name">      <layout class="QHBoxLayout" >
58                  <cstring>DeviceSplitter</cstring>       <property name="margin" >
59              </property>        <number>0</number>
60              <property name="orientation">       </property>
61                  <enum>Horizontal</enum>       <property name="spacing" >
62              </property>        <number>6</number>
63              <widget class="QLayoutWidget">       </property>
64                  <property name="name">       <item>
65                      <cstring>layout1</cstring>        <widget class="QTreeWidget" name="DeviceListView" >
66                  </property>         <property name="minimumSize" >
67                  <grid>          <size>
68                      <property name="name">           <width>160</width>
69                          <cstring>unnamed</cstring>           <height>0</height>
70                      </property>          </size>
71                      <widget class="QPushButton" row="1" column="1">         </property>
72                          <property name="name">         <property name="toolTip" >
73                              <cstring>SaveDevicesPushButton</cstring>          <string>Device list</string>
74                          </property>         </property>
75                          <property name="minimumSize">        </widget>
76                              <size>       </item>
77                                  <width>0</width>       <item>
78                                  <height>28</height>        <layout class="QVBoxLayout" >
79                              </size>         <property name="margin" >
80                          </property>          <number>0</number>
81                          <property name="maximumSize">         </property>
82                              <size>         <property name="spacing" >
83                                  <width>32767</width>          <number>6</number>
84                                  <height>28</height>         </property>
85                              </size>         <item>
86                          </property>          <layout class="QHBoxLayout" >
87                          <property name="text">           <property name="margin" >
88                              <string>&amp;Save...</string>            <number>0</number>
89                          </property>           </property>
90                          <property name="accel">           <property name="spacing" >
91                              <string>Alt+S</string>            <number>6</number>
92                          </property>           </property>
93                          <property name="iconSet">           <item>
94                              <iconset>fileSave.png</iconset>            <widget class="QLabel" name="DeviceNameTextLabel" >
95                          </property>             <property name="sizePolicy" >
96                          <property name="toolTip" stdset="0">              <sizepolicy>
97                              <string>Save device configuration to file</string>               <hsizetype>7</hsizetype>
98                          </property>               <vsizetype>5</vsizetype>
99                      </widget>               <horstretch>0</horstretch>
100                      <spacer row="1" column="2">               <verstretch>0</verstretch>
101                          <property name="name">              </sizepolicy>
102                              <cstring>spacer1</cstring>             </property>
103                          </property>             <property name="font" >
104                          <property name="orientation">              <font>
105                              <enum>Horizontal</enum>               <weight>75</weight>
106                          </property>               <bold>true</bold>
107                          <property name="sizeType">              </font>
108                              <enum>Expanding</enum>             </property>
109                          </property>             <property name="toolTip" >
110                          <property name="sizeHint">              <string>Device name</string>
111                              <size>             </property>
112                                  <width>24</width>             <property name="wordWrap" >
113                                  <height>16</height>              <bool>false</bool>
114                              </size>             </property>
115                          </property>             <property name="indent" >
116                      </spacer>              <number>4</number>
117                      <widget class="QPushButton" row="1" column="0">             </property>
118                          <property name="name">            </widget>
119                              <cstring>LoadDevicesPushButton</cstring>           </item>
120                          </property>           <item>
121                          <property name="minimumSize">            <widget class="QLabel" name="DriverNameTextLabel" >
122                              <size>             <property name="text" >
123                                  <width>0</width>              <string>Dri&amp;ver:</string>
124                                  <height>28</height>             </property>
125                              </size>             <property name="alignment" >
126                          </property>              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127                          <property name="maximumSize">             </property>
128                              <size>             <property name="wordWrap" >
129                                  <width>32767</width>              <bool>false</bool>
130                                  <height>28</height>             </property>
131                              </size>             <property name="buddy" >
132                          </property>              <cstring>DriverNameComboBox</cstring>
133                          <property name="text">             </property>
134                              <string>&amp;Load...</string>            </widget>
135                          </property>           </item>
136                          <property name="accel">           <item>
137                              <string>Alt+L</string>            <widget class="QComboBox" name="DriverNameComboBox" >
138                          </property>             <property name="toolTip" >
139                          <property name="iconSet">              <string>Driver type name</string>
140                              <iconset>fileOpen.png</iconset>             </property>
141                          </property>            </widget>
142                          <property name="toolTip" stdset="0">           </item>
143                              <string>Load device configuration from file</string>          </layout>
144                          </property>         </item>
145                      </widget>         <item>
146                      <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">          <widget class="QTableView" name="DeviceParamTable" />
147                          <column>         </item>
148                              <property name="text">         <item>
149                                  <string>Devices</string>          <layout class="QHBoxLayout" >
150                              </property>           <property name="margin" >
151                              <property name="clickable">            <number>0</number>
152                                  <bool>true</bool>           </property>
153                              </property>           <property name="spacing" >
154                              <property name="resizable">            <number>6</number>
155                                  <bool>true</bool>           </property>
156                              </property>           <item>
157                          </column>            <spacer>
158                          <property name="name">             <property name="orientation" >
159                              <cstring>DeviceListView</cstring>              <enum>Qt::Horizontal</enum>
160                          </property>             </property>
161                          <property name="rootIsDecorated">             <property name="sizeHint" >
162                              <bool>true</bool>              <size>
163                          </property>               <width>40</width>
164                          <property name="resizeMode">               <height>20</height>
165                              <enum>LastColumn</enum>              </size>
166                          </property>             </property>
167                          <property name="toolTip" stdset="0">            </spacer>
168                              <string>Device list</string>           </item>
169                          </property>           <item>
170                      </widget>            <widget class="QLabel" name="DevicePortTextLabel" >
171                  </grid>             <property name="text" >
172              </widget>              <string>Channel:</string>
173              <widget class="QLayoutWidget">             </property>
174                  <property name="name">             <property name="alignment" >
175                      <cstring>layout4</cstring>              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
176                  </property>             </property>
177                  <grid>             <property name="wordWrap" >
178                      <property name="name">              <bool>false</bool>
179                          <cstring>unnamed</cstring>             </property>
180                      </property>             <property name="buddy" >
181                      <widget class="QPushButton" row="2" column="6">              <cstring>DevicePortComboBox</cstring>
182                          <property name="name">             </property>
183                              <cstring>ClosePushButton</cstring>            </widget>
184                          </property>           </item>
185                          <property name="minimumSize">           <item>
186                              <size>            <widget class="QComboBox" name="DevicePortComboBox" >
187                                  <width>0</width>             <property name="sizePolicy" >
188                                  <height>28</height>              <sizepolicy>
189                              </size>               <hsizetype>7</hsizetype>
190                          </property>               <vsizetype>0</vsizetype>
191                          <property name="maximumSize">               <horstretch>0</horstretch>
192                              <size>               <verstretch>0</verstretch>
193                                  <width>32767</width>              </sizepolicy>
194                                  <height>28</height>             </property>
195                              </size>             <property name="toolTip" >
196                          </property>              <string>Device port/channel</string>
197                          <property name="text">             </property>
198                              <string>Close</string>            </widget>
199                          </property>           </item>
200                          <property name="accel">          </layout>
201                              <string></string>         </item>
202                          </property>         <item>
203                          <property name="toolTip" stdset="0">          <widget class="QTableView" name="DevicePortParamTable" />
204                              <string>Close this dialog</string>         </item>
205                          </property>        </layout>
206                      </widget>       </item>
207                      <widget class="QPushButton" row="2" column="2">      </layout>
208                          <property name="name">     </item>
209                              <cstring>UpdateDevicePushButton</cstring>     <item>
210                          </property>      <layout class="QHBoxLayout" >
211                          <property name="minimumSize">       <property name="margin" >
212                              <size>        <number>0</number>
213                                  <width>0</width>       </property>
214                                  <height>28</height>       <property name="spacing" >
215                              </size>        <number>4</number>
216                          </property>       </property>
217                          <property name="maximumSize">       <item>
218                              <size>        <widget class="QPushButton" name="RefreshDevicesPushButton" >
219                                  <width>32767</width>         <property name="toolTip" >
220                                  <height>28</height>          <string>Refresh device list view</string>
221                              </size>         </property>
222                          </property>         <property name="text" >
223                          <property name="text">          <string>&amp;Refresh</string>
224                              <string>&amp;Update</string>         </property>
225                          </property>         <property name="icon" >
226                          <property name="accel">          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
227                              <string>Alt+U</string>         </property>
228                          </property>         <property name="shortcut" >
229                          <property name="toolTip" stdset="0">          <string>Alt+R</string>
230                              <string>Update current device</string>         </property>
231                          </property>        </widget>
232                      </widget>       </item>
233                      <spacer row="2" column="5">       <item>
234                          <property name="name">        <spacer>
235                              <cstring>spacer3</cstring>         <property name="orientation" >
236                          </property>          <enum>Qt::Horizontal</enum>
237                          <property name="orientation">         </property>
238                              <enum>Horizontal</enum>         <property name="sizeType" >
239                          </property>          <enum>QSizePolicy::Expanding</enum>
240                          <property name="sizeType">         </property>
241                              <enum>Expanding</enum>         <property name="sizeHint" >
242                          </property>          <size>
243                          <property name="sizeHint">           <width>180</width>
244                              <size>           <height>20</height>
245                                  <width>38</width>          </size>
246                                  <height>20</height>         </property>
247                              </size>        </spacer>
248                          </property>       </item>
249                      </spacer>       <item>
250                      <spacer row="2" column="0">        <widget class="QPushButton" name="CreateDevicePushButton" >
251                          <property name="name">         <property name="toolTip" >
252                              <cstring>spacer2</cstring>          <string>Create device</string>
253                          </property>         </property>
254                          <property name="orientation">         <property name="text" >
255                              <enum>Horizontal</enum>          <string>&amp;Create</string>
256                          </property>         </property>
257                          <property name="sizeType">         <property name="icon" >
258                              <enum>Minimum</enum>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
259                          </property>         </property>
260                          <property name="sizeHint">         <property name="shortcut" >
261                              <size>          <string>Alt+C</string>
262                                  <width>4</width>         </property>
263                                  <height>20</height>        </widget>
264                              </size>       </item>
265                          </property>       <item>
266                      </spacer>        <widget class="QPushButton" name="DeleteDevicePushButton" >
267                      <widget class="QPushButton" row="2" column="3" rowspan="1" colspan="2">         <property name="toolTip" >
268                          <property name="name">          <string>Delete device</string>
269                              <cstring>DeleteDevicePushButton</cstring>         </property>
270                          </property>         <property name="text" >
271                          <property name="minimumSize">          <string>&amp;Delete</string>
272                              <size>         </property>
273                                  <width>0</width>         <property name="icon" >
274                                  <height>28</height>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
275                              </size>         </property>
276                          </property>         <property name="shortcut" >
277                          <property name="maximumSize">          <string>Alt+D</string>
278                              <size>         </property>
279                                  <width>32767</width>        </widget>
280                                  <height>28</height>       </item>
281                              </size>       <item>
282                          </property>        <widget class="QPushButton" name="ClosePushButton" >
283                          <property name="text">         <property name="toolTip" >
284                              <string>&amp;Delete</string>          <string>Close this dialog</string>
285                          </property>         </property>
286                          <property name="accel">         <property name="text" >
287                              <string>Alt+D</string>          <string>Close</string>
288                          </property>         </property>
289                          <property name="toolTip" stdset="0">         <property name="icon" >
290                              <string>Delete current device</string>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
291                          </property>         </property>
292                      </widget>         <property name="shortcut" >
293                      <widget class="QComboBox" row="0" column="6">          <string/>
294                          <property name="name">         </property>
295                              <cstring>DriverNameComboBox</cstring>        </widget>
296                          </property>       </item>
297                          <property name="toolTip" stdset="0">      </layout>
298                              <string>Driver type name</string>     </item>
299                          </property>    </layout>
300                      </widget>   </widget>
301                      <widget class="QPushButton" row="2" column="1">   <layoutdefault spacing="4" margin="4" />
302                          <property name="name">   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
303                              <cstring>CreateDevicePushButton</cstring>   <tabstops>
304                          </property>    <tabstop>DeviceListView</tabstop>
305                          <property name="minimumSize">    <tabstop>RefreshDevicesPushButton</tabstop>
306                              <size>    <tabstop>DriverNameComboBox</tabstop>
307                                  <width>0</width>    <tabstop>DevicePortComboBox</tabstop>
308                                  <height>28</height>    <tabstop>CreateDevicePushButton</tabstop>
309                              </size>    <tabstop>DeleteDevicePushButton</tabstop>
310                          </property>    <tabstop>ClosePushButton</tabstop>
311                          <property name="maximumSize">   </tabstops>
312                              <size>   <includes>
313                                  <width>32767</width>    <include location="local" >qsamplerDevice.h</include>
314                                  <height>28</height>   </includes>
315                              </size>   <resources>
316                          </property>    <include location="../icons/qsampler.qrc" />
317                          <property name="text">   </resources>
318                              <string>&amp;Create</string>   <connections>
319                          </property>    <connection>
320                          <property name="accel">     <sender>DeviceListView</sender>
321                              <string>Alt+C</string>     <signal>selectionChanged()</signal>
322                          </property>     <receiver>qsamplerDeviceForm</receiver>
323                          <property name="toolTip" stdset="0">     <slot>selectDevice()</slot>
324                              <string>Create current device</string>     <hints>
325                          </property>      <hint type="sourcelabel" >
326                      </widget>       <x>20</x>
327                      <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">       <y>20</y>
328                          <property name="name">      </hint>
329                              <cstring>DriverNameTextLabel</cstring>      <hint type="destinationlabel" >
330                          </property>       <x>20</x>
331                          <property name="text">       <y>20</y>
332                              <string>&amp;Driver:</string>      </hint>
333                          </property>     </hints>
334                          <property name="alignment">    </connection>
335                              <set>AlignVCenter|AlignRight</set>    <connection>
336                          </property>     <sender>RefreshDevicesPushButton</sender>
337                          <property name="buddy" stdset="0">     <signal>clicked()</signal>
338                              <cstring>DriverNameComboBox</cstring>     <receiver>qsamplerDeviceForm</receiver>
339                          </property>     <slot>refreshDevices()</slot>
340                      </widget>     <hints>
341                      <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="7">      <hint type="sourcelabel" >
342                          <property name="name">       <x>20</x>
343                              <cstring>DeviceParamTable</cstring>       <y>20</y>
344                          </property>      </hint>
345                          <property name="sizePolicy">      <hint type="destinationlabel" >
346                              <sizepolicy>       <x>20</x>
347                                  <hsizetype>7</hsizetype>       <y>20</y>
348                                  <vsizetype>7</vsizetype>      </hint>
349                                  <horstretch>0</horstretch>     </hints>
350                                  <verstretch>0</verstretch>    </connection>
351                              </sizepolicy>    <connection>
352                          </property>     <sender>DriverNameComboBox</sender>
353                          <property name="minimumSize">     <signal>activated(QString)</signal>
354                              <size>     <receiver>qsamplerDeviceForm</receiver>
355                                  <width>0</width>     <slot>selectDriver(QString)</slot>
356                                  <height>260</height>     <hints>
357                              </size>      <hint type="sourcelabel" >
358                          </property>       <x>20</x>
359                          <property name="focusPolicy">       <y>20</y>
360                              <enum>StrongFocus</enum>      </hint>
361                          </property>      <hint type="destinationlabel" >
362                          <property name="toolTip" stdset="0">       <x>20</x>
363                              <string>Device parameters</string>       <y>20</y>
364                          </property>      </hint>
365                      </widget>     </hints>
366                      <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4">    </connection>
367                          <property name="name">    <connection>
368                              <cstring>DeviceNameTextLabel</cstring>     <sender>DevicePortComboBox</sender>
369                          </property>     <signal>activated(int)</signal>
370                          <property name="sizePolicy">     <receiver>qsamplerDeviceForm</receiver>
371                              <sizepolicy>     <slot>selectDevicePort(int)</slot>
372                                  <hsizetype>7</hsizetype>     <hints>
373                                  <vsizetype>5</vsizetype>      <hint type="sourcelabel" >
374                                  <horstretch>0</horstretch>       <x>20</x>
375                                  <verstretch>0</verstretch>       <y>20</y>
376                              </sizepolicy>      </hint>
377                          </property>      <hint type="destinationlabel" >
378                          <property name="font">       <x>20</x>
379                              <font>       <y>20</y>
380                                  <pointsize>10</pointsize>      </hint>
381                                  <bold>1</bold>     </hints>
382                              </font>    </connection>
383                          </property>    <connection>
384                          <property name="text">     <sender>CreateDevicePushButton</sender>
385                              <string></string>     <signal>clicked()</signal>
386                          </property>     <receiver>qsamplerDeviceForm</receiver>
387                          <property name="toolTip" stdset="0">     <slot>createDevice()</slot>
388                              <string>Device name</string>     <hints>
389                          </property>      <hint type="sourcelabel" >
390                      </widget>       <x>20</x>
391                  </grid>       <y>20</y>
392              </widget>      </hint>
393          </widget>      <hint type="destinationlabel" >
394      </hbox>       <x>20</x>
395  </widget>       <y>20</y>
396  <customwidgets>      </hint>
397      <customwidget>     </hints>
398          <class>qsamplerDeviceParamTable</class>    </connection>
399          <header location="global">qsamplerDevice.h</header>    <connection>
400          <sizehint>     <sender>DeleteDevicePushButton</sender>
401              <width>-1</width>     <signal>clicked()</signal>
402              <height>-1</height>     <receiver>qsamplerDeviceForm</receiver>
403          </sizehint>     <slot>deleteDevice()</slot>
404          <container>0</container>     <hints>
405          <sizepolicy>      <hint type="sourcelabel" >
406              <hordata>7</hordata>       <x>20</x>
407              <verdata>7</verdata>       <y>20</y>
408              <horstretch>0</horstretch>      </hint>
409              <verstretch>0</verstretch>      <hint type="destinationlabel" >
410          </sizepolicy>       <x>20</x>
411          <pixmap>image0</pixmap>       <y>20</y>
412      </customwidget>      </hint>
413  </customwidgets>     </hints>
414  <images>    </connection>
415      <image name="image0">    <connection>
416          <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>     <sender>ClosePushButton</sender>
417      </image>     <signal>clicked()</signal>
418  </images>     <receiver>qsamplerDeviceForm</receiver>
419  <connections>     <slot>close()</slot>
420      <connection>     <hints>
421          <sender>DeviceListView</sender>      <hint type="sourcelabel" >
422          <signal>selectionChanged()</signal>       <x>20</x>
423          <receiver>qsamplerDeviceForm</receiver>       <y>20</y>
424          <slot>selectDevice()</slot>      </hint>
425      </connection>      <hint type="destinationlabel" >
426      <connection>       <x>20</x>
427          <sender>LoadDevicesPushButton</sender>       <y>20</y>
428          <signal>clicked()</signal>      </hint>
429          <receiver>qsamplerDeviceForm</receiver>     </hints>
430          <slot>loadDevices()</slot>    </connection>
431      </connection>   </connections>
432      <connection>  </ui>
         <sender>SaveDevicesPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>saveDevices()</slot>  
     </connection>  
     <connection>  
         <sender>DriverNameComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>selectDriver(const QString&amp;)</slot>  
     </connection>  
     <connection>  
         <sender>CreateDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>createDevice()</slot>  
     </connection>  
     <connection>  
         <sender>UpdateDevicePushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>updateDevice()</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>LoadDevicesPushButton</tabstop>  
     <tabstop>SaveDevicesPushButton</tabstop>  
     <tabstop>DeviceParamTable</tabstop>  
     <tabstop>DriverNameComboBox</tabstop>  
     <tabstop>CreateDevicePushButton</tabstop>  
     <tabstop>UpdateDevicePushButton</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">int m_iDirtySetup;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
     <variable access="private">int m_iUntitled;</variable>  
     <variable access="private">QString m_sFilename;</variable>  
     <variable access="private">lscp_client_t *m_pClient;</variable>  
     <variable access="private">bool m_bNewDevice;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">contentsChanged()</slot>  
     <slot specifier="non virtual">loadDevices()</slot>  
     <slot specifier="non virtual">saveDevices()</slot>  
     <slot specifier="non virtual">createDevice()</slot>  
     <slot specifier="non virtual">updateDevice()</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">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">setClient( lscp_client_t *pClient )</function>  
     <function specifier="non virtual" returnType="QString">devicesName( const QString &amp; sFilename )</function>  
     <function specifier="non virtual" returnType="bool">queryClose()</function>  
     <function specifier="non virtual">loadDevicesFile( const QString &amp; sFilename )</function>  
     <function specifier="non virtual">saveDevicesFile( const QString &amp; sFilename )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="4" margin="4"/>  
 <includehints>  
     <includehint>qsamplerdeviceparamtable.h</includehint>  
 </includehints>  
 </UI>  

Legend:
Removed from v.430  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC