/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 760 by capela, Sun Aug 28 12:15:16 2005 UTC revision 824 by capela, Fri Dec 23 01:40:56 2005 UTC
# Line 97  Line 97 
97                  <cstring>InstrumentFileComboBox</cstring>                  <cstring>InstrumentFileComboBox</cstring>
98              </property>              </property>
99          </widget>          </widget>
100          <widget class="QPushButton" row="1" column="2">          <widget class="QToolButton" row="1" column="2">
101              <property name="name">              <property name="name">
102                  <cstring>InstrumentFilePushButton</cstring>                  <cstring>InstrumentFileToolButton</cstring>
103              </property>              </property>
104              <property name="sizePolicy">              <property name="sizePolicy">
105                  <sizepolicy>                  <sizepolicy>
# Line 121  Line 121 
121                      <height>26</height>                      <height>26</height>
122                  </size>                  </size>
123              </property>              </property>
124                            <property name="focusPolicy">
125                                    <enum>TabFocus</enum>
126                            </property>
127              <property name="text">              <property name="text">
128                  <string></string>                  <string></string>
129              </property>              </property>
# Line 441  Line 444 
444                                  <string>MIDI input device</string>                                  <string>MIDI input device</string>
445                              </property>                              </property>
446                          </widget>                          </widget>
447                          <widget class="QPushButton">                          <widget class="QToolButton">
448                              <property name="name">                              <property name="name">
449                                  <cstring>MidiDevicePushButton</cstring>                                  <cstring>MidiDeviceToolButton</cstring>
450                              </property>                              </property>
451                              <property name="sizePolicy">                              <property name="sizePolicy">
452                                  <sizepolicy>                                  <sizepolicy>
# Line 465  Line 468 
468                                      <height>26</height>                                      <height>26</height>
469                                  </size>                                  </size>
470                              </property>                              </property>
471                                                            <property name="focusPolicy">
472                                                                    <enum>TabFocus</enum>
473                                                            </property>
474                              <property name="text">                              <property name="text">
475                                  <string></string>                                  <string></string>
476                              </property>                              </property>
# Line 637  Line 643 
643                                  <string>Audio output device</string>                                  <string>Audio output device</string>
644                              </property>                              </property>
645                          </widget>                          </widget>
646                          <widget class="QPushButton">                          <widget class="QToolButton">
647                              <property name="name">                              <property name="name">
648                                  <cstring>AudioDevicePushButton</cstring>                                  <cstring>AudioDeviceToolButton</cstring>
649                              </property>                              </property>
650                              <property name="sizePolicy">                              <property name="sizePolicy">
651                                  <sizepolicy>                                  <sizepolicy>
# Line 661  Line 667 
667                                      <height>26</height>                                      <height>26</height>
668                                  </size>                                  </size>
669                              </property>                              </property>
670                                                            <property name="focusPolicy">
671                                                                    <enum>TabFocus</enum>
672                                                            </property>
673                              <property name="text">                              <property name="text">
674                                  <string></string>                                  <string></string>
675                              </property>                              </property>
# Line 739  Line 748 
748          <slot>updateInstrumentName()</slot>          <slot>updateInstrumentName()</slot>
749      </connection>      </connection>
750      <connection>      <connection>
751          <sender>InstrumentFilePushButton</sender>          <sender>InstrumentFileToolButton</sender>
752          <signal>clicked()</signal>          <signal>clicked()</signal>
753          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
754          <slot>openInstrumentFile()</slot>          <slot>openInstrumentFile()</slot>
# Line 799  Line 808 
808          <slot>reject()</slot>          <slot>reject()</slot>
809      </connection>      </connection>
810      <connection>      <connection>
811          <sender>MidiDevicePushButton</sender>          <sender>MidiDeviceToolButton</sender>
812          <signal>clicked()</signal>          <signal>clicked()</signal>
813          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
814          <slot>setupMidiDevice()</slot>          <slot>setupMidiDevice()</slot>
815      </connection>      </connection>
816      <connection>      <connection>
817          <sender>AudioDevicePushButton</sender>          <sender>AudioDeviceToolButton</sender>
818          <signal>clicked()</signal>          <signal>clicked()</signal>
819          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
820          <slot>setupAudioDevice()</slot>          <slot>setupAudioDevice()</slot>
# Line 814  Line 823 
823  <tabstops>  <tabstops>
824      <tabstop>EngineNameComboBox</tabstop>      <tabstop>EngineNameComboBox</tabstop>
825      <tabstop>InstrumentFileComboBox</tabstop>      <tabstop>InstrumentFileComboBox</tabstop>
826      <tabstop>InstrumentFilePushButton</tabstop>      <tabstop>InstrumentFileToolButton</tabstop>
827      <tabstop>InstrumentNrComboBox</tabstop>      <tabstop>InstrumentNrComboBox</tabstop>
828      <tabstop>MidiDriverComboBox</tabstop>      <tabstop>MidiDriverComboBox</tabstop>
829      <tabstop>MidiPortSpinBox</tabstop>      <tabstop>MidiPortSpinBox</tabstop>
830      <tabstop>MidiChannelComboBox</tabstop>      <tabstop>MidiChannelComboBox</tabstop>
831      <tabstop>MidiDeviceComboBox</tabstop>      <tabstop>MidiDeviceComboBox</tabstop>
832      <tabstop>MidiDevicePushButton</tabstop>      <tabstop>MidiDeviceToolButton</tabstop>
833      <tabstop>AudioDriverComboBox</tabstop>      <tabstop>AudioDriverComboBox</tabstop>
834      <tabstop>AudioDeviceComboBox</tabstop>      <tabstop>AudioDeviceComboBox</tabstop>
835      <tabstop>AudioDevicePushButton</tabstop>      <tabstop>AudioDeviceToolButton</tabstop>
836      <tabstop>AudioRoutingTable</tabstop>      <tabstop>AudioRoutingTable</tabstop>
837      <tabstop>OkPushButton</tabstop>      <tabstop>OkPushButton</tabstop>
838      <tabstop>CancelPushButton</tabstop>      <tabstop>CancelPushButton</tabstop>

Legend:
Removed from v.760  
changed lines
  Added in v.824

  ViewVC Help
Powered by ViewVC