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

  ViewVC Help
Powered by ViewVC