/[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 1507 by capela, Wed Nov 21 23:22:18 2007 UTC revision 2074 by capela, Mon Mar 29 17:00:30 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 26  Line 26 
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>450</width>      <width>460</width>
30      <height>484</height>      <height>320</height>
31     </rect>     </rect>
32    </property>    </property>
33    <property name="sizePolicy" >    <property name="sizePolicy" >
# 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 135  Line 135 
135         </property>         </property>
136        </widget>        </widget>
137       </item>       </item>
138       <item row="0" column="1" colspan="2" >       <item row="0" column="1" colspan="1" >
139        <widget class="QComboBox" name="EngineNameComboBox" >        <widget class="QComboBox" name="EngineNameComboBox" >
140         <property name="sizePolicy" >         <property name="sizePolicy" >
141          <sizepolicy>          <sizepolicy>
# 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 702  Line 702 
702         </layout>         </layout>
703        </item>        </item>
704        <item>        <item>
705         <widget class="QTableView" name="AudioRoutingTable" />         <widget class="QTableView" name="AudioRoutingTable" >
706            <property name="sizePolicy" >
707             <sizepolicy>
708              <hsizetype>7</hsizetype>
709              <vsizetype>7</vsizetype>
710              <horstretch>0</horstretch>
711              <verstretch>0</verstretch>
712             </sizepolicy>
713            </property>
714            <property name="toolTip" >
715             <string>Audio routing table</string>
716            </property>
717            <property name="minimumSize" >
718             <size>
719              <width>320</width>
720              <height>80</height>
721             </size>
722            </property>
723           </widget>
724        </item>        </item>
725       </layout>       </layout>
726      </widget>      </widget>
# Line 737  Line 755 
755          <string>OK</string>          <string>OK</string>
756         </property>         </property>
757         <property name="icon" >         <property name="icon" >
758          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>          <iconset resource="qsampler.qrc" >:/images/formAccept.png</iconset>
759         </property>         </property>
760        </widget>        </widget>
761       </item>       </item>
# Line 747  Line 765 
765          <string>Cancel</string>          <string>Cancel</string>
766         </property>         </property>
767         <property name="icon" >         <property name="icon" >
768          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>          <iconset resource="qsampler.qrc" >:/images/formReject.png</iconset>
769         </property>         </property>
770        </widget>        </widget>
771       </item>       </item>
# Line 765  Line 783 
783    <tabstop>CancelPushButton</tabstop>    <tabstop>CancelPushButton</tabstop>
784   </tabstops>   </tabstops>
785   <resources>   <resources>
786    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
787   </resources>   </resources>
788  </ui>  </ui>

Legend:
Removed from v.1507  
changed lines
  Added in v.2074

  ViewVC Help
Powered by ViewVC