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

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

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

revision 1489 by schoenebeck, Mon Nov 19 03:29:57 2007 UTC revision 1520 by capela, Sat Nov 24 13:22:00 2007 UTC
# Line 56  Line 56 
56     </property>     </property>
57     <item>     <item>
58      <widget class="QPushButton" name="ChannelSetupPushButton" >      <widget class="QPushButton" name="ChannelSetupPushButton" >
59         <property name="minimumSize" >
60          <size>
61           <width>100</width>
62           <height>0</height>
63          </size>
64         </property>
65         <property name="maximumSize" >
66          <size>
67           <width>120</width>
68           <height>32</height>
69          </size>
70         </property>
71       <property name="toolTip" >       <property name="toolTip" >
72        <string>Channel setup</string>        <string>Channel setup</string>
73       </property>       </property>
# Line 68  Line 80 
80       <property name="shortcut" >       <property name="shortcut" >
81        <string>Alt+C</string>        <string>Alt+C</string>
82       </property>       </property>
      <property name="flat" >  
       <bool>false</bool>  
      </property>  
83      </widget>      </widget>
84     </item>     </item>
85     <item>     <item>
# Line 85  Line 94 
94       </property>       </property>
95       <property name="minimumSize" >       <property name="minimumSize" >
96        <size>        <size>
97         <width>200</width>         <width>180</width>
98         <height>0</height>         <height>0</height>
99        </size>        </size>
100       </property>       </property>
# Line 95  Line 104 
104         <height>64</height>         <height>64</height>
105        </size>        </size>
106       </property>       </property>
      <property name="palette" >  
       <palette>  
        <active>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </active>  
        <inactive>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </inactive>  
        <disabled>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </disabled>  
       </palette>  
      </property>  
107       <property name="autoFillBackground" >       <property name="autoFillBackground" >
108        <bool>true</bool>        <bool>true</bool>
109       </property>       </property>
110       <property name="frameShape" >       <property name="frameShape" >
111        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
112       </property>       </property>
113       <property name="frameShadow" >       <property name="frameShadow" >
114        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
# Line 185  Line 130 
130            <verstretch>0</verstretch>            <verstretch>0</verstretch>
131           </sizepolicy>           </sizepolicy>
132          </property>          </property>
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
         </property>  
         <property name="toolTip" >  
          <string>Engine name</string>  
         </property>  
         <property name="text" >  
          <string>--</string>  
         </property>  
         <property name="alignment" >  
          <set>Qt::AlignTop</set>  
         </property>  
         <property name="wordWrap" >  
          <bool>false</bool>  
         </property>  
133         </widget>         </widget>
134        </item>        </item>
135        <item row="1" column="0" >        <item row="1" column="0" >
136         <widget class="QLabel" name="InstrumentNameTextLabel" >         <widget class="QLabel" name="InstrumentNameTextLabel" >
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
         </property>  
137          <property name="toolTip" >          <property name="toolTip" >
138           <string>Instrument name</string>           <string>Instrument name</string>
139          </property>          </property>
# Line 294  Line 153 
153            <height>0</height>            <height>0</height>
154           </size>           </size>
155          </property>          </property>
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
         </property>  
156          <property name="toolTip" >          <property name="toolTip" >
157           <string>MIDI port / channel</string>           <string>MIDI port / channel</string>
158          </property>          </property>
# Line 353  Line 175 
175            <height>0</height>            <height>0</height>
176           </size>           </size>
177          </property>          </property>
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </inactive>  
           <disabled>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>119</red>  
               <green>119</green>  
               <blue>119</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </disabled>  
          </palette>  
         </property>  
