/[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 468 by capela, Wed Mar 16 09:49:37 2005 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.2" stdsetdef="1">  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2  <class>qsamplerDeviceForm</class>  <class>qsamplerDeviceForm</class>
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) 2005, 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 20  Line 20 
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
23  <widget class="QDialog">  <widget class="QWidget">
24      <property name="name">      <property name="name">
25          <cstring>qsamplerDeviceForm</cstring>          <cstring>qsamplerDeviceForm</cstring>
26      </property>      </property>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>669</width>              <width>556</width>
32              <height>348</height>              <height>345</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 44  Line 44 
44          <string>Devices</string>          <string>Devices</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerDevice.png</pixmap>
48      </property>      </property>
49      <property name="focusPolicy">      <property name="focusPolicy">
50          <enum>StrongFocus</enum>          <enum>StrongFocus</enum>
51      </property>      </property>
52      <hbox>      <vbox>
53          <property name="name">          <property name="name">
54              <cstring>unnamed</cstring>              <cstring>unnamed</cstring>
55          </property>          </property>
# Line 60  Line 60 
60              <property name="orientation">              <property name="orientation">
61                  <enum>Horizontal</enum>                  <enum>Horizontal</enum>
62              </property>              </property>
63              <widget class="QLayoutWidget">              <widget class="QListView">
64                    <column>
65                        <property name="text">
66                            <string>Devices</string>
67                        </property>
68                        <property name="clickable">
69                            <bool>true</bool>
70                        </property>
71                        <property name="resizable">
72                            <bool>true</bool>
73                        </property>
74                    </column>
75                    <property name="name">
76                        <cstring>DeviceListView</cstring>
77                    </property>
78                    <property name="minimumSize">
79                        <size>
80                            <width>160</width>
81                            <height>0</height>
82                        </size>
83                    </property>
84                    <property name="rootIsDecorated">
85                        <bool>true</bool>
86                    </property>
87                    <property name="resizeMode">
88                        <enum>LastColumn</enum>
89                    </property>
90                    <property name="toolTip" stdset="0">
91                        <string>Device list</string>
92                    </property>
93                </widget>
94                <widget class="QSplitter">
95                  <property name="name">                  <property name="name">
96                      <cstring>layout1</cstring>                      <cstring>splitter2</cstring>
97                  </property>                  </property>
98                  <grid>                  <property name="orientation">
99                        <enum>Vertical</enum>
100                    </property>
101                    <widget class="QLayoutWidget">
102                      <property name="name">                      <property name="name">
103                          <cstring>unnamed</cstring>                          <cstring>layout4</cstring>
104                      </property>                      </property>
105                      <widget class="QPushButton" row="1" column="1">                      <grid>
106                          <property name="name">                          <property name="name">
107                              <cstring>SavePushButton</cstring>                              <cstring>unnamed</cstring>
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Save...</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+S</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileSave.png</iconset>  
108                          </property>                          </property>
109                          <property name="toolTip" stdset="0">                          <widget class="QLabel" row="0" column="0">
110                              <string>Save device configuration to file</string>                              <property name="name">
111                          </property>                                  <cstring>DeviceNameTextLabel</cstring>
112                      </widget>                              </property>
113                      <spacer row="1" column="2">                              <property name="sizePolicy">
114                          <property name="name">                                  <sizepolicy>
115                              <cstring>spacer1</cstring>                                      <hsizetype>7</hsizetype>
116                          </property>                                      <vsizetype>5</vsizetype>
117                          <property name="orientation">                                      <horstretch>0</horstretch>
118                              <enum>Horizontal</enum>                                      <verstretch>0</verstretch>
119                          </property>                                  </sizepolicy>
120                          <property name="sizeType">                              </property>
121                              <enum>Expanding</enum>                              <property name="font">
122                          </property>                                  <font>
123                          <property name="sizeHint">                                      <bold>1</bold>
124                              <size>                                  </font>
125                                  <width>20</width>                              </property>
126                                  <height>8</height>                              <property name="indent">
127                              </size>                                  <number>4</number>
128                          </property>                              </property>
129                      </spacer>                              <property name="toolTip" stdset="0">
130                      <widget class="QPushButton" row="1" column="0">                                  <string>Device name</string>
131                          <property name="name">                              </property>
132                              <cstring>LoadPushButton</cstring>                          </widget>
133                          </property>                          <widget class="QLabel" row="0" column="1">
134                          <property name="minimumSize">                              <property name="name">
135                              <size>                                  <cstring>DriverNameTextLabel</cstring>
136                                  <width>0</width>                              </property>
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Load...</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+L</string>  
                         </property>  
                         <property name="iconSet">  
                             <iconset>fileOpen.png</iconset>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Load device configuration from file</string>  
                         </property>  
                     </widget>  
                     <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">  
                         <column>  
