/[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 621 by capela, Fri Apr 1 00:34:58 2005 UTC revision 622 by capela, Thu Jun 9 09:28:20 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>556</width>              <width>570</width>
32              <height>345</height>              <height>361</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# 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 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 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 419  Line 441 
441      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
442      <variable access="private">bool m_bNewDevice;</variable>      <variable access="private">bool m_bNewDevice;</variable>
443      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceType;</variable>
444          <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>      <variable access="private">qsamplerDevice::qsamplerDeviceType m_deviceTypeMode;</variable>
445      <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>      <variable access="private">qsamplerDeviceItem *m_pAudioItems;</variable>
446      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>      <variable access="private">qsamplerDeviceItem *m_pMidiItems;</variable>
447  </variables>  </variables>
448  <signals>  <signals>
449          <signal>devicesChanged()</signal>      <signal>devicesChanged()</signal>
450  </signals>  </signals>
451  <slots>  <slots>
452      <slot specifier="non virtual">createDevice()</slot>      <slot specifier="non virtual">createDevice()</slot>
# Line 445  Line 467 
467      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
468      <function specifier="non virtual">setMainForm( qsamplerMainForm *pMainForm )</function>      <function specifier="non virtual">setMainForm( qsamplerMainForm *pMainForm )</function>
469      <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>      <function specifier="non virtual">setDeviceTypeMode( qsamplerDevice::qsamplerDeviceType deviceType )</function>
470        <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>
471      <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>      <function specifier="non virtual">setDriverName( const QString &amp; sDriverName )</function>
472      <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>      <function specifier="non virtual">setDevice( qsamplerDevice *pDevice )</function>
     <function specifier="non virtual">setClient( lscp_client_t *pClient )</function>  
473  </functions>  </functions>
474  <pixmapinproject/>  <pixmapinproject/>
475  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
 <includehints>  
     <includehint>qsamplerdeviceparamtable.h</includehint>  
     <includehint>qsamplerdeviceparamtable.h</includehint>  
 </includehints>  
476  </UI>  </UI>

Legend:
Removed from v.621  
changed lines
  Added in v.622

  ViewVC Help
Powered by ViewVC