/[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 1465 by capela, Thu Nov 1 17:49:27 2007 UTC revision 2038 by capela, Thu Jan 7 18:42:26 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) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 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 33  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" >    <widget class="QToolBar" name="fileToolbar" >
41     <property name="orientation" >     <property name="orientation" >
# Line 102  Line 105 
105      <property name="title" >      <property name="title" >
106       <string>&amp;View</string>       <string>&amp;View</string>
107      </property>      </property>
108        <widget class="QMenu" name="viewMidiDeviceStatusMenu" >
109         <property name="title" >
110          <string>MIDI Device Status</string>
111         </property>
112        </widget>
113      <addaction name="viewMenubarAction" />      <addaction name="viewMenubarAction" />
114      <addaction name="viewToolbarAction" />      <addaction name="viewToolbarAction" />
115      <addaction name="viewStatusbarAction" />      <addaction name="viewStatusbarAction" />
# Line 110  Line 118 
118      <addaction name="viewInstrumentsAction" />      <addaction name="viewInstrumentsAction" />
119      <addaction name="viewDevicesAction" />      <addaction name="viewDevicesAction" />
120      <addaction name="separator" />      <addaction name="separator" />
121        <addaction name="viewMidiDeviceStatusMenu" />
122        <addaction name="separator" />
123      <addaction name="viewOptionsAction" />      <addaction name="viewOptionsAction" />
124     </widget>     </widget>
125     <widget class="QMenu" name="channelsMenu" >     <widget class="QMenu" name="channelsMenu" >
# Line 130  Line 140 
140      <property name="title" >      <property name="title" >
141       <string>&amp;File</string>       <string>&amp;File</string>
142      </property>      </property>
143        <widget class="QMenu" name="fileOpenRecentMenu" >
144         <property name="title" >
145          <string>Open &amp;Recent</string>
146         </property>
147        </widget>
148      <addaction name="fileNewAction" />      <addaction name="fileNewAction" />
149        <addaction name="separator" />
150      <addaction name="fileOpenAction" />      <addaction name="fileOpenAction" />
151        <addaction name="fileOpenRecentMenu" />
152        <addaction name="separator" />
153      <addaction name="fileSaveAction" />      <addaction name="fileSaveAction" />
154      <addaction name="fileSaveAsAction" />      <addaction name="fileSaveAsAction" />
155      <addaction name="separator" />      <addaction name="separator" />
# Line 614  Line 632 
632   <resources>   <resources>
633    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
634   </resources>   </resources>
  <connections/>  
635  </ui>  </ui>

Legend:
Removed from v.1465  
changed lines
  Added in v.2038

  ViewVC Help
Powered by ViewVC