/[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 2073 by capela, Thu Feb 19 11:44:57 2009 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-2009, 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 34  Line 34 
34     <string>Qsampler: Options</string>     <string>Qsampler: Options</string>
35    </property>    </property>
36    <property name="windowIcon" >    <property name="windowIcon" >
37     <iconset resource="../icons/qsampler.qrc" >     <iconset resource="qsampler.qrc" >
38      <normaloff>:/icons/qsampler.png</normaloff>:/icons/qsampler.png</iconset>      <normaloff>:/images/qsampler.png</normaloff>:/images/qsampler.png</iconset>
39    </property>    </property>
40    <property name="sizeGripEnabled" >    <property name="sizeGripEnabled" >
41     <bool>true</bool>     <bool>true</bool>
# Line 77  Line 77 
77          <string>OK</string>          <string>OK</string>
78         </property>         </property>
79         <property name="icon" >         <property name="icon" >
80          <iconset resource="../icons/qsampler.qrc" >          <iconset resource="qsampler.qrc" >
81           <normaloff>:/icons/formAccept.png</normaloff>:/icons/formAccept.png</iconset>           <normaloff>:/images/formAccept.png</normaloff>:/images/formAccept.png</iconset>
82         </property>         </property>
83        </widget>        </widget>
84       </item>       </item>
# Line 88  Line 88 
88          <string>Cancel</string>          <string>Cancel</string>
89         </property>         </property>
90         <property name="icon" >         <property name="icon" >
91          <iconset resource="../icons/qsampler.qrc" >          <iconset resource="qsampler.qrc" >
92           <normaloff>:/icons/formReject.png</normaloff>:/icons/formReject.png</iconset>           <normaloff>:/images/formReject.png</normaloff>:/images/formReject.png</iconset>
93         </property>         </property>
94        </widget>        </widget>
95       </item>       </item>
# Line 1416  Line 1416 
1416    <tabstop>CancelPushButton</tabstop>    <tabstop>CancelPushButton</tabstop>
1417   </tabstops>   </tabstops>
1418   <resources>   <resources>
1419    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
1420   </resources>   </resources>
1421   <connections/>   <connections/>
1422  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC