/[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 428 by capela, Mon Mar 7 17:05:55 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) 2004-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>607</width>    </property>
33              <height>323</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>splitter4</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>30</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>30</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>30</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>30</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="resizeMode">          <property name="rightMargin" >
224                              <enum>LastColumn</enum>           <number>0</number>
225                          </property>          </property>
226                          <property name="toolTip" stdset="0">          <property name="bottomMargin" >
227                              <string>Device list view</string>           <number>0</number>
228                          </property>          </property>
229                      </widget>          <item>
230                  </grid>           <layout class="QHBoxLayout" >
231              </widget>            <property name="spacing" >
232              <widget class="QLayoutWidget">             <number>6</number>
233                  <property name="name">            </property>
234                      <cstring>layout5</cstring>            <property name="leftMargin" >
235                  </property>             <number>0</number>
236                  <grid>            </property>
237                      <property name="name">            <property name="topMargin" >
238                          <cstring>unnamed</cstring>             <number>0</number>
239                      </property>            </property>
240                      <widget class="QPushButton" row="1" column="5">            <property name="rightMargin" >
241                          <property name="name">             <number>0</number>
242                              <cstring>ClosePushButton</cstring>            </property>
243                          </property>            <property name="bottomMargin" >
244                          <property name="minimumSize">             <number>0</number>
245                              <size>            </property>
246                                  <width>0</width>            <item>
247                                  <height>30</height>             <spacer>
248                              </size>              <property name="orientation" >
249                          </property>               <enum>Qt::Horizontal</enum>
250                          <property name="maximumSize">              </property>
251                              <size>              <property name="sizeHint" >
252                                  <width>32767</width>               <size>
253                                  <height>30</height>                <width>40</width>
254                              </size>                <height>20</height>
255                          </property>               </size>
256                          <property name="text">              </property>
257                              <string>Close</string>             </spacer>
258                          </property>            </item>
259                          <property name="accel">            <item>
260                              <string></string>             <widget class="QLabel" name="DevicePortTextLabel" >
261                          </property>              <property name="text" >
262                          <property name="toolTip" stdset="0">               <string>Channel:</string>
263                              <string>Close this dialog</string>              </property>
264                          </property>              <property name="alignment" >
265                      </widget>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
266                      <spacer row="1" column="4">              </property>
267                          <property name="name">              <property name="wordWrap" >
268                              <cstring>spacer3</cstring>               <bool>false</bool>
269                          </property>              </property>
270                          <property name="orientation">              <property name="buddy" >
271                              <enum>Horizontal</enum>               <cstring>DevicePortComboBox</cstring>
272                          </property>              </property>
273                          <property name="sizeType">             </widget>
274                              <enum>Expanding</enum>            </item>
275                          </property>            <item>
276                          <property name="sizeHint">             <widget class="QComboBox" name="DevicePortComboBox" >
277                              <size>              <property name="sizePolicy" >
278                                  <width>30</width>               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
279                                  <height>20</height>                <horstretch>0</horstretch>
280                              </size>                <verstretch>0</verstretch>
281                          </property>               </sizepolicy>
282                      </spacer>              </property>
283                      <widget class="QPushButton" row="1" column="2">              <property name="toolTip" >
284                          <property name="name">               <string>Device port/channel</string>
285                              <cstring>UpdateDevicePushButton</cstring>              </property>
286                          </property>             </widget>
287                          <property name="minimumSize">            </item>
288                              <size>           </layout>
289                                  <width>0</width>          </item>
290                                  <height>30</height>          <item>
291                              </size>           <widget class="QTableView" name="DevicePortParamTable" >
292                          </property>            <property name="alternatingRowColors" >
293                          <property name="maximumSize">             <bool>true</bool>
294                              <size>            </property>
295                                  <width>32767</width>            <property name="selectionMode" >
296                                  <height>30</height>             <enum>QAbstractItemView::NoSelection</enum>
297                              </size>            </property>
298                          </property>            <property name="showGrid" >
299                          <property name="text">             <bool>false</bool>
300                              <string>&amp;Update</string>            </property>
301                          </property>           </widget>
302                          <property name="accel">          </item>
303                              <string>Alt+U</string>         </layout>
304                          </property>        </widget>
305                          <property name="toolTip" stdset="0">       </widget>
306                              <string>Update current device</string>      </widget>
307                          </property>     </item>
308                      </widget>     <item>
309                      <spacer row="1" column="0">      <layout class="QHBoxLayout" >
310                          <property name="name">       <property name="spacing" >
311                              <cstring>spacer2</cstring>        <number>4</number>
312                          </property>       </property>
313                          <property name="orientation">       <property name="leftMargin" >
314                              <enum>Horizontal</enum>        <number>0</number>
315                          </property>       </property>
316                          <property name="sizeType">       <property name="topMargin" >
317                              <enum>Minimum</enum>        <number>0</number>
318                          </property>       </property>
319                          <property name="sizeHint">       <property name="rightMargin" >
320                              <size>        <number>0</number>
321                                  <width>4</width>       </property>
322                                  <height>20</height>       <property name="bottomMargin" >
323                              </size>        <number>0</number>
324                          </property>       </property>
325                      </spacer>       <item>
326                      <widget class="qsamplerDeviceParameterTable" row="0" column="0" rowspan="1" colspan="6">        <widget class="QPushButton" name="RefreshDevicesPushButton" >
327                          <property name="name">         <property name="toolTip" >
328                              <cstring>DeviceParameterTable</cstring>          <string>Refresh device list view</string>
329                          </property>         </property>
330                          <property name="sizePolicy">         <property name="text" >
331                              <sizepolicy>          <string>&amp;Refresh</string>
332                                  <hsizetype>7</hsizetype>         </property>
333                                  <vsizetype>7</vsizetype>         <property name="icon" >
334                                  <horstretch>0</horstretch>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
335                                  <verstretch>0</verstretch>         </property>
336                              </sizepolicy>         <property name="shortcut" >
337                          </property>          <string>Alt+R</string>
338                          <property name="minimumSize">         </property>
339                              <size>        </widget>
340                                  <width>0</width>       </item>
341                                  <height>260</height>       <item>
342                              </size>        <spacer>
343                          </property>         <property name="orientation" >
344                          <property name="focusPolicy">          <enum>Qt::Horizontal</enum>
345                              <enum>StrongFocus</enum>         </property>
346                          </property>         <property name="sizeType" >
347                      </widget>          <enum>QSizePolicy::Expanding</enum>
348                      <widget class="QPushButton" row="1" column="1">         </property>
349                          <property name="name">         <property name="sizeHint" >
350                              <cstring>CreateDevicePushButton</cstring>          <size>
351                          </property>           <width>180</width>
352                          <property name="minimumSize">           <height>20</height>
353                              <size>          </size>
354                                  <width>0</width>         </property>
355                                  <height>30</height>        </spacer>
356                              </size>       </item>
357                          </property>       <item>
358                          <property name="maximumSize">        <widget class="QPushButton" name="CreateDevicePushButton" >
359                              <size>         <property name="toolTip" >
360                                  <width>32767</width>          <string>Create device</string>
361                                  <height>30</height>         </property>
362                              </size>         <property name="text" >
363                          </property>          <string>&amp;Create</string>
364                          <property name="text">         </property>
365                              <string>&amp;Create</string>         <property name="icon" >
366                          </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
367                          <property name="accel">         </property>
368                              <string>Alt+C</string>         <property name="shortcut" >
369                          </property>          <string>Alt+C</string>
370                          <property name="toolTip" stdset="0">         </property>
371                              <string>Create current device</string>        </widget>
372                          </property>       </item>
373                      </widget>       <item>
374                      <widget class="QPushButton" row="1" column="3">        <widget class="QPushButton" name="DeleteDevicePushButton" >
375                          <property name="name">         <property name="toolTip" >
376                              <cstring>DeleteDevicePushButton</cstring>          <string>Delete device</string>
377                          </property>         </property>
378                          <property name="minimumSize">         <property name="text" >
379                              <size>          <string>&amp;Delete</string>
380                                  <width>0</width>         </property>
381                                  <height>30</height>         <property name="icon" >
382                              </size>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
383                          </property>         </property>
384                          <property name="maximumSize">         <property name="shortcut" >
385                              <size>          <string>Alt+D</string>
386                                  <width>32767</width>         </property>
387                                  <height>30</height>        </widget>
388                              </size>       </item>
389                          </property>       <item>
390                          <property name="text">        <widget class="QPushButton" name="ClosePushButton" >
391                              <string>&amp;Delete</string>         <property name="toolTip" >
392                          </property>          <string>Close this dialog</string>
393                          <property name="accel">         </property>
394                              <string>Alt+D</string>         <property name="text" >
395                          </property>          <string>Close</string>
396                          <property name="toolTip" stdset="0">         </property>
397                              <string>Delete current device</string>         <property name="icon" >
398                          </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
399                      </widget>         </property>
400                  </grid>         <property name="shortcut" >
401              </widget>          <string/>
402          </widget>         </property>
403      </hbox>        </widget>
404  </widget>       </item>
405  <customwidgets>      </layout>
406      <customwidget>     </item>
407          <class>qsamplerDeviceParameterTable</class>    </layout>
408          <header location="global">qsamplerDevice.h</header>   </widget>
409          <sizehint>   <layoutdefault spacing="4" margin="4" />
410              <width>-1</width>   <tabstops>
411              <height>-1</height>    <tabstop>DeviceListView</tabstop>
412          </sizehint>    <tabstop>RefreshDevicesPushButton</tabstop>
413          <container>0</container>    <tabstop>DriverNameComboBox</tabstop>
414          <sizepolicy>    <tabstop>DevicePortComboBox</tabstop>
415              <hordata>7</hordata>    <tabstop>CreateDevicePushButton</tabstop>
416              <verdata>7</verdata>    <tabstop>DeleteDevicePushButton</tabstop>
417              <horstretch>0</horstretch>    <tabstop>ClosePushButton</tabstop>
418              <verstretch>0</verstretch>   </tabstops>
419          </sizepolicy>   <resources>
420          <pixmap>image0</pixmap>    <include location="../icons/qsampler.qrc" />
421      </customwidget>   </resources>
422  </customwidgets>   <connections/>
423  <images>  </ui>
     <image name="image0">  
         <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>  
     </image>  
 </images>  
 <connections>  
     <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>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>DeviceParameterTable</tabstop>  
     <tabstop>LoadDevicesPushButton</tabstop>  
     <tabstop>SaveDevicesPushButton</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>  
 </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">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>qsamplerdeviceparametertable.h</includehint>  
 </includehints>  
 </UI>  

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

  ViewVC Help
Powered by ViewVC