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

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

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

revision 1462 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1463 by capela, Thu Nov 1 13:01:27 2007 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) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 41  Line 41 
41     <string>Qsampler: Options</string>     <string>Qsampler: Options</string>
42    </property>    </property>
43    <property name="windowIcon" >    <property name="windowIcon" >
44     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsampler.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsampler.png</iconset>
45    </property>    </property>
46    <property name="sizeGripEnabled" >    <property name="sizeGripEnabled" >
47     <bool>true</bool>     <bool>true</bool>
# Line 83  Line 83 
83          <string>OK</string>          <string>OK</string>
84         </property>         </property>
85         <property name="icon" >         <property name="icon" >
86          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
87         </property>         </property>
88        </widget>        </widget>
89       </item>       </item>
# Line 93  Line 93 
93          <string>Cancel</string>          <string>Cancel</string>
94         </property>         </property>
95         <property name="icon" >         <property name="icon" >
96          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
97         </property>         </property>
98        </widget>        </widget>
99       </item>       </item>
# Line 1201  Line 1201 
1201    <tabstop>CancelPushButton</tabstop>    <tabstop>CancelPushButton</tabstop>
1202   </tabstops>   </tabstops>
1203   <resources>   <resources>
1204    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
1205   </resources>   </resources>
1206   <connections>   <connections>
1207    <connection>    <connection>

Legend:
Removed from v.1462  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC