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

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

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

revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC revision 2459 by capela, Mon Jul 8 10:06:57 2013 UTC
# Line 1  Line 1 
1  <ui version="4.0" >  <ui version="4.0" >
2   <author>Christian Schoenebeck</author>   <author>Christian Schoenebeck</author>
3   <comment>   <comment>
4    
5       Copyright (C) 2010-2013, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 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
# Line 51  Line 53 
53            <property name="alternatingRowColors" >            <property name="alternatingRowColors" >
54             <bool>true</bool>             <bool>true</bool>
55            </property>            </property>
           <property name="selectionRectVisible" >  
            <bool>true</bool>  
           </property>  
56           </widget>           </widget>
57          </item>          </item>
58          <item>          <item>
# Line 82  to actually create it on sampler side.</ Line 81  to actually create it on sampler side.</
81               <string>Create</string>               <string>Create</string>
82              </property>              </property>
83              <property name="icon" >              <property name="icon" >
84               <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>               <iconset resource="qsampler.qrc">:/images/itemNew.png</iconset>
85              </property>              </property>
86             </widget>             </widget>
87            </item>            </item>
88            <item>            <item>
89             <widget class="QPushButton" name="destroyPushButton" >             <widget class="QPushButton" name="destroyPushButton" >
90              <property name="toolTip" >              <property name="toolTip" >
91               <string>Schedules the seleted FX send for deletion.               <string>Schedules the selected FX send for deletion.
92  You have to select 'Apply' afterwards to  You have to select 'Apply' afterwards to
93  actually destroy it on sampler side.</string>  actually destroy it on sampler side.</string>
94              </property>              </property>
# Line 97  actually destroy it on sampler side.</st Line 96  actually destroy it on sampler side.</st
96               <string>Destroy</string>               <string>Destroy</string>
97              </property>              </property>
98              <property name="icon" >              <property name="icon" >
99               <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>               <iconset resource="qsampler.qrc">:/images/formRemove.png</iconset>
100              </property>              </property>
101             </widget>             </widget>
102            </item>            </item>
# Line 109  actually destroy it on sampler side.</st Line 108  actually destroy it on sampler side.</st
108       <item>       <item>
109        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" >
110         <item>         <item>
111          <widget class="QGroupBox" name="groupBox_2" >          <widget class="QGroupBox" name="mainParametersGroupBox" >
112           <property name="sizePolicy" >           <property name="sizePolicy" >
113            <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >            <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
114             <horstretch>0</horstretch>             <horstretch>0</horstretch>
# Line 129  MIDI Controller:</string> Line 128  MIDI Controller:</string>
128             </widget>             </widget>
129            </item>            </item>
130            <item row="0" column="1" >            <item row="0" column="1" >
131             <widget class="QComboBox" name="DepthCtrlComboBox" />             <widget class="QComboBox" name="depthCtrlComboBox" />
132            </item>            </item>
133            <item row="1" column="0" >            <item row="1" column="0" >
134             <widget class="QLabel" name="label_2" >             <widget class="QLabel" name="label_2" >
# Line 139  MIDI Controller:</string> Line 138  MIDI Controller:</string>
138             </widget>             </widget>
139            </item>            </item>
140            <item row="1" column="1" >            <item row="1" column="1" >
141             <widget class="QSpinBox" name="DepthSpinBox" >             <widget class="QSpinBox" name="depthSpinBox" >
142              <property name="alignment" >              <property name="alignment" >
143               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
144              </property>              </property>
# Line 155  MIDI Controller:</string> Line 154  MIDI Controller:</string>
154          </widget>          </widget>
155         </item>         </item>
156         <item>         <item>
157          <widget class="QGroupBox" name="groupBox_3" >          <widget class="QGroupBox" name="audioRoutingGroupBox" >
158           <property name="sizePolicy" >           <property name="sizePolicy" >
159            <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >            <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
160             <horstretch>0</horstretch>             <horstretch>0</horstretch>
# Line 167  MIDI Controller:</string> Line 166  MIDI Controller:</string>
166           </property>           </property>
167           <layout class="QHBoxLayout" >           <layout class="QHBoxLayout" >
168            <item>            <item>
169             <widget class="QTableView" name="AudioRoutingTable" />             <widget class="QTableView" name="audioRoutingTable" />
170            </item>            </item>
171           </layout>           </layout>
172          </widget>          </widget>
# Line 189  MIDI Controller:</string> Line 188  MIDI Controller:</string>
188    </layout>    </layout>
189   </widget>   </widget>
190   <resources>   <resources>
191    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
192   </resources>   </resources>
193   <connections>   <connections>
194    <connection>    <connection>

Legend:
Removed from v.1667  
changed lines
  Added in v.2459

  ViewVC Help
Powered by ViewVC