/[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 1528 by capela, Mon Nov 26 18:24:38 2007 UTC revision 2107 by capela, Sat Jul 10 09:47:33 2010 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-2010, 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 45  Line 45 
45     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
46    </property>    </property>
47    <property name="windowIcon" >    <property name="windowIcon" >
48     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>     <iconset resource="qsampler.qrc" >:/images/qsamplerChannel.png</iconset>
49    </property>    </property>
50    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
51     <property name="margin" >     <property name="margin" >
# Line 94  Line 94 
94          <string/>          <string/>
95         </property>         </property>
96         <property name="icon" >         <property name="icon" >
97          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>          <iconset resource="qsampler.qrc" >:/images/fileOpen.png</iconset>
98         </property>         </property>
99        </widget>        </widget>
100       </item>       </item>
# Line 275  Line 275 
275             <string/>             <string/>
276            </property>            </property>
277            <property name="icon" >            <property name="icon" >
278             <iconset resource="../icons/qsampler.qrc" >:/icons/midi1.png</iconset>             <iconset resource="qsampler.qrc" >:/images/midi1.png</iconset>
279            </property>            </property>
280           </widget>           </widget>
281          </item>          </item>
# Line 620  Line 620 
620               <string/>               <string/>
621              </property>              </property>
622              <property name="icon" >              <property name="icon" >
623               <iconset resource="../icons/qsampler.qrc" >:/icons/audio1.png</iconset>               <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
624              </property>              </property>
625             </widget>             </widget>
626            </item>            </item>
# Line 726  Line 726 
726      </widget>      </widget>
727     </item>     </item>
728     <item>     <item>
729      <layout class="QHBoxLayout" >      <widget class="QDialogButtonBox" name="DialogButtonBox">
730       <property name="margin" >       <property name="orientation">
731        <number>0</number>        <enum>Qt::Horizontal</enum>
732       </property>       </property>
733       <property name="spacing" >       <property name="standardButtons">
734        <number>4</number>        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
735       </property>       </property>
736       <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>  
737     </item>     </item>
738    </layout>    </layout>
739   </widget>   </widget>
# Line 779  Line 743 
743    <tabstop>InstrumentFileComboBox</tabstop>    <tabstop>InstrumentFileComboBox</tabstop>
744    <tabstop>InstrumentFileToolButton</tabstop>    <tabstop>InstrumentFileToolButton</tabstop>
745    <tabstop>InstrumentNrComboBox</tabstop>    <tabstop>InstrumentNrComboBox</tabstop>
746    <tabstop>OkPushButton</tabstop>    <tabstop>DialogButtonBox</tabstop>
   <tabstop>CancelPushButton</tabstop>  
747   </tabstops>   </tabstops>
748   <resources>   <resources>
749    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
750   </resources>   </resources>
751  </ui>  </ui>

Legend:
Removed from v.1528  
changed lines
  Added in v.2107

  ViewVC Help
Powered by ViewVC