/[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 1463 by capela, Thu Nov 1 13:01:27 2007 UTC revision 1492 by schoenebeck, Mon Nov 19 21:08:18 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 44  Line 45 
45       <number>0</number>       <number>0</number>
46      </property>      </property>
47      <item>      <item>
48       <widget class="QTableView" name="InstrumentTable" />       <widget class="QTableView" name="InstrumentTable" >
49          <property name="alternatingRowColors" >
50           <bool>true</bool>
51          </property>
52          <property name="selectionBehavior" >
53           <enum>QAbstractItemView::SelectRows</enum>
54          </property>
55         </widget>
56      </item>      </item>
57     </layout>     </layout>
58    </widget>    </widget>
59      <widget class="QToolBar" name="InstrumentToolbar" >
60       <property name="orientation" >
61        <enum>Qt::Horizontal</enum>
62       </property>
63       <attribute name="toolBarArea" >
64        <number>4</number>
65       </attribute>
66      </widget>
67    <action name="newInstrumentAction" >    <action name="newInstrumentAction" >
68     <property name="icon" >     <property name="icon" >
69      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
# Line 82  Line 98 
98    </action>    </action>
99   </widget>   </widget>
100   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
101   <resources>   <resources>
102    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
103   </resources>   </resources>

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

  ViewVC Help
Powered by ViewVC