137                              <property name="text">                              <property name="text">
138                                  <string>Devices</string>                                  <string>Dri&amp;ver:</string>
139                              </property>                              </property>
140                              <property name="clickable">                              <property name="alignment">
141                                  <bool>false</bool>                                  <set>AlignVCenter|AlignRight</set>
142                              </property>                              </property>
143                              <property name="resizable">                              <property name="buddy" stdset="0">
144                                  <bool>false</bool>                                  <cstring>DriverNameComboBox</cstring>
145                              </property>                              </property>
146                          </column>                          </widget>
147                      <item>                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">
148                          <property name="text">                              <property name="name">
149                              <string>&lt;New device&gt;</string>                                  <cstring>DeviceParamTable</cstring>
150                          </property>                              </property>
151                          <property name="pixmap">                              <property name="sizePolicy">
152                              <pixmap></pixmap>                                  <sizepolicy>
153                          </property>                                      <hsizetype>7</hsizetype>
154                      </item>                                      <vsizetype>7</vsizetype>
155                                        <horstretch>0</horstretch>
156                                        <verstretch>0</verstretch>
157                                    </sizepolicy>
158                                </property>
159                                <property name="minimumSize">
160                                    <size>
161                                        <width>380</width>
162                                        <height>160</height>
163                                    </size>
164                                </property>
165                                <property name="focusPolicy">
166                                    <enum>StrongFocus</enum>
167                                </property>
168                                <property name="toolTip" stdset="0">
169                                    <string>Device parameters</string>
170                                </property>
171                            </widget>
172                            <widget class="QComboBox" row="0" column="2">
173                                <property name="name">
174                                    <cstring>DriverNameComboBox</cstring>
175                                </property>
176                                <property name="toolTip" stdset="0">
177                                    <string>Driver type name</string>
178                                </property>
179                            </widget>
180                        </grid>
181                    </widget>
182                    <widget class="QLayoutWidget">
183                        <property name="name">
184                            <cstring>layout5</cstring>
185                        </property>
186                        <vbox>
187                          <property name="name">                          <property name="name">
188                              <cstring>DeviceListView</cstring>                              <cstring>unnamed</cstring>
189                          </property>                          </property>
190                          <property name="resizeMode">                          <widget class="QComboBox">
191                              <enum>LastColumn</enum>                              <property name="name">
192                          </property>                                  <cstring>DevicePortComboBox</cstring>
193                          <property name="toolTip" stdset="0">                              </property>
194                              <string>Device list view</string>                              <property name="toolTip" stdset="0">
195                          </property>                                  <string>Device port/channel</string>
196                      </widget>                              </property>
197                  </grid>                          </widget>
198                            <widget class="qsamplerDeviceParamTable">
199                                <property name="name">
200                                    <cstring>DevicePortParamTable</cstring>
201                                </property>
202                                <property name="sizePolicy">
203                                    <sizepolicy>
204                                        <hsizetype>7</hsizetype>
205                                        <vsizetype>7</vsizetype>
206                                        <horstretch>0</horstretch>
207                                        <verstretch>0</verstretch>
208                                    </sizepolicy>
209                                </property>
210                                <property name="minimumSize">
211                                    <size>
212                                        <width>380</width>
213                                        <height>80</height>
214                                    </size>
215                                </property>
216                                <property name="focusPolicy">
217                                    <enum>StrongFocus</enum>
218                                </property>
219                                <property name="toolTip" stdset="0">
220                                    <string>Device port/channel parameters</string>
221                                </property>
222                            </widget>
223                        </vbox>
224                    </widget>
225              </widget>              </widget>
226              <widget class="QLayoutWidget">          </widget>
227            <widget class="QLayoutWidget">
228                <property name="name">
229                    <cstring>layout6</cstring>
230                </property>
231                <hbox>
232                  <property name="name">                  <property name="name">
233                      <cstring>layout2</cstring>                      <cstring>unnamed</cstring>
234                  </property>                  </property>
235                  <grid>                  <widget class="QPushButton">
236                      <property name="name">                      <property name="name">
237                          <cstring>unnamed</cstring>                          <cstring>RefreshDevicesPushButton</cstring>
238                      </property>                      </property>
239                      <spacer row="1" column="3">                      <property name="text">
240                          <property name="name">                          <string>&amp;Refresh</string>
241                              <cstring>spacer2</cstring>                      </property>
242                          </property>                      <property name="accel">
243                          <property name="orientation">                          <string>Alt+R</string>
244                              <enum>Horizontal</enum>                      </property>
245                          </property>                      <property name="iconSet">
246                          <property name="sizeType">                          <iconset>formRefresh.png</iconset>
247                              <enum>Expanding</enum>                      </property>
248                          </property>                      <property name="toolTip" stdset="0">
249                          <property name="sizeHint">                          <string>refresh device list view</string>
250                              <size>                      </property>
251                                  <width>41</width>                  </widget>
252                                  <height>8</height>                  <spacer>
253                              </size>                      <property name="name">
254                          </property>                          <cstring>spacer1</cstring>
255                      </spacer>                      </property>
256                      <widget class="QPushButton" row="1" column="4">                      <property name="orientation">
257                          <property name="name">                          <enum>Horizontal</enum>
258                              <cstring>ClosePushButton</cstring>                      </property>
259                          </property>                      <property name="sizeType">
260                          <property name="minimumSize">                          <enum>Expanding</enum>
261                              <size>                      </property>
262                                  <width>0</width>                      <property name="sizeHint">
263                                  <height>30</height>                          <size>
264                              </size>                              <width>180</width>
265                          </property>                              <height>20</height>
266                          <property name="maximumSize">                          </size>
267                              <size>                      </property>
268                                  <width>32767</width>                  </spacer>
269                                  <height>30</height>                  <widget class="QPushButton">
270                              </size>                      <property name="name">
271                          </property>                          <cstring>CreateDevicePushButton</cstring>
272                          <property name="text">                      </property>
273                              <string>Close</string>                      <property name="text">
274                          </property>                          <string>&amp;Create</string>
275                          <property name="accel">                      </property>
276                              <string></string>                      <property name="accel">
277                          </property>                          <string>Alt+C</string>
278                          <property name="toolTip" stdset="0">                      </property>
279                              <string>Close this dialog</string>                      <property name="iconSet">
280                          </property>                          <iconset>deviceCreate.png</iconset>
281                      </widget>                      </property>
282                      <widget class="QPushButton" row="1" column="0">                      <property name="toolTip" stdset="0">
283                          <property name="name">                          <string>Create current device</string>
284                              <cstring>CreatePushButton</cstring>                      </property>
285                          </property>                  </widget>
286                          <property name="minimumSize">                  <widget class="QPushButton">
287                              <size>                      <property name="name">
288                                  <width>0</width>                          <cstring>DeleteDevicePushButton</cstring>
289                                  <height>30</height>                      </property>
290                              </size>                      <property name="text">
291                          </property>                          <string>&amp;Delete</string>
292                          <property name="maximumSize">                      </property>
293                              <size>                      <property name="accel">
294                                  <width>32767</width>                          <string>Alt+D</string>
295                                  <height>30</height>                      </property>
296                              </size>                      <property name="iconSet">
297                          </property>                          <iconset>deviceDelete.png</iconset>
298                          <property name="text">                      </property>
299                              <string>&amp;Create</string>                      <property name="toolTip" stdset="0">
300                          </property>                          <string>Delete current device</string>
301                          <property name="accel">                      </property>
302                              <string>Alt+C</string>                  </widget>
303                          </property>                  <widget class="QPushButton">
304                          <property name="toolTip" stdset="0">                      <property name="name">
305                              <string>Create current device</string>                          <cstring>ClosePushButton</cstring>
306                          </property>                      </property>
307                      </widget>                      <property name="text">
308                      <widget class="QPushButton" row="1" column="1">                          <string>Close</string>
309                          <property name="name">                      </property>
310                              <cstring>UpdatePushButton</cstring>                      <property name="accel">
311                          </property>                          <string></string>
312                          <property name="minimumSize">                      </property>
313                              <size>                      <property name="iconSet">
314                                  <width>0</width>                          <iconset>formReject.png</iconset>
315                                  <height>30</height>                      </property>
316                              </size>                      <property name="toolTip" stdset="0">
317                          </property>                          <string>Close this dialog</string>
318                          <property name="maximumSize">                      </property>
319                              <size>                  </widget>
320                                  <width>32767</width>              </hbox>
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Update</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+U</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Update current device</string>  
                         </property>  
                     </widget>  
                     <widget class="QPushButton" row="1" column="2">  
                         <property name="name">  
                             <cstring>DeletePushButton</cstring>  
                         </property>  
                         <property name="minimumSize">  
                             <size>  
                                 <width>0</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="maximumSize">  
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
                         </property>  
                         <property name="text">  
                             <string>&amp;Delete</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+D</string>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Delete current device</string>  
                         </property>  
                     </widget>  
                     <widget class="qsamplerDeviceParameterTable" row="0" column="0" rowspan="1" colspan="5">  
                         <property name="name">  
                             <cstring>DeviceParameterTable</cstring>  
                         </property>  
                         <property name="sizePolicy">  
                             <sizepolicy>  
                                 <hsizetype>7</hsizetype>  
                                 <vsizetype>7</vsizetype>  
                                 <horstretch>0</horstretch>  
                                 <verstretch>0</verstretch>  
                             </sizepolicy>  
                         </property>  
                         <property name="focusPolicy">  
                             <enum>StrongFocus</enum>  
                         </property>  
                     </widget>  
                 </grid>  
             </widget>  
