/[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 254 by capela, Tue Jul 6 10:54:45 2004 UTC revision 255 by capela, Tue Sep 28 16:17:43 2004 UTC
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>424</width>              <width>430</width>
32              <height>268</height>              <height>255</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 159  Line 159 
159                      <verstretch>0</verstretch>                      <verstretch>0</verstretch>
160                  </sizepolicy>                  </sizepolicy>
161              </property>              </property>
162                <property name="minimumSize">
163                    <size>
164                        <width>320</width>
165                        <height>0</height>
166                    </size>
167                </property>
168              <property name="editable">              <property name="editable">
169                  <bool>true</bool>                  <bool>true</bool>
170              </property>              </property>
# Line 166  Line 172 
172                  <string>Instrument filename</string>                  <string>Instrument filename</string>
173              </property>              </property>
174          </widget>          </widget>
         <spacer row="3" column="0" rowspan="2" colspan="1">  
             <property name="name">  
                 <cstring>spacer1</cstring>  
             </property>  
             <property name="orientation">  
                 <enum>Vertical</enum>  
             </property>  
             <property name="sizeType">  
                 <enum>Expanding</enum>  
             </property>  
             <property name="sizeHint">  
                 <size>  
                     <width>8</width>  
                     <height>8</height>  
                 </size>  
             </property>  
         </spacer>  
175          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">
176              <property name="name">              <property name="name">
177                  <cstring>layout1</cstring>                  <cstring>layout1</cstring>
# Line 289  Line 278 
278                  </sizepolicy>                  </sizepolicy>
279              </property>              </property>
280              <property name="title">              <property name="title">
281                  <string>&amp;MIDI/Input</string>                  <string>MIDI / Input</string>
282              </property>              </property>
283              <hbox>              <hbox>
284                  <property name="name">                  <property name="name">
# Line 361  Line 350 
350                          <set>AlignVCenter|AlignRight</set>                          <set>AlignVCenter|AlignRight</set>
351                      </property>                      </property>
352                      <property name="buddy" stdset="0">                      <property name="buddy" stdset="0">
353                          <cstring>MidiChannelSpinBox</cstring>                          <cstring>MidiChannelComboBox</cstring>
354                      </property>                      </property>
355                  </widget>                  </widget>
356                  <widget class="QSpinBox">                  <widget class="QComboBox">
357                        <item>
358                            <property name="text">
359                                <string>All</string>
360                            </property>
361                        </item>
362                        <item>
363                            <property name="text">
364                                <string>1</string>
365                            </property>
366                        </item>
367                        <item>
368                            <property name="text">
369                                <string>2</string>
370                            </property>
371                        </item>
372                        <item>
373                            <property name="text">
374                                <string>3</string>
375                            </property>
376                        </item>
377                        <item>
378                            <property name="text">
379                                <string>4</string>
380                            </property>
381                        </item>
382                        <item>
383                            <property name="text">
384                                <string>5</string>
385                            </property>
386                        </item>
387                        <item>
388                            <property name="text">
389                                <string>6</string>
390                            </property>
391                        </item>
392                        <item>
393                            <property name="text">
394                                <string>7</string>
395                            </property>
396                        </item>
397                        <item>
398                            <property name="text">
399                                <string>8</string>
400                            </property>
401                        </item>
402                        <item>
403                            <property name="text">
404                                <string>9</string>
405                            </property>
406                        </item>
407                        <item>
408                            <property name="text">
409                                <string>10</string>
410                            </property>
411                        </item>
412                        <item>
413                            <property name="text">
414                                <string>11</string>
415                            </property>
416                        </item>
417                        <item>
418                            <property name="text">
419                                <string>12</string>
420                            </property>
421                        </item>
422                        <item>
423                            <property name="text">
424                                <string>13</string>
425                            </property>
426                        </item>
427                        <item>
428                            <property name="text">
429                                <string>14</string>
430                            </property>
431                        </item>
432                        <item>
433                            <property name="text">
434                                <string>15</string>
435                            </property>
436                        </item>
437                        <item>
438                            <property name="text">
439                                <string>16</string>
440                            </property>
441                        </item>
442                      <property name="name">                      <property name="name">
443                          <cstring>MidiChannelSpinBox</cstring>                          <cstring>MidiChannelComboBox</cstring>
                     </property>  
                     <property name="maxValue">  
                         <number>16</number>  
                     </property>  
                     <property name="minValue">  
                         <number>0</number>  
444                      </property>                      </property>
445                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
446                          <string>MIDI input channel</string>                          <string>MIDI input channel</string>
# Line 410  Line 478 
478                  </sizepolicy>                  </sizepolicy>
479              </property>              </property>
480              <property name="title">              <property name="title">
481                  <string>&amp;Audio/Output</string>                  <string>Audio / Output</string>
482              </property>              </property>
483              <property name="alignment">              <property name="alignment">
484                  <set>AlignAuto</set>                  <set>AlignAuto</set>
# Line 516  Line 584 
584          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
585      </connection>      </connection>
586      <connection>      <connection>
587          <sender>MidiChannelSpinBox</sender>          <sender>MidiChannelComboBox</sender>
588          <signal>valueChanged(int)</signal>          <signal>activated(int)</signal>
589          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
590          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
591      </connection>      </connection>
# Line 547  Line 615 
615      <tabstop>InstrumentNrSpinBox</tabstop>      <tabstop>InstrumentNrSpinBox</tabstop>
616      <tabstop>MidiDriverComboBox</tabstop>      <tabstop>MidiDriverComboBox</tabstop>
617      <tabstop>MidiPortSpinBox</tabstop>      <tabstop>MidiPortSpinBox</tabstop>
618      <tabstop>MidiChannelSpinBox</tabstop>      <tabstop>MidiChannelComboBox</tabstop>
619      <tabstop>AudioDriverComboBox</tabstop>      <tabstop>AudioDriverComboBox</tabstop>
620      <tabstop>OkPushButton</tabstop>      <tabstop>OkPushButton</tabstop>
621      <tabstop>CancelPushButton</tabstop>      <tabstop>CancelPushButton</tabstop>

Legend:
Removed from v.254  
changed lines
  Added in v.255

  ViewVC Help
Powered by ViewVC