/[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 463 by capela, Tue Mar 15 15:32:29 2005 UTC revision 758 by capela, Sun Aug 28 00:31:34 2005 UTC
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>536</width>              <width>570</width>
32              <height>301</height>              <height>361</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 41  Line 41 
41          </sizepolicy>          </sizepolicy>
42      </property>      </property>
43      <property name="caption">      <property name="caption">
44          <string>Devices</string>          <string>Qsampler: Devices</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerDevice.png</pixmap>          <pixmap>qsamplerDevice.png</pixmap>
# Line 100  Line 100 
100                  </property>                  </property>
101                  <widget class="QLayoutWidget">                  <widget class="QLayoutWidget">
102                      <property name="name">                      <property name="name">
103                          <cstring>layout4</cstring>                          <cstring>layout2</cstring>
104                      </property>                      </property>
105                      <grid>                      <grid>
106                          <property name="name">                          <property name="name">
# Line 158  Line 158 
158                              </property>                              </property>
159                              <property name="minimumSize">                              <property name="minimumSize">
160                                  <size>                                  <size>
161                                      <width>360</width>                                      <width>380</width>
162                                      <height>120</height>                                      <height>160</height>
163                                  </size>                                  </size>
164                              </property>                              </property>
165                              <property name="focusPolicy">                              <property name="focusPolicy">
# Line 181  Line 181 
181                  </widget>                  </widget>
182                  <widget class="QLayoutWidget">                  <widget class="QLayoutWidget">
183                      <property name="name">                      <property name="name">
184                          <cstring>layout5</cstring>                          <cstring>layout3</cstring>
185                      </property>                      </property>
186                      <vbox>                      <grid>
187                          <property name="name">                          <property name="name">
188                              <cstring>unnamed</cstring>                              <cstring>unnamed</cstring>
189                          </property>                          </property>
190                          <widget class="QComboBox">                          <widget class="qsamplerDeviceParamTable" row="1" column="0" rowspan="1" colspan="2">
                             <property name="name">  
                                 <cstring>DevicePortComboBox</cstring>  
                             </property>  
                             <property name="toolTip" stdset="0">  
                                 <string>Device port/channel</string>  
                             </property>  
                         </widget>  
                         <widget class="qsamplerDeviceParamTable">  
191                              <property name="name">                              <property name="name">
192                                  <cstring>DevicePortParamTable</cstring>                                  <cstring>DevicePortParamTable</cstring>
193                              </property>                              </property>
# Line 209  Line 201 
201                              </property>                              </property>
202                              <property name="minimumSize">                              <property name="minimumSize">
203                                  <size>                                  <size>
204                                      <width>360</width>                                      <width>380</width>
205                                      <height>80</height>                                      <height>80</height>
206                                  </size>                                  </size>
207                              </property>                              </property>
# Line 220  Line 212 
212                                  <string>Device port/channel parameters</string>                                  <string>Device port/channel parameters</string>
213                              </property>                              </property>
214                          </widget>                          </widget>
215                      </vbox>                          <widget class="QLabel" row="0" column="0">
216                                <property name="name">
217                                    <cstring>DevicePortTextLabel</cstring>
218                                </property>
219                                <property name="text">
220                                    <string>Channel:</string>
221                                </property>
222                                <property name="alignment">
223                                    <set>AlignVCenter|AlignRight</set>
224                                </property>
225                                <property name="buddy" stdset="0">
226                                    <cstring>DevicePortComboBox</cstring>
227                                </property>
228                            </widget>
229                            <widget class="QComboBox" row="0" column="1">
230                                <property name="name">
231                                    <cstring>DevicePortComboBox</cstring>
232                                </property>
233                                <property name="sizePolicy">
234                                    <sizepolicy>
235                                        <hsizetype>7</hsizetype>
236                                        <vsizetype>0</vsizetype>
237                                        <horstretch>0</horstretch>
238                                        <verstretch>0</verstretch>
239                                    </sizepolicy>
240                                </property>
241                                <property name="toolTip" stdset="0">
242                                    <string>Device port/channel</string>
243                                </property>
244                            </widget>
245                        </grid>
246                  </widget>                  </widget>
247              </widget>              </widget>
248          </widget>          </widget>
249          <widget class="QLayoutWidget">          <widget class="QLayoutWidget">
250              <property name="name">              <property name="name">
251                  <cstring>layout6</cstring>                  <cstring>layout1</cstring>
252              </property>              </property>
253              <hbox>              <hbox>
254                  <property name="name">                  <property name="name">
# Line 246  Line 268 
268                          <iconset>formRefresh.png</iconset>                          <iconset>formRefresh.png</iconset>
269                      </property>                      </property>
270                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
271                          <string>refresh device list view</string>                          <string>Refresh device list view</string>
272                      </property>                      </property>
273                  </widget>                  </widget>
274                  <spacer>                  <spacer>
# Line 280  Line 302 
302                          <iconset>deviceCreate.png</iconset>                          <iconset>deviceCreate.png</iconset>
303                      </property>                      </property>
304                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
305                          <string>Create current device</string>                          <string>Create device</string>
306                      </property>                      </property>
307                  </widget>                  </widget>
308                  <widget class="QPushButton">                  <widget class="QPushButton">
# Line 297  Line 319 
319                          <iconset>deviceDelete.png</iconset>                          <iconset>deviceDelete.png</iconset>
320                      </property>                      </property>
321                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
322                          <string>Delete current device</string>                          <string>Delete device</string>
323                      </property>                      </property>
324                  </widget>                  </widget>
325                  <widget class="QPushButton">                  <widget class="QPushButton">
# Line 336  Line 358 
358              <horstretch>0</horstretch>              <horstretch>0</horstretch>
359              <verstretch>0</verstretch>              <verstretch>0</verstretch>
360          </sizepolicy>          </sizepolicy>
         <pixmap>image0</pixmap>  
361      </customwidget>      </customwidget>
362  </customwidgets>  </customwidgets>
 <images>  
     <image name="image0">  
         <data format="XPM.GZ" length="45">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f</data>  
     </image>  
 </images>  
363  <connections>  <connections>
364      <connection>      <connection>
365          <sender>DeviceListView</sender>          <sender>DeviceListView</sender>
# Line 414  Line 430 
430  </forwards>  </forwards>
431  <variables>  <variables>
432      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>      <variable access="private">qsamplerMainForm *m_pMainForm;</variable>
     <variable access="private">int m_iDirtySetup;</variable>  
433      <variable access="private">lscp_client_t *m_pClient;</variable>      <variable access="private">lscp_client_t *m_pClient;</variable>
434        <variable access="private">int m_iDirtySetup;</variable>
435        <variable access="private">int m_iDirtyCount;</variable>
436      <variable access="private">bool m_bNewDevice;</variable>      <variable access="private">bool m_bNewDevice;</variable>
437      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
438        <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>
439      <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>      <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>
440      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
441  </variables>  </variables>
442    <signals>
443        <signal>devicesChanged()</signal>
444    </signals>
445  <slots>  <slots>
446      <slot specifier="non virtual">createDevice()</slot>      <slot specifier="non virtual">createDevice()</slot>
447      <slot specifier="non virtual">deleteDevice()</slot>      <slot specifier="non virtual">deleteDevice()</slot>
# Line 438  Line 459 
459      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
460      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
461      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
462        <function specifier="non virtual">setMainForm( qsamplerMainForm *pMainForm )</function>
463        <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>
464      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>      <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
465        <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>
466        <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>
467  </functions>  </functions>
468  <pixmapinproject/>  <pixmapinproject/>
469  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
 <includehints>  
     <includehint>qsamplerdeviceparamtable.h</includehint>  
     <includehint>qsamplerdeviceparamtable.h</includehint>  
 </includehints>  
470  </UI>  </UI>

Legend:
Removed from v.463  
changed lines
  Added in v.758

  ViewVC Help
Powered by ViewVC