/[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 436 by capela, Wed Mar 9 20:55:04 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 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>542</width>
32              <height>348</height>              <height>331</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 49  Line 49 
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>
56          <widget class="QSplitter">          <widget class="QSplitter">
57              <property name="name">              <property name="name">
58                  <cstring>splitter1</cstring>                  <cstring>splitter3</cstring>
59              </property>              </property>
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">                  <property name="name">
76                      <cstring>layout1</cstring>                      <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>                  </property>
                 <grid>  
                     <property name="name">  
                         <cstring>unnamed</cstring>  
                     </property>  
                     <widget class="QPushButton" row="1" column="1">  
                         <property name="name">  
                             <cstring>SavePushButton</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>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Save device configuration to file</string>  
                         </property>  
                     </widget>  
                     <spacer row="1" column="2">  
                         <property name="name">  
                             <cstring>spacer1</cstring>  
                         </property>  
                         <property name="orientation">  
                             <enum>Horizontal</enum>  
                         </property>  
                         <property name="sizeType">  
                             <enum>Expanding</enum>  
                         </property>  
                         <property name="sizeHint">  
                             <size>  
                                 <width>20</width>  
                                 <height>8</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <widget class="QPushButton" row="1" column="0">  
                         <property name="name">  
                             <cstring>LoadPushButton</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;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>  
                             <property name="text">  
                                 <string>Devices</string>  
                             </property>  
                             <property name="clickable">  
                                 <bool>false</bool>  
                             </property>  
                             <property name="resizable">  
                                 <bool>false</bool>  
                             </property>  
                         </column>  
                     <item>  
                         <property name="text">  
                             <string>&lt;New device&gt;</string>  
                         </property>  
                         <property name="pixmap">  
                             <pixmap></pixmap>  
                         </property>  
                     </item>  
                         <property name="name">  
                             <cstring>DeviceListView</cstring>  
                         </property>  
                         <property name="resizeMode">  
                             <enum>LastColumn</enum>  
                         </property>  
                         <property name="toolTip" stdset="0">  
                             <string>Device list view</string>  
                         </property>  
                     </widget>  
                 </grid>  
93              </widget>              </widget>
94              <widget class="QLayoutWidget">              <widget class="QLayoutWidget">
95                  <property name="name">                  <property name="name">
96                      <cstring>layout2</cstring>                      <cstring>layout5</cstring>
97                  </property>                  </property>
98                  <grid>                  <grid>
99                      <property name="name">                      <property name="name">
100                          <cstring>unnamed</cstring>                          <cstring>unnamed</cstring>
101                      </property>                      </property>
102                      <spacer row="1" column="3">                      <widget class="QLabel" row="0" column="0">
                         <property name="name">  
                             <cstring>spacer2</cstring>  
                         </property>  
                         <property name="orientation">  
                             <enum>Horizontal</enum>  
                         </property>  
                         <property name="sizeType">  
                             <enum>Expanding</enum>  
                         </property>  
                         <property name="sizeHint">  
                             <size>  
                                 <width>41</width>  
                                 <height>8</height>  
                             </size>  
                         </property>  
                     </spacer>  
                     <widget class="QPushButton" row="1" column="4">  
103                          <property name="name">                          <property name="name">
104                              <cstring>ClosePushButton</cstring>                              <cstring>DeviceNameTextLabel</cstring>
105                          </property>                          </property>
106                          <property name="minimumSize">                          <property name="sizePolicy">
107                              <size>                              <sizepolicy>
108                                  <width>0</width>                                  <hsizetype>7</hsizetype>
109                                  <height>30</height>                                  <vsizetype>5</vsizetype>
110                              </size>                                  <horstretch>0</horstretch>
111                          </property>                                  <verstretch>0</verstretch>
112                          <property name="maximumSize">                              </sizepolicy>
                             <size>  
                                 <width>32767</width>  
                                 <height>30</height>  
                             </size>  
113                          </property>                          </property>
114                          <property name="text">                          <property name="font">
115                              <string>Close</string>                              <font>
116                                    <pointsize>10</pointsize>
117                                    <bold>1</bold>
118                                </font>
119                          </property>                          </property>
120                          <property name="accel">                          <property name="indent">
121                              <string></string>                              <number>4</number>
122                          </property>                          </property>
123                          <property name="toolTip" stdset="0">                          <property name="toolTip" stdset="0">
124                              <string>Close this dialog</string>                              <string>Device name</string>
125                          </property>                          </property>
126                      </widget>                      </widget>
127                      <widget class="QPushButton" row="1" column="0">                      <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="3">
128                          <property name="name">                          <property name="name">
129                              <cstring>CreatePushButton</cstring>                              <cstring>DeviceParamTable</cstring>
130                          </property>                          </property>
131                          <property name="minimumSize">                          <property name="sizePolicy">
132                              <size>                              <sizepolicy>
133                                  <width>0</width>                                  <hsizetype>7</hsizetype>
134                                  <height>30</height>                                  <vsizetype>7</vsizetype>
135                              </size>                                  <horstretch>0</horstretch>
136                                    <verstretch>0</verstretch>
137                                </sizepolicy>
138                          </property>                          </property>
139                          <property name="maximumSize">                          <property name="minimumSize">
140                              <size>                              <size>
141                                  <width>32767</width>                                  <width>360</width>
142                                  <height>30</height>                                  <height>260</height>
143                              </size>                              </size>
144                          </property>                          </property>
145                          <property name="text">                          <property name="focusPolicy">
146                              <string>&amp;Create</string>                              <enum>StrongFocus</enum>
                         </property>  
                         <property name="accel">  
                             <string>Alt+C</string>  
147                          </property>                          </property>
148                          <property name="toolTip" stdset="0">                          <property name="toolTip" stdset="0">
149                              <string>Create current device</string>                              <string>Device parameters</string>
150                          </property>                          </property>
151                      </widget>                      </widget>
152                      <widget class="QPushButton" row="1" column="1">                      <widget class="QComboBox" row="0" column="2">
153                          <property name="name">                          <property name="name">
154                              <cstring>UpdatePushButton</cstring>                              <cstring>DriverNameComboBox</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;Update</string>  
                         </property>  
                         <property name="accel">  
                             <string>Alt+U</string>  
155                          </property>                          </property>
156                          <property name="toolTip" stdset="0">                          <property name="toolTip" stdset="0">
157                              <string>Update current device</string>                              <string>Driver type name</string>
158                          </property>                          </property>
159                      </widget>                      </widget>
160                      <widget class="QPushButton" row="1" column="2">                      <widget class="QLabel" row="0" column="1">
161                          <property name="name">                          <property name="name">
162                              <cstring>DeletePushButton</cstring>                              <cstring>DriverNameTextLabel</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>  
163                          </property>                          </property>
164                          <property name="text">                          <property name="text">
165                              <string>&amp;Delete</string>                              <string>Dri&amp;ver:</string>
166                          </property>                          </property>
167                          <property name="accel">                          <property name="alignment">
168                              <string>Alt+D</string>                              <set>AlignVCenter|AlignRight</set>
169                          </property>                          </property>
170                          <property name="toolTip" stdset="0">                          <property name="buddy" stdset="0">
171                              <string>Delete current device</string>                              <cstring>DriverNameComboBox</cstring>
                         </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>  
172                          </property>                          </property>
173                      </widget>                      </widget>
174                  </grid>                  </grid>
175              </widget>              </widget>
176          </widget>          </widget>
177      </hbox>          <widget class="QLayoutWidget">
178                <property name="name">
179                    <cstring>layout6</cstring>
180                </property>
181                <hbox>
182                    <property name="name">
183                        <cstring>unnamed</cstring>
184                    </property>
185                    <widget class="QPushButton">
186                        <property name="name">
187                            <cstring>RefreshDevicesPushButton</cstring>
188                        </property>
189                        <property name="text">
190                            <string>&amp;Refresh</string>
191                        </property>
192                        <property name="accel">
193                            <string>Alt+R</string>
194                        </property>
195                        <property name="toolTip" stdset="0">
196                            <string>refresh device list view</string>
197                        </property>
198                    </widget>
199                    <spacer>
200                        <property name="name">
201                            <cstring>spacer1</cstring>
202                        </property>
203                        <property name="orientation">
204                            <enum>Horizontal</enum>
205                        </property>
206                        <property name="sizeType">
207                            <enum>Expanding</enum>
208                        </property>
209                        <property name="sizeHint">
210                            <size>
211                                <width>180</width>
212                                <height>20</height>
213                            </size>
214                        </property>
215                    </spacer>
216                    <widget class="QPushButton">
217                        <property name="name">
218                            <cstring>CreateDevicePushButton</cstring>
219                        </property>
220                        <property name="text">
221                            <string>&amp;Create</string>
222                        </property>
223                        <property name="accel">
224                            <string>Alt+C</string>
225                        </property>
226                        <property name="toolTip" stdset="0">
227                            <string>Create current device</string>
228                        </property>
229                    </widget>
230                    <widget class="QPushButton">
231                        <property name="name">
232                            <cstring>DeleteDevicePushButton</cstring>
233                        </property>
234                        <property name="text">
235                            <string>&amp;Delete</string>
236                        </property>
237                        <property name="accel">
238                            <string>Alt+D</string>
239                        </property>
240                        <property name="toolTip" stdset="0">
241                            <string>Delete current device</string>
242                        </property>
243                    </widget>
244                    <widget class="QPushButton">
245                        <property name="name">
246                            <cstring>ClosePushButton</cstring>
247                        </property>
248                        <property name="text">
249                            <string>Close</string>
250                        </property>
251                        <property name="accel">
252                            <string></string>
253                        </property>
254                        <property name="toolTip" stdset="0">
255                            <string>Close this dialog</string>
256                        </property>
257                    </widget>
258                </hbox>
259            </widget>
260        </vbox>
261  </widget>  </widget>
262  <customwidgets>  <customwidgets>
263      <customwidget>      <customwidget>
264          <class>qsamplerDeviceParameterTable</class>          <class>qsamplerDeviceParamTable</class>
265          <header location="global">qsamplerDevice.h</header>          <header location="global">qsamplerDevice.h</header>
266          <sizehint>          <sizehint>
267              <width>-1</width>              <width>-1</width>
# Line 345  Line 279 
279  </customwidgets>  </customwidgets>
280  <images>  <images>
281      <image name="image0">      <image name="image0">
282          <data format="XPM.GZ" length="4462">789c9d97c76e24490e86effd1442f3d65870d2451a0ce6206f5adeb4cc620f8c34f2553225b5a4c1befb46927fe6a1d4c0ccac4287fa8a0c2623e8b27efbb670b6bfb3f0edb72fcf33995dd70bf5953c2d7c6b5eeeefdffffd9f3ffefcf2354916faff385a48befeebcbd783d942bdb03b9db43d3005a048ff948f94937ef54cd72367ca3272ae4c2397ba3f1e59940f47ae958f476e7a9645e56c789ec8c866ff7d64dd2f4be0ccfc91d9c82aa7ab91d53e1be7fd52fd1de532b0d9bb5796f08df99f28375117eb7dd047cf711496f977074ee254e58572d22f95ff504e6307fb9391d51fda5776710efd0f70093e03070f7af60fca795ce1fe5f06367d72e0dafc61e372602a95252c3bff09b8c6f9ce95ebb8313955c6496272b91dd9fc3b556e1367f6a5ed390873d8df554e922276eacf09b834a675e53269b07fd3388d20d7fb4d24e94cee6be3348e0ae5e9c816af03659fc6d8bf074ec12bca759ac49a8ff45db90b72cbcf149cc56a8f347e699c56c69c8125ae947f2a17591c195f2a97fdd2f310b8337dd91ed99ebfda7348cfdaec8be6679664ade993e663e6025b3e7b70175b3eabbdac7615ea2957ee9c37b96cf4ec225781b7c090d321b806eb7e4d478db7d778bac475967f5c19e711ea55efcfa5791c6bfff01d18f5ec9b91554ef1c049acfc044e6d3f6bfeb96cd0970b6597a7c67e32b0e5a3d7fb76799e997fb20c76e63f697c5c913bd48fdeafabf212e78906c6fd6afe39c92bd8eb064e34dfbdf63fe77341bd5c0e6c723a06fbd8cea7fdc3d583dcdf283739ea5156c10dce773730eca7239bbef617d78ecf3b027bbb3f79000ffde27660f387ed3c5dbf54dfe2dd057b56df35b8357daff997c7458cfadf07a31f90f6db3c2b52f3475ec05962fd660b9c23dfb5fe7317e4365f56c18817af80a12f7a9f795e840ea2fb6fc069a2fd85b53ef3a2407ce459598adc98357ff3a65fba9f95dba2c1f3f647d6f38af6cb222f4bdc6f06ae20d7fe59146591587fd80097765ef1239bfc0d8cfdbc36b2f5c365b0c0bee657d83ec8b57e0ae997b2cec3b21f4fe6bff6d7b2df6ef7adf12babaac6f92e8c25b27ecc1f239b7f3a5fca5a86fbd4f95a3681cddf257066f9458f039bbe987e27696af7cfe02cb5f368bcaa28e85b7d5d80f3c4ceb308aee0dfdec8362ff5fc552ce85fbc0e16f8b33c30e2a5f7512552c1bf73b04fb49f7a19d99eaff75565fd527e3516975a3d6a3cab5cd06fa933f691c557349e55e123cc8f4d708c7e1f8d6cf22d30e68fa781e18ff6d3aa1cf4650f9c245e9faff3aeaa7c8679b6087698ff3a0f2af131fa6b0346bf15cde7ca0ffed3043cd46f0c76b87fedcf551dd8fcdb00a33ef90c5ca0beedfe9af07cf3ff10ec30cf96c0c3fcdf0157e0d3916d1e18b7beb47aa007b020dfdb914d5febadea7c9459fc2fc195dd9f2460c13cd4792651b06ffde5192c96af5c823de2a9f927b1cfcc1f99822bdb2f4760d43317608f7ad47c92a45faaaff725a96f501f6b239b7fdaff259433faa9f673913a43fee97c93a6f6c87f7dff91b6aed13f749e48e7dbdcde07b59ffbc877b9e5bbc6df87173e63d1fbf3499321dfa381e1bf3edf87d795c2e6c101d839abcf17700ed6f87a37e8f314ecf07ced0fbe08af3f169f47700ef933b8003f8c6ce79b814bb0f64f5ffa5a341efc643cca1fc195b1d77ee59ba6453c75fef836b0ded7c1ac5f4c7fbd0e66833e0b7baeb9e1f617abe34bbeb21da61f3e79bee61bbee53bbee7094ff9811ff9899fc39af10bbff2cf39fd3a68bff13b7ff0222ff132aff02aaff13a6ff0266ff177de9ed36f782768eff21eeff3011ff25158c77cc23ff894cfc2aef339fd36787211b4238e8376c22967ecc2a798732eb8e4ea93fe3d2f862f88843cd5d4504b1d5dd2155dd30dddfec2fe8497e82e48ef6942537aa0477aa2679a050b2ff44af3e76d794a6ff44e1fc1f6222dd132ad04cd555aa3f5606383363fe93fd056907ca76ddaa15dda0bdafbbc46077418be3da2e34ffa4f74c247f4834ee94c6d0b9dd305451407fd84d24ffa8f94f131b970ca3c681754861d95b084ca142ff5677fa491960fa5934bb9926bb9915b3e923bb997894ce5615e5f1ee5499e83fe4c5ee4557eca9bbccb872cca922ccb8aacfec2fe9aaccb46886b2c9bb225df655b7682f692ecca9eeccfe97772c09b722847722c27c1f3eb70f66bf9116c9fca999ccbc59cfe25bf4a147e32869f591226a384d72b29a5f2ecc98bf77efebc572163b77de35bdff94b7fe5affd8dbff577b2eaeffdc44ffdfc79ffe6fafff4fffe8e7f5ceffffdfdcbff005562c408</data>          <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>
283      </image>      </image>
284  </images>  </images>
285    <connections>
286        <connection>
287            <sender>DeviceListView</sender>
288            <signal>selectionChanged()</signal>
289            <receiver>qsamplerDeviceForm</receiver>
290            <slot>selectDevice()</slot>
291        </connection>
292        <connection>
293            <sender>RefreshDevicesPushButton</sender>
294            <signal>clicked()</signal>
295            <receiver>qsamplerDeviceForm</receiver>
296            <slot>refreshDevices()</slot>
297        </connection>
298        <connection>
299            <sender>DriverNameComboBox</sender>
300            <signal>activated(const QString&amp;)</signal>
301            <receiver>qsamplerDeviceForm</receiver>
302            <slot>selectDriver(const QString&amp;)</slot>
303        </connection>
304        <connection>
305            <sender>CreateDevicePushButton</sender>
306            <signal>clicked()</signal>
307            <receiver>qsamplerDeviceForm</receiver>
308            <slot>createDevice()</slot>
309        </connection>
310        <connection>
311            <sender>DeleteDevicePushButton</sender>
312            <signal>clicked()</signal>
313            <receiver>qsamplerDeviceForm</receiver>
314            <slot>deleteDevice()</slot>
315        </connection>
316        <connection>
317            <sender>ClosePushButton</sender>
318            <signal>clicked()</signal>
319            <receiver>qsamplerDeviceForm</receiver>
320            <slot>close()</slot>
321        </connection>
322    </connections>
323    <tabstops>
324        <tabstop>DeviceListView</tabstop>
325        <tabstop>RefreshDevicesPushButton</tabstop>
326        <tabstop>DriverNameComboBox</tabstop>
327        <tabstop>DeviceParamTable</tabstop>
328        <tabstop>CreateDevicePushButton</tabstop>
329        <tabstop>DeleteDevicePushButton</tabstop>
330        <tabstop>ClosePushButton</tabstop>
331    </tabstops>
332  <includes>  <includes>
333      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>      <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
334      <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>      <include location="local" impldecl="in implementation">qsamplerDeviceForm.ui.h</include>
# Line 359  Line 340 
340      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
341      <variable access="private">int m_iDirtySetup;</variable>      <variable access="private">int m_iDirtySetup;</variable>
342      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
343        <variable access="private">lscp_client_t *m_pClient;</variable>
344        <variable access="private">bool m_bNewDevice;</variable>
345        <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
346  </variables>  </variables>
347  <slots>  <slots>
348      <slot specifier="non virtual">contentsChanged()</slot>      <slot specifier="non virtual">createDevice()</slot>
349        <slot specifier="non virtual">deleteDevice()</slot>
350        <slot specifier="non virtual">refreshDevices()</slot>
351        <slot specifier="non virtual">selectDriver( const QString &amp; sDriverName )</slot>
352        <slot specifier="non virtual">selectDevice()</slot>
353        <slot specifier="non virtual">changeValue( int iRow, int iCol )</slot>
354      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
355  </slots>  </slots>
356  <functions>  <functions>
357      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>
358      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
359      <function specifier="non virtual">setup( qsamplerMainForm *pMainForm )</function>      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
360        <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
361        <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
362  </functions>  </functions>
363  <pixmapinproject/>  <pixmapinproject/>
364  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
365  <includehints>  <includehints>
366      <includehint>qsamplerdeviceparametertable.h</includehint>      <includehint>qsamplerdeviceparamtable.h</includehint>
367  </includehints>  </includehints>
368  </UI>  </UI>

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

  ViewVC Help
Powered by ViewVC