/[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 298 by capela, Tue Nov 16 15:26:18 2004 UTC revision 299 by capela, Wed Nov 17 15:41:58 2004 UTC
# Line 93  Line 93 
93          </widget>          </widget>
94          <widget class="QLabel" row="1" column="0">          <widget class="QLabel" row="1" column="0">
95              <property name="name">              <property name="name">
96                  <cstring>InstrumentTextLabel</cstring>                  <cstring>InstrumentFileTextLabel</cstring>
97              </property>              </property>
98              <property name="sizePolicy">              <property name="sizePolicy">
99                  <sizepolicy>                  <sizepolicy>
# Line 104  Line 104 
104                  </sizepolicy>                  </sizepolicy>
105              </property>              </property>
106              <property name="text">              <property name="text">
107                  <string>&amp;Instrument:</string>                  <string>&amp;File:</string>
108              </property>              </property>
109              <property name="alignment">              <property name="alignment">
110                  <set>AlignVCenter|AlignRight</set>                  <set>AlignVCenter|AlignRight</set>
# Line 221  Line 221 
221                  </widget>                  </widget>
222              </hbox>              </hbox>
223          </widget>          </widget>
224          <widget class="QSpinBox" row="2" column="1">          <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3">
225              <property name="name">              <property name="name">
226                  <cstring>InstrumentNrSpinBox</cstring>                  <cstring>InstrumentNrComboBox</cstring>
227              </property>              </property>
228              <property name="maximumSize">              <property name="sizePolicy">
229                    <sizepolicy>
230                        <hsizetype>7</hsizetype>
231                        <vsizetype>0</vsizetype>
232                        <horstretch>0</horstretch>
233                        <verstretch>0</verstretch>
234                    </sizepolicy>
235                </property>
236                <property name="minimumSize">
237                  <size>                  <size>
238                      <width>40</width>                      <width>320</width>
239                      <height>32767</height>                      <height>0</height>
240                  </size>                  </size>
241              </property>              </property>
242              <property name="toolTip" stdset="0">              <property name="toolTip" stdset="0">
243                  <string>Instrument index</string>                  <string>Instrument name</string>
244              </property>              </property>
245          </widget>          </widget>
246          <widget class="QLabel" row="2" column="0">          <widget class="QLabel" row="2" column="0">
# Line 240  Line 248 
248                  <cstring>InstrumentNrTextLabel</cstring>                  <cstring>InstrumentNrTextLabel</cstring>
249              </property>              </property>
250              <property name="text">              <property name="text">
251                  <string>Inde&amp;x:</string>                  <string>&amp;Instrument:</string>
252              </property>              </property>
253              <property name="alignment">              <property name="alignment">
254                  <set>AlignVCenter|AlignRight</set>                  <set>AlignVCenter|AlignRight</set>
255              </property>              </property>
256              <property name="buddy" stdset="0">              <property name="buddy" stdset="0">
257                  <cstring>InstrumentNrSpinBox</cstring>                  <cstring>InstrumentNrComboBox</cstring>
             </property>  
         </widget>  
         <widget class="QLabel" row="2" column="2" rowspan="1" colspan="2">  
             <property name="name">  
                 <cstring>InstrumentNameTextLabel</cstring>  
             </property>  
             <property name="sizePolicy">  
                 <sizepolicy>  
                     <hsizetype>1</hsizetype>  
                     <vsizetype>5</vsizetype>  
                     <horstretch>0</horstretch>  
                     <verstretch>0</verstretch>  
                 </sizepolicy>  
             </property>  
             <property name="toolTip" stdset="0">  
                 <string>Instrument name</string>  
258              </property>              </property>
259          </widget>          </widget>
260          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">
# Line 566  Line 558 
558          <slot>openInstrumentFile()</slot>          <slot>openInstrumentFile()</slot>
559      </connection>      </connection>
560      <connection>      <connection>
         <sender>InstrumentNrSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerChannelForm</receiver>  
         <slot>updateInstrumentName()</slot>  
     </connection>  
     <connection>  
561          <sender>MidiDriverComboBox</sender>          <sender>MidiDriverComboBox</sender>
562          <signal>activated(int)</signal>          <signal>activated(int)</signal>
563          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
# Line 612  Line 598 
598      <tabstop>EngineNameComboBox</tabstop>      <tabstop>EngineNameComboBox</tabstop>
599      <tabstop>InstrumentFileComboBox</tabstop>      <tabstop>InstrumentFileComboBox</tabstop>
600      <tabstop>InstrumentFilePushButton</tabstop>      <tabstop>InstrumentFilePushButton</tabstop>
601      <tabstop>InstrumentNrSpinBox</tabstop>      <tabstop>InstrumentNrComboBox</tabstop>
602      <tabstop>MidiDriverComboBox</tabstop>      <tabstop>MidiDriverComboBox</tabstop>
603      <tabstop>MidiPortSpinBox</tabstop>      <tabstop>MidiPortSpinBox</tabstop>
604      <tabstop>MidiChannelComboBox</tabstop>      <tabstop>MidiChannelComboBox</tabstop>

Legend:
Removed from v.298  
changed lines
  Added in v.299

  ViewVC Help
Powered by ViewVC