178          <property name="toolTip" >          <property name="toolTip" >
179           <string>Instrument load status</string>           <string>Instrument load status</string>
180          </property>          </property>
# Line 412  Line 197 
197       <property name="maximumSize" >       <property name="maximumSize" >
198        <size>        <size>
199         <width>48</width>         <width>48</width>
200         <height>64</height>         <height>32</height>
201        </size>        </size>
202       </property>       </property>
203       <property name="toolTip" >       <property name="toolTip" >
# Line 434  Line 219 
219       <property name="maximumSize" >       <property name="maximumSize" >
220        <size>        <size>
221         <width>48</width>         <width>48</width>
222         <height>64</height>         <height>32</height>
223        </size>        </size>
224       </property>       </property>
225       <property name="toolTip" >       <property name="toolTip" >
# Line 455  Line 240 
240      <widget class="QSlider" name="VolumeSlider" >      <widget class="QSlider" name="VolumeSlider" >
241       <property name="minimumSize" >       <property name="minimumSize" >
242        <size>        <size>
243         <width>120</width>         <width>100</width>
244         <height>0</height>         <height>0</height>
245        </size>        </size>
246       </property>       </property>
247         <property name="maximumSize" >
248          <size>
249           <width>32767</width>
250           <height>32</height>
251          </size>
252         </property>
253       <property name="toolTip" >       <property name="toolTip" >
254        <string>Channel volume</string>        <string>Channel volume</string>
255       </property>       </property>
# Line 480  Line 271 
271      <widget class="QSpinBox" name="VolumeSpinBox" >      <widget class="QSpinBox" name="VolumeSpinBox" >
272       <property name="minimumSize" >       <property name="minimumSize" >
273        <size>        <size>
274         <width>40</width>         <width>60</width>
275         <height>0</height>         <height>0</height>
276        </size>        </size>
277       </property>       </property>
278       <property name="maximumSize" >       <property name="maximumSize" >
279        <size>        <size>
280         <width>60</width>         <width>120</width>
281         <height>32767</height>         <height>24</height>
282        </size>        </size>
283       </property>       </property>
284       <property name="toolTip" >       <property name="toolTip" >
# Line 506  Line 297 
297       <property name="maximumSize" >       <property name="maximumSize" >
298        <size>        <size>
299         <width>48</width>         <width>48</width>
300         <height>64</height>         <height>32</height>
301        </size>        </size>
302       </property>       </property>
303       <property name="toolTip" >       <property name="toolTip" >
# Line 532  Line 323 
323       </property>       </property>
324       <property name="minimumSize" >       <property name="minimumSize" >
325        <size>        <size>
326         <width>100</width>         <width>64</width>
327         <height>0</height>         <height>0</height>
328        </size>        </size>
329       </property>       </property>
330       <property name="maximumSize" >       <property name="maximumSize" >
331        <size>        <size>
332         <width>32767</width>         <width>32767</width>
333         <height>22</height>         <height>24</height>
334        </size>        </size>
335       </property>       </property>
336       <property name="toolTip" >       <property name="toolTip" >
# Line 554  Line 345 
345      <widget class="QLabel" name="StreamVoiceCountTextLabel" >      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
346       <property name="minimumSize" >       <property name="minimumSize" >
347        <size>        <size>
348         <width>60</width>         <width>48</width>
349         <height>0</height>         <height>0</height>
350        </size>        </size>
351       </property>       </property>
352       <property name="maximumSize" >       <property name="maximumSize" >
353        <size>        <size>
354         <width>32767</width>         <width>32767</width>
355         <height>22</height>         <height>32</height>
356        </size>        </size>
357       </property>       </property>
      <property name="palette" >  
       <palette>  
        <active>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </active>  
        <inactive>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </inactive>  
        <disabled>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>119</red>  
            <green>119</green>  
            <blue>119</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </disabled>  
       </palette>  
      </property>  
358       <property name="toolTip" >       <property name="toolTip" >
359        <string>Stream / Voice count</string>        <string>Stream / Voice count</string>
360       </property>       </property>
# Line 662  Line 362 
362        <bool>true</bool>        <bool>true</bool>
363       </property>       </property>
364       <property name="frameShape" >       <property name="frameShape" >
365        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
366       </property>       </property>
367       <property name="frameShadow" >       <property name="frameShadow" >
368        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
# Line 687  Line 387 
387    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
388    <tabstop>VolumeSlider</tabstop>    <tabstop>VolumeSlider</tabstop>
389    <tabstop>VolumeSpinBox</tabstop>    <tabstop>VolumeSpinBox</tabstop>
390      <tabstop>ChannelEditPushButton</tabstop>
391   </tabstops>   </tabstops>
392   <resources>   <resources>
393    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />

Legend:
Removed from v.1489  
changed lines
  Added in v.1520

  ViewVC Help
Powered by ViewVC