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

Legend:
Removed from v.427  
changed lines
  Added in v.1521

  ViewVC Help
Powered by ViewVC