/[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 2067 by capela, Sat Mar 13 20:14:38 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="QToolBar" name="instrumentToolbar">
42      <property name="margin" >     <property name="orientation">
      <number>0</number>  
     </property>  
     <property name="spacing" >  
      <number>0</number>  
     </property>  
     <item>  
      <widget class="QTableView" name="InstrumentTable" >  
       <property name="alternatingRowColors" >  
        <bool>true</bool>  
       </property>  
       <property name="selectionBehavior" >  
        <enum>QAbstractItemView::SelectRows</enum>  
       </property>  
      </widget>  
     </item>  
    </layout>  
   </widget>  
   <widget class="QToolBar" name="InstrumentToolbar" >  
    <property name="orientation" >  
43      <enum>Qt::Horizontal</enum>      <enum>Qt::Horizontal</enum>
44     </property>     </property>
45     <attribute name="toolBarArea" >     <attribute name="toolBarArea">
46      <number>4</number>      <enum>TopToolBarArea</enum>
47       </attribute>
48       <attribute name="toolBarBreak">
49        <bool>false</bool>
50     </attribute>     </attribute>
51    </widget>    </widget>
52    <action name="newInstrumentAction" >    <action name="newInstrumentAction">
53     <property name="icon" >     <property name="icon">
54      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
55     </property>     </property>
56     <property name="text" >     <property name="text">
57      <string>New &amp;Instrument...</string>      <string>New &amp;Instrument...</string>
58     </property>     </property>
59     <property name="iconText" >     <property name="iconText">
60      <string>New</string>      <string>New</string>
61     </property>     </property>
62     <property name="shortcut" >     <property name="shortcut">
63      <string>Insert</string>      <string>Ins</string>
64     </property>     </property>
65    </action>    </action>
66    <action name="editInstrumentAction" >    <action name="editInstrumentAction">
67     <property name="icon" >     <property name="icon">
68      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
69     </property>     </property>
70     <property name="text" >     <property name="text">
71      <string>&amp;Edit...</string>      <string>&amp;Edit...</string>
72     </property>     </property>
73     <property name="iconText" >     <property name="iconText">
74      <string>Edit</string>      <string>Edit</string>
75     </property>     </property>
76     <property name="shortcut" >     <property name="shortcut">
77      <string>Enter</string>      <string>Enter</string>
78     </property>     </property>
79    </action>    </action>
80    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction">
81     <property name="icon" >     <property name="icon">
82      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
83     </property>     </property>
84     <property name="text" >     <property name="text">
85      <string>&amp;Delete</string>      <string>&amp;Delete</string>
86     </property>     </property>
87     <property name="iconText" >     <property name="iconText">
88      <string>Delete</string>      <string>Delete</string>
89     </property>     </property>
90     <property name="shortcut" >     <property name="shortcut">
91      <string>Delete</string>      <string>Del</string>
92     </property>     </property>
93    </action>    </action>
94    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction">
95     <property name="icon" >     <property name="icon">
96      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
97     </property>     </property>
98     <property name="text" >     <property name="text">
99      <string>&amp;Refresh</string>      <string>&amp;Refresh</string>
100     </property>     </property>
101     <property name="iconText" >     <property name="iconText">
102      <string>Refresh</string>      <string>Refresh</string>
103     </property>     </property>
104     <property name="shortcut" >     <property name="shortcut">
105      <string>F5</string>      <string>F5</string>
106     </property>     </property>
107    </action>    </action>
108   </widget>   </widget>
109   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0"/>
110   <resources>   <resources>
111    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc"/>
112   </resources>   </resources>
113   <connections/>   <connections/>
114  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC