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

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

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

revision 1504 by capela, Wed Nov 21 11:46:40 2007 UTC revision 2065 by capela, Sat Mar 13 12:44:15 2010 UTC
# Line 1  Line 1 
1  <ui version="4.0" >  <?xml version="1.0" encoding="UTF-8"?>
2    <ui version="4.0">
3   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
4   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
7     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 21  Line 22 
22    
23  </comment>  </comment>
24   <class>qsamplerInstrumentListForm</class>   <class>qsamplerInstrumentListForm</class>
25   <widget class="QMainWindow" name="qsamplerInstrumentListForm" >   <widget class="QMainWindow" name="qsamplerInstrumentListForm">
26    <property name="geometry" >    <property name="geometry">
27     <rect>     <rect>
28      <x>0</x>      <x>0</x>
29      <y>0</y>      <y>0</y>
# Line 30  Line 31 
31      <height>340</height>      <height>340</height>
32     </rect>     </rect>
33    </property>    </property>
34    <property name="windowTitle" >    <property name="windowTitle">
35     <string>Qsampler: Instruments</string>     <string>Qsampler: Instruments</string>
36    </property>    </property>
37    <property name="windowIcon" >    <property name="windowIcon">
38     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>     <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>
39    </property>    </property>
40    <widget class="QWidget" name="widget" >    <widget class="QWidget" name="centralWidget" />
41     <layout class="QVBoxLayout" >    <widget class="QMenu" name="contextMenu">
42      <property name="margin" >     <property name="title">
43       <number>0</number>      <string>&amp;Context</string>
44      </property>     </property>
45      <property name="spacing" >     <addaction name="newInstrumentAction"/>
46       <number>0</number>     <addaction name="separator"/>
47      </property>     <addaction name="editInstrumentAction"/>
48      <item>     <addaction name="deleteInstrumentAction"/>
49       <widget class="QTableView" name="InstrumentTable" >     <addaction name="separator"/>
50        <property name="alternatingRowColors" >     <addaction name="refreshInstrumentsAction"/>
        <bool>true</bool>  
       </property>  
       <property name="selectionBehavior" >  
        <enum>QAbstractItemView::SelectRows</enum>  
       </property>  
      </widget>  
     </item>  
    </layout>  
51    </widget>    </widget>
52    <widget class="QToolBar" name="InstrumentToolbar" >    <widget class="QToolBar" name="instrumentToolbar">
53     <property name="orientation" >     <property name="orientation">
54      <enum>Qt::Horizontal</enum>      <enum>Qt::Horizontal</enum>
55     </property>     </property>
56     <attribute name="toolBarArea" >     <attribute name="toolBarArea">
57      <number>4</number>      <enum>TopToolBarArea</enum>
58       </attribute>
59       <attribute name="toolBarBreak">
60        <bool>false</bool>
61     </attribute>     </attribute>
62    </widget>    </widget>
63    <action name="newInstrumentAction" >    <action name="newInstrumentAction">
64     <property name="icon" >     <property name="icon">
65      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
66     </property>     </property>
67     <property name="text" >     <property name="text">
68      <string>New &amp;Instrument...</string>      <string>New &amp;Instrument...</string>
69     </property>     </property>
70     <property name="iconText" >     <property name="iconText">
71      <string>New</string>      <string>New</string>
72     </property>     </property>
73     <property name="shortcut" >     <property name="shortcut">
74      <string>Insert</string>      <string>Ins</string>
75     </property>     </property>
76    </action>    </action>
77    <action name="editInstrumentAction" >    <action name="editInstrumentAction">
78     <property name="icon" >     <property name="icon">
79      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
80     </property>     </property>
81     <property name="text" >     <property name="text">
82      <string>&amp;Edit...</string>      <string>&amp;Edit...</string>
83     </property>     </property>
84     <property name="iconText" >     <property name="iconText">
85      <string>Edit</string>      <string>Edit</string>
86     </property>     </property>
87     <property name="shortcut" >     <property name="shortcut">
88      <string>Enter</string>      <string>Enter</string>
89     </property>     </property>
90    </action>    </action>
91    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction">
92     <property name="icon" >     <property name="icon">
93      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
94     </property>     </property>
95     <property name="text" >     <property name="text">
96      <string>&amp;Delete</string>      <string>&amp;Delete</string>
97     </property>     </property>
98     <property name="iconText" >     <property name="iconText">
99      <string>Delete</string>      <string>Delete</string>
100     </property>     </property>
101     <property name="shortcut" >     <property name="shortcut">
102      <string>Delete</string>      <string>Del</string>
103     </property>     </property>
104    </action>    </action>
105    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction">
106     <property name="icon" >     <property name="icon">
107      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
108     </property>     </property>
109     <property name="text" >     <property name="text">
110      <string>&amp;Refresh</string>      <string>&amp;Refresh</string>
111     </property>     </property>
112     <property name="iconText" >     <property name="iconText">
113      <string>Refresh</string>      <string>Refresh</string>
114     </property>     </property>
115     <property name="shortcut" >     <property name="shortcut">
116      <string>F5</string>      <string>F5</string>
117     </property>     </property>
118    </action>    </action>
119   </widget>   </widget>
120   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0"/>
121   <resources>   <resources>
122    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc"/>
123   </resources>   </resources>
124   <connections/>   <connections/>
125  </ui>  </ui>

Legend:
Removed from v.1504  
changed lines
  Added in v.2065

  ViewVC Help
Powered by ViewVC