/[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 1519 by capela, Sat Nov 24 13:06:19 2007 UTC revision 3435 by capela, Mon Dec 3 12:04:14 2018 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
3   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2018, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 30  Line 30 
30      <height>320</height>      <height>320</height>
31     </rect>     </rect>
32    </property>    </property>
   <property name="sizePolicy" >  
    <sizepolicy>  
     <hsizetype>7</hsizetype>  
     <vsizetype>1</vsizetype>  
     <horstretch>0</horstretch>  
     <verstretch>0</verstretch>  
    </sizepolicy>  
   </property>  
33    <property name="focusPolicy" >    <property name="focusPolicy" >
34     <enum>Qt::StrongFocus</enum>     <enum>Qt::StrongFocus</enum>
35    </property>    </property>
# Line 45  Line 37 
37     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
38    </property>    </property>
39    <property name="windowIcon" >    <property name="windowIcon" >
40     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>     <iconset resource="qsampler.qrc" >:/images/qsamplerChannel.png</iconset>
41    </property>    </property>
42    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
43     <property name="margin" >     <property name="margin" >
44      <number>9</number>      <number>8</number>
45     </property>     </property>
46     <property name="spacing" >     <property name="spacing" >
47      <number>6</number>      <number>4</number>
48     </property>     </property>
49     <item>     <item>
50      <layout class="QGridLayout" >      <layout class="QGridLayout" >
      <property name="margin" >  
       <number>0</number>  
      </property>  
      <property name="spacing" >  
       <number>6</number>  
      </property>  
51       <item row="1" column="2" >       <item row="1" column="2" >
52        <widget class="QToolButton" name="InstrumentFileToolButton" >        <widget class="QToolButton" name="InstrumentFileToolButton" >
53         <property name="sizePolicy" >         <property name="sizePolicy" >
# Line 94  Line 80 
80          <string/>          <string/>
81         </property>         </property>
82         <property name="icon" >         <property name="icon" >
83          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>          <iconset resource="qsampler.qrc" >:/images/fileOpen.png</iconset>
84         </property>         </property>
85        </widget>        </widget>
86       </item>       </item>
# Line 135  Line 121 
121         </property>         </property>
122        </widget>        </widget>
123       </item>       </item>
124       <item row="0" column="1" colspan="2" >       <item row="0" column="1" colspan="1" >
125        <widget class="QComboBox" name="EngineNameComboBox" >        <widget class="QComboBox" name="EngineNameComboBox" >
126         <property name="sizePolicy" >         <property name="sizePolicy" >
127          <sizepolicy>          <sizepolicy>
# Line 275  Line 261 
261             <string/>             <string/>
262            </property>            </property>
263            <property name="icon" >            <property name="icon" >
264             <iconset resource="../icons/qsampler.qrc" >:/icons/midi1.png</iconset>             <iconset resource="qsampler.qrc" >:/images/midi1.png</iconset>
265            </property>            </property>
266           </widget>           </widget>
267          </item>          </item>
# Line 620  Line 606 
606               <string/>               <string/>
607              </property>              </property>
608              <property name="icon" >              <property name="icon" >
609               <iconset resource="../icons/qsampler.qrc" >:/icons/audio1.png</iconset>               <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
610              </property>              </property>
611             </widget>             </widget>
612            </item>            </item>
# Line 726  Line 712 
712      </widget>      </widget>
713     </item>     </item>
714     <item>     <item>
715      <layout class="QHBoxLayout" >      <widget class="QDialogButtonBox" name="DialogButtonBox">
716       <property name="margin" >       <property name="orientation">
717        <number>0</number>        <enum>Qt::Horizontal</enum>
718       </property>       </property>
719       <property name="spacing" >       <property name="standardButtons">
720        <number>4</number>        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
721       </property>       </property>
722       <item>      </widget>
       <spacer>  
        <property name="orientation" >  
         <enum>Qt::Horizontal</enum>  
        </property>  
        <property name="sizeType" >  
         <enum>QSizePolicy::Expanding</enum>  
        </property>  
        <property name="sizeHint" >  
         <size>  
          <width>8</width>  
          <height>8</height>  
         </size>  
        </property>  
       </spacer>  
      </item>  
      <item>  
       <widget class="QPushButton" name="OkPushButton" >  
        <property name="text" >  
         <string>OK</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>  
        </property>  
       </widget>  
      </item>  
      <item>  
       <widget class="QPushButton" name="CancelPushButton" >  
        <property name="text" >  
         <string>Cancel</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>  
        </property>  
       </widget>  
      </item>  
     </layout>  
723     </item>     </item>
724    </layout>    </layout>
725   </widget>   </widget>
726   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="8" />
727   <tabstops>   <tabstops>
728    <tabstop>EngineNameComboBox</tabstop>    <tabstop>EngineNameComboBox</tabstop>
729    <tabstop>InstrumentFileComboBox</tabstop>    <tabstop>InstrumentFileComboBox</tabstop>
730    <tabstop>InstrumentFileToolButton</tabstop>    <tabstop>InstrumentFileToolButton</tabstop>
731    <tabstop>InstrumentNrComboBox</tabstop>    <tabstop>InstrumentNrComboBox</tabstop>
732    <tabstop>OkPushButton</tabstop>    <tabstop>DialogButtonBox</tabstop>
   <tabstop>CancelPushButton</tabstop>  
733   </tabstops>   </tabstops>
734   <resources>   <resources>
735    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
736   </resources>   </resources>
737  </ui>  </ui>

Legend:
Removed from v.1519  
changed lines
  Added in v.3435

  ViewVC Help
Powered by ViewVC