321          </widget>          </widget>
322      </hbox>      </vbox>
323  </widget>  </widget>
324  <customwidgets>  <customwidgets>
325      <customwidget>      <customwidget>
326          <class>qsamplerDeviceParameterTable</class>          <class>qsamplerDeviceParamTable</class>
327          <header location="global">qsamplerDevice.h</header>          <header location="global">qsamplerDevice.h</header>
328          <sizehint>          <sizehint>
329              <width>-1</width>              <width>-1</width>
# Line 345  Line 341 
341  </customwidgets>  </customwidgets>
342  <images>  <images>
343      <image name="image0">      <image name="image0">
344          <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>          <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>
345      </image>      </image>
346  </images>  </images>
347    <connections>
348        <connection>
349            <sender>DeviceListView</sender>
350            <signal>selectionChanged()</signal>
351            <receiver>qsamplerDeviceForm</receiver>
352            <slot>selectDevice()</slot>
353        </connection>
354        <connection>
355            <sender>DeviceListView</sender>
356            <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
357            <receiver>qsamplerDeviceForm</receiver>
358            <slot>contextMenu(QListViewItem*,const QPoint&amp;,int)</slot>
359        </connection>
360        <connection>
361            <sender>RefreshDevicesPushButton</sender>
362            <signal>clicked()</signal>
363            <receiver>qsamplerDeviceForm</receiver>
364            <slot>refreshDevices()</slot>
365        </connection>
366        <connection>
367            <sender>DriverNameComboBox</sender>
368            <signal>activated(const QString&amp;)</signal>
369            <receiver>qsamplerDeviceForm</receiver>
370            <slot>selectDriver(const QString&amp;)</slot>
371        </connection>
372        <connection>
373            <sender>DevicePortComboBox</sender>
374            <signal>activated(int)</signal>
375            <receiver>qsamplerDeviceForm</receiver>
376            <slot>selectDevicePort(int)</slot>
377        </connection>
378        <connection>
379            <sender>CreateDevicePushButton</sender>
380            <signal>clicked()</signal>
381            <receiver>qsamplerDeviceForm</receiver>
382            <slot>createDevice()</slot>
383        </connection>
384        <connection>
385            <sender>DeleteDevicePushButton</sender>
386            <signal>clicked()</signal>
387            <receiver>qsamplerDeviceForm</receiver>
388            <slot>deleteDevice()</slot>
389        </connection>
390        <connection>
391            <sender>ClosePushButton</sender>
392            <signal>clicked()</signal>
393            <receiver>qsamplerDeviceForm</receiver>
394            <slot>close()</slot>
395        </connection>
396    </connections>
397    <tabstops>
398        <tabstop>DeviceListView</tabstop>
399        <tabstop>RefreshDevicesPushButton</tabstop>
400        <tabstop>DriverNameComboBox</tabstop>
401        <tabstop>DeviceParamTable</tabstop>
402        <tabstop>DevicePortComboBox</tabstop>
403        <tabstop>DevicePortParamTable</tabstop>
404        <tabstop>CreateDevicePushButton</tabstop>
405        <tabstop>DeleteDevicePushButton</tabstop>
406        <tabstop>ClosePushButton</tabstop>
407    </tabstops>
408  <includes>  <includes>
409      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
410      <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>      <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>
# Line 358  Line 415 
415  <variables>  <variables>
416      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
417      <variable access="private">int m_iDirtySetup;</variable>      <variable access="private">int m_iDirtySetup;</variable>
418      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">lscp_client_t *m_pClient;</variable>
419        <variable access="private">bool m_bNewDevice;</variable>
420        <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
421        <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>
422        <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
423  </variables>  </variables>
424  <slots>  <slots>
425      <slot specifier="non virtual">contentsChanged()</slot>      <slot specifier="non virtual">createDevice()</slot>
426        <slot specifier="non virtual">deleteDevice()</slot>
427        <slot specifier="non virtual">refreshDevices()</slot>
428        <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>
429        <slot specifier="non virtual">selectDevice()</slot>
430        <slot specifier="non virtual">selectDevicePort( int iPort )</slot>
431        <slot specifier="non virtual">changeDeviceParam( int iRow, int iCol )</slot>
432        <slot specifier="non virtual">changeDevicePortParam( int iRow, int iCol )</slot>
433        <slot specifier="non virtual">contextMenu(QListViewItem *, const QPoint&amp;, int)</slot>
434      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
435  </slots>  </slots>
436  <functions>  <functions>
437      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>
438      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
439      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm )</function>      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
440        <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
441        <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
442  </functions>  </functions>
443  <pixmapinproject/>  <pixmapinproject/>
444  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
445  <includehints>  <includehints>
446      <includehint>qsamplerdeviceparametertable.h</includehint>      <includehint>qsamplerdeviceparamtable.h</includehint>
447        <includehint>qsamplerdeviceparamtable.h</includehint>
448  </includehints>  </includehints>
449  </UI>  </UI>

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

  ViewVC Help
Powered by ViewVC