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

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

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

revision 1463 by capela, Thu Nov 1 13:01:27 2007 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 3  Line 3 
3   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       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
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 32  Line 33 
33    <property name="windowTitle" >    <property name="windowTitle" >
34     <string>MainWindow</string>     <string>MainWindow</string>
35    </property>    </property>
36      <property name="windowIcon" >
37       <iconset resource="../icons/qsampler.qrc" >:/icons/qsampler.png</iconset>
38      </property>
39    <widget class="QWidget" name="centralwidget" />    <widget class="QWidget" name="centralwidget" />
40      <widget class="QToolBar" name="fileToolbar" >
41       <property name="orientation" >
42        <enum>Qt::Horizontal</enum>
43       </property>
44       <attribute name="toolBarArea" >
45        <number>4</number>
46       </attribute>
47       <addaction name="fileNewAction"/>
48       <addaction name="fileOpenAction"/>
49       <addaction name="fileSaveAction"/>
50       <addaction name="separator" />
51       <addaction name="fileResetAction"/>
52       <addaction name="fileRestartAction"/>
53       <addaction name="separator" />
54       <addaction name="viewInstrumentsAction"/>
55       <addaction name="viewDevicesAction"/>
56      </widget>
57      <widget class="QToolBar" name="editToolbar" >
58       <property name="orientation" >
59        <enum>Qt::Horizontal</enum>
60       </property>
61       <attribute name="toolBarArea" >
62        <number>4</number>
63       </attribute>
64       <addaction name="editAddChannelAction"/>
65       <addaction name="editRemoveChannelAction"/>
66       <addaction name="separator" />
67       <addaction name="editSetupChannelAction"/>
68       <addaction name="editEditChannelAction"/>
69       <addaction name="separator" />
70       <addaction name="editResetChannelAction"/>
71       <addaction name="editResetAllChannelsAction"/>
72      </widget>
73      <widget class="QToolBar" name="channelsToolbar" >
74       <property name="orientation" >
75        <enum>Qt::Horizontal</enum>
76       </property>
77       <attribute name="toolBarArea" >
78        <number>4</number>
79       </attribute>
80       <addaction name="channelsArrangeAction"/>
81      </widget>
82    <widget class="QMenuBar" name="MenuBar" >    <widget class="QMenuBar" name="MenuBar" >
83     <property name="geometry" >     <property name="geometry" >
84      <rect>      <rect>
# Line 87  Line 133 
133      <property name="title" >      <property name="title" >
134       <string>&amp;File</string>       <string>&amp;File</string>
135      </property>      </property>
136        <widget class="QMenu" name="fileOpenRecentMenu" >
137         <property name="title" >
138          <string>Open &amp;Recent</string>
139         </property>
140        </widget>
141      <addaction name="fileNewAction" />      <addaction name="fileNewAction" />
142        <addaction name="separator" />
143      <addaction name="fileOpenAction" />      <addaction name="fileOpenAction" />
144        <addaction name="fileOpenRecentMenu" />
145        <addaction name="separator" />
146      <addaction name="fileSaveAction" />      <addaction name="fileSaveAction" />
147      <addaction name="fileSaveAsAction" />      <addaction name="fileSaveAsAction" />
148      <addaction name="separator" />      <addaction name="separator" />
# Line 571  Line 625 
625   <resources>   <resources>
626    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
627   </resources>   </resources>
  <connections/>  
628  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC