/[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 1518 by schoenebeck, Fri Nov 23 21:50:01 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerDeviceForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2005, 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 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="QDialog">   <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>604</width>    </property>
33              <height>329</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
35      </property>      <horstretch>0</horstretch>
36      <property name="sizePolicy">      <verstretch>0</verstretch>
37          <sizepolicy>     </sizepolicy>
38              <hsizetype>7</hsizetype>    </property>
39              <vsizetype>1</vsizetype>    <property name="focusPolicy" >
40              <horstretch>0</horstretch>     <enum>Qt::StrongFocus</enum>
41              <verstretch>0</verstretch>    </property>
42          </sizepolicy>    <property name="windowTitle" >
43      </property>     <string>Qsampler: Devices</string>
44      <property name="caption">    </property>
45      <property name="windowIcon" >
46       <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
47      </property>
48      <layout class="QVBoxLayout" >
49       <property name="spacing" >
50        <number>6</number>
51       </property>
52       <property name="leftMargin" >
53        <number>9</number>
54       </property>
55       <property name="topMargin" >
56        <number>9</number>
57       </property>
58       <property name="rightMargin" >
59        <number>9</number>
60       </property>
61       <property name="bottomMargin" >
62        <number>9</number>
63       </property>
64       <item>
65        <widget class="QSplitter" name="splitter" >
66         <property name="sizePolicy" >
67          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72         <property name="orientation" >
73          <enum>Qt::Horizontal</enum>
74         </property>
75         <property name="handleWidth" >
76          <number>4</number>
77         </property>
78         <widget class="QTreeWidget" name="DeviceListView" >
79          <property name="minimumSize" >
80           <size>
81            <width>120</width>
82            <height>0</height>
83           </size>
84          </property>
85          <property name="toolTip" >
86           <string>Device list</string>
87          </property>
88          <property name="rootIsDecorated" >
89           <bool>false</bool>
90          </property>
91          <property name="uniformRowHeights" >
92           <bool>true</bool>
93          </property>
94          <column>
95           <property name="text" >
96          <string>Devices</string>          <string>Devices</string>
97      </property>         </property>
98      <property name="icon">        </column>
99          <pixmap>qsamplerChannel.png</pixmap>       </widget>
100      </property>       <widget class="QSplitter" name="splitter" >
101      <property name="focusPolicy">        <property name="sizePolicy" >
102          <enum>StrongFocus</enum>         <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
103      </property>          <horstretch>0</horstretch>
104      <hbox>          <verstretch>0</verstretch>
105          <property name="name">         </sizepolicy>
106              <cstring>unnamed</cstring>        </property>
107          <property name="orientation" >
108           <enum>Qt::Vertical</enum>
109          </property>
110          <property name="handleWidth" >
111           <number>4</number>
112          </property>
113          <widget class="QWidget" name="DeviceParamLayout" >
114           <layout class="QVBoxLayout" >
115            <property name="spacing" >
116             <number>6</number>
117          </property>          </property>
118          <widget class="QSplitter">          <property name="leftMargin" >
119              <property name="name">           <number>0</number>
120                  <cstring>DeviceSplitter</cstring>          </property>
121              </property>          <property name="topMargin" >
122              <property name="orientation">           <number>0</number>
123                  <enum>Horizontal</enum>          </property>
124              </property>          <property name="rightMargin" >
125              <widget class="QLayoutWidget">           <number>0</number>
126                  <property name="name">          </property>
127                      <cstring>layout1</cstring>          <property name="bottomMargin" >
128                  </property>           <number>0</number>
129                  <grid>          </property>
130                      <property name="name">          <item>
131                          <cstring>unnamed</cstring>           <layout class="QHBoxLayout" >
132                      </property>            <property name="spacing" >
133                      <widget class="QPushButton" row="1" column="1">             <number>6</number>
134                          <property name="name">            </property>
135                              <cstring>SaveDevicesPushButton</cstring>            <property name="leftMargin" >
136                          </property>             <number>0</number>
137                          <property name="minimumSize">            </property>
138                              <size>            <property name="topMargin" >
139                                  <width>0</width>             <number>0</number>
140                                  <height>28</height>            </property>
141                              </size>            <property name="rightMargin" >
142                          </property>             <number>0</number>
143                          <property name="maximumSize">            </property>
144                              <size>            <property name="bottomMargin" >
145                                  <width>32767</width>             <number>0</number>
146                                  <height>28</height>            </property>
147                              </size>            <item>
148                          </property>             <widget class="QLabel" name="DeviceNameTextLabel" >
149                          <property name="text">              <property name="sizePolicy" >
150                              <string>&amp;Save...</string>               <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
151                          </property>                <horstretch>0</horstretch>
152                          <property name="accel">                <verstretch>0</verstretch>
153                              <string>Alt+S</string>               </sizepolicy>
154                          </property>              </property>
155                          <property name="iconSet">              <property name="font" >
156                              <iconset>fileSave.png</iconset>               <font>
157                          </property>                <weight>75</weight>
158                          <property name="toolTip" stdset="0">                <bold>true</bold>
159                              <string>Save device configuration to file</string>               </font>
160                          </property>              </property>
161                      </widget>              <property name="toolTip" >
162                      <spacer row="1" column="2">               <string>Device name</string>
163                          <property name="name">              </property>
164                              <cstring>spacer1</cstring>              <property name="wordWrap" >
165                          </property>               <bool>false</bool>
166                          <property name="orientation">              </property>
167                              <enum>Horizontal</enum>              <property name="indent" >
168                          </property>               <number>4</number>
169                          <property name="sizeType">              </property>
170                              <enum>Expanding</enum>             </widget>
171                          </property>            </item>
172                          <property name="sizeHint">            <item>
173                              <size>             <widget class="QLabel" name="DriverNameTextLabel" >
174                                  <width>24</width>              <property name="text" >
175                                  <height>16</height>               <string>Dri&amp;ver:</string>
176                              </size>              </property>
177                          </property>              <property name="alignment" >
178                      </spacer>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
179                      <widget class="QPushButton" row="1" column="0">              </property>
180                          <property name="name">              <property name="wordWrap" >
181                              <cstring>LoadDevicesPushButton</cstring>               <bool>false</bool>
182                          </property>              </property>
183                          <property name="minimumSize">              <property name="buddy" >
184                              <size>               <cstring>DriverNameComboBox</cstring>
185                                  <width>0</width>              </property>
186                                  <height>28</height>             </widget>
187                              </size>            </item>
188                          </property>            <item>
189                          <property name="maximumSize">             <widget class="QComboBox" name="DriverNameComboBox" >
190                              <size>              <property name="toolTip" >
191                                  <width>32767</width>               <string>Driver type name</string>
192                                  <height>28</height>              </property>
193                              </size>             </widget>
194                          </property>            </item>
195                          <property name="text">           </layout>
196                              <string>&amp;Load...</string>          </item>
197                          </property>          <item>
198                          <property name="accel">           <widget class="QTableView" name="DeviceParamTable" >
199                              <string>Alt+L</string>            <property name="alternatingRowColors" >
200                          </property>             <bool>true</bool>
201                          <property name="iconSet">            </property>
202                              <iconset>fileOpen.png</iconset>            <property name="selectionMode" >
203                          </property>             <enum>QAbstractItemView::NoSelection</enum>
204                          <property name="toolTip" stdset="0">            </property>
205                              <string>Load device configuration from file</string>            <property name="showGrid" >
206                          </property>             <bool>false</bool>
207                      </widget>            </property>
208                      <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">           </widget>
209                          <column>          </item>
210                              <property name="text">         </layout>
211                                  <string>Devices</string>        </widget>
212                              </property>        <widget class="QWidget" name="PortParamLayout" >
213                              <property name="clickable">         <layout class="QVBoxLayout" >
214                                  <bool>true</bool>          <property name="spacing" >
215                              </property>           <number>6</number>
216                              <property name="resizable">          </property>
217                                  <bool>true</bool>          <property name="leftMargin" >
218                              </property>           <number>0</number>
219                          </column>          </property>
220                          <property name="name">          <property name="topMargin" >
221                              <cstring>DeviceListView</cstring>           <number>0</number>
222                          </property>          </property>
223                          <property name="rootIsDecorated">          <property name="rightMargin" >
224                              <bool>true</bool>           <number>0</number>
225                          </property>          </property>
226                          <property name="resizeMode">          <property name="bottomMargin" >
227                              <enum>LastColumn</enum>           <number>0</number>
228                          </property>          </property>
229                          <property name="toolTip" stdset="0">          <item>
230                              <string>Device list</string>           <layout class="QHBoxLayout" >
231                          </property>            <property name="spacing" >
232                      </widget>             <number>6</number>
233                  </grid>            </property>
234              </widget>            <property name="leftMargin" >
235              <widget class="QLayoutWidget">             <number>0</number>
236                  <property name="name">            </property>
237                      <cstring>layout4</cstring>            <property name="topMargin" >
238                  </property>             <number>0</number>
239                  <grid>            </property>
240                      <property name="name">            <property name="rightMargin" >
241                          <cstring>unnamed</cstring>             <number>0</number>
242                      </property>            </property>
243                      <widget class="QPushButton" row="2" column="6">            <property name="bottomMargin" >
244                          <property name="name">             <number>0</number>
245                              <cstring>ClosePushButton</cstring>            </property>
246                          </property>            <item>
247                          <property name="minimumSize">             <spacer>
248                              <size>              <property name="orientation" >
249                                  <width>0</width>               <enum>Qt::Horizontal</enum>
250                                  <height>28</height>              </property>
251                              </size>              <property name="sizeHint" >
252                          </property>               <size>
253                          <property name="maximumSize">                <width>40</width>
254                              <size>                <height>20</height>
255                                  <width>32767</width>               </size>
256                                  <height>28</height>              </property>
257                              </size>             </spacer>
258                          </property>            </item>
259                          <property name="text">            <item>
260                              <string>Close</string>             <widget class="QLabel" name="DevicePortTextLabel" >
261                          </property>              <property name="text" >
262                          <property name="accel">               <string>Channel:</string>
263                              <string></string>              </property>
264                          </property>              <property name="alignment" >
265                          <property name="toolTip" stdset="0">               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
266                              <string>Close this dialog</string>              </property>
267                          </property>              <property name="wordWrap" >
268                      </widget>               <bool>false</bool>
269                      <widget class="QPushButton" row="2" column="2">              </property>
270                          <property name="name">              <property name="buddy" >
271                              <cstring>UpdateDevicePushButton</cstring>               <cstring>DevicePortComboBox</cstring>
272                          </property>              </property>
273                          <property name="minimumSize">             </widget>
274                              <size>            </item>
275                                  <width>0</width>            <item>
276                                  <height>28</height>             <widget class="QComboBox" name="DevicePortComboBox" >
277                              </size>              <property name="sizePolicy" >
278                          </property>               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
279                          <property name="maximumSize">                <horstretch>0</horstretch>
280                              <size>                <verstretch>0</verstretch>
281                                  <width>32767</width>               </sizepolicy>
282                                  <height>28</height>              </property>
283                              </size>              <property name="toolTip" >
284                          </property>               <string>Device port/channel</string>
285                          <property name="text">              </property>
286                              <string>&amp;Update</string>             </widget>
287                          </property>            </item>
288                          <property name="accel">           </layout>
289                              <string>Alt+U</string>          </item>
290                          </property>          <item>
291                          <property name="toolTip" stdset="0">           <widget class="QTableView" name="DevicePortParamTable" >
292                              <string>Update current device</string>            <property name="alternatingRowColors" >
293                          </property>             <bool>true</bool>
294                      </widget>            </property>
295                      <spacer row="2" column="5">            <property name="selectionMode" >
296                          <property name="name">             <enum>QAbstractItemView::NoSelection</enum>
297                              <cstring>spacer3</cstring>            </property>
298                          </property>            <property name="showGrid" >
299                          <property name="orientation">             <bool>false</bool>
300                              <enum>Horizontal</enum>            </property>
301                          </property>           </widget>
302                          <property name="sizeType">          </item>
303                              <enum>Expanding</enum>         </layout>
304                          </property>        </widget>
305                          <property name="sizeHint">       </widget>
306                              <size>      </widget>
307                                  <width>38</width>     </item>
308                                  <height>20</height>     <item>
309                              </size>      <layout class="QHBoxLayout" >
310                          </property>       <property name="spacing" >
311                      </spacer>        <number>4</number>
312                      <spacer row="2" column="0">       </property>
313                          <property name="name">       <property name="leftMargin" >
314                              <cstring>spacer2</cstring>        <number>0</number>
315                          </property>       </property>
316                          <property name="orientation">       <property name="topMargin" >
317                              <enum>Horizontal</enum>        <number>0</number>
318                          </property>       </property>
319                          <property name="sizeType">       <property name="rightMargin" >
320                              <enum>Minimum</enum>        <number>0</number>
321                          </property>       </property>
322                          <property name="sizeHint">       <property name="bottomMargin" >
323                              <size>        <number>0</number>
324                                  <width>4</width>       </property>
325                                  <height>20</height>       <item>
326                              </size>        <widget class="QPushButton" name="RefreshDevicesPushButton" >
327                          </property>         <property name="toolTip" >
328                      </spacer>          <string>Refresh device list view</string>
329                      <widget class="QPushButton" row="2" column="3" rowspan="1" colspan="2">         </property>
330                          <property name="name">         <property name="text" >
331                              <cstring>DeleteDevicePushButton</cstring>          <string>&amp;Refresh</string>
332                          </property>         </property>
333                          <property name="minimumSize">         <property name="icon" >
334                              <size>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
335                                  <width>0</width>         </property>
336                                  <height>28</height>         <property name="shortcut" >
337                              </size>          <string>Alt+R</string>
338                          </property>         </property>
339                          <property name="maximumSize">        </widget>
340                              <size>       </item>
341                                  <width>32767</width>       <item>
342                                  <height>28</height>        <spacer>
343                              </size>         <property name="orientation" >
344                          </property>          <enum>Qt::Horizontal</enum>
345                          <property name="text">         </property>
346                              <string>&amp;Delete</string>         <property name="sizeType" >
347                          </property>          <enum>QSizePolicy::Expanding</enum>
348                          <property name="accel">         </property>
349                              <string>Alt+D</string>         <property name="sizeHint" >
350                          </property>          <size>
351                          <property name="toolTip" stdset="0">           <width>180</width>
352                              <string>Delete current device</string>           <height>20</height>
353                          </property>          </size>
354                      </widget>         </property>
355                      <widget class="QComboBox" row="0" column="6">        </spacer>
356                          <property name="name">       </item>
357                              <cstring>DriverNameComboBox</cstring>       <item>
358                          </property>        <widget class="QPushButton" name="CreateDevicePushButton" >
359                          <property name="toolTip" stdset="0">         <property name="toolTip" >
360                              <string>Driver type name</string>          <string>Create device</string>
361                          </property>         </property>
362                      </widget>         <property name="text" >
363                      <widget class="QPushButton" row="2" column="1">          <string>&amp;Create</string>
364                          <property name="name">         </property>
365                              <cstring>CreateDevicePushButton</cstring>         <property name="icon" >
366                          </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
367                          <property name="minimumSize">         </property>
368                              <size>         <property name="shortcut" >
369                                  <width>0</width>          <string>Alt+C</string>
370                                  <height>28</height>         </property>
371                              </size>        </widget>
372                          </property>       </item>
373                          <property name="maximumSize">       <item>
374                              <size>        <widget class="QPushButton" name="DeleteDevicePushButton" >
375                                  <width>32767</width>         <property name="toolTip" >
376                                  <height>28</height>          <string>Delete device</string>
377                              </size>         </property>
378                          </property>         <property name="text" >
379                          <property name="text">          <string>&amp;Delete</string>
380                              <string>&amp;Create</string>         </property>
381                          </property>         <property name="icon" >
382                          <property name="accel">          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
383                              <string>Alt+C</string>         </property>
384                          </property>         <property name="shortcut" >
385                          <property name="toolTip" stdset="0">          <string>Alt+D</string>
386                              <string>Create current device</string>         </property>
387                          </property>        </widget>
388                      </widget>       </item>
389                      <widget class="QLabel" row="0" column="4" rowspan="1" colspan="2">       <item>
390                          <property name="name">        <widget class="QPushButton" name="ClosePushButton" >
391                              <cstring>DriverNameTextLabel</cstring>         <property name="toolTip" >
392                          </property>          <string>Close this dialog</string>
393                          <property name="text">         </property>
394                              <string>&amp;Driver:</string>         <property name="text" >
395                          </property>          <string>Close</string>
396                          <property name="alignment">         </property>
397                              <set>AlignVCenter|AlignRight</set>         <property name="icon" >
398                          </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
399                          <property name="buddy" stdset="0">         </property>
400                              <cstring>DriverNameComboBox</cstring>         <property name="shortcut" >
401                          </property>          <string/>
402                      </widget>         </property>
403                      <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="7">        </widget>
404                          <property name="name">       </item>
405                              <cstring>DeviceParamTable</cstring>      </layout>
406                          </property>     </item>
407                          <property name="sizePolicy">    </layout>
408                              <sizepolicy>   </widget>
409                                  <hsizetype>7</hsizetype>   <layoutdefault spacing="4" margin="4" />
410                                  <vsizetype>7</vsizetype>   <tabstops>
411                                  <horstretch>0</horstretch>    <tabstop>DeviceListView</tabstop>
412                                  <verstretch>0</verstretch>    <tabstop>RefreshDevicesPushButton</tabstop>
413                              </sizepolicy>    <tabstop>DriverNameComboBox</tabstop>
414                          </property>    <tabstop>DevicePortComboBox</tabstop>
415                          <property name="minimumSize">    <tabstop>CreateDevicePushButton</tabstop>
416                              <size>    <tabstop>DeleteDevicePushButton</tabstop>
417                                  <width>0</width>    <tabstop>ClosePushButton</tabstop>
418                                  <height>260</height>   </tabstops>
419                              </size>   <resources>
420                          </property>    <include location="../icons/qsampler.qrc" />
421                          <property name="focusPolicy">   </resources>
422                              <enum>StrongFocus</enum>   <connections/>
423                          </property>  </ui>
                         <property name="toolTip" stdset="0">  
                             <string>Device parameters</string>  
                         </property>  
                     </widget>  
                     <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4">  
                         <property name="name">  
                             <cstring>DeviceNameTextLabel</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>5</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="font">  
                             <font>  
                                 <pointsize>10</pointsize>  
                                 <bold>1</bold>  
                             </font>  
                         </property>  
                         <property name="text">  
                             <string></string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device name</string>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
         </widget>  
     </hbox>  
 </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>LoadDevicesPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerDeviceForm</receiver>  
         <slot>loadDevices()</slot>  
     </connection>  
     <connection>  
         <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.1518

  ViewVC Help
Powered by ViewVC