root/branches/jackMidi/gui/src/AudioFileBrowser/AudioFileBrowser_UI.ui @ 822

Revision 822, 5.9 KB (checked in by gabriel@…, 4 years ago)

Merge rev 560:571 from trunk.

Line 
1<ui version="4.0" >
2 <class>AudioFileBrowser_UI</class>
3 <widget class="QDialog" name="AudioFileBrowser_UI" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>821</width>
9    <height>562</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Dialog</string>
14  </property>
15  <widget class="QFrame" name="waveformview" >
16   <property name="geometry" >
17    <rect>
18     <x>360</x>
19     <y>390</y>
20     <width>451</width>
21     <height>91</height>
22    </rect>
23   </property>
24   <property name="frameShape" >
25    <enum>QFrame::StyledPanel</enum>
26   </property>
27   <property name="frameShadow" >
28    <enum>QFrame::Raised</enum>
29   </property>
30  </widget>
31  <widget class="QFrame" name="infoframe" >
32   <property name="geometry" >
33    <rect>
34     <x>10</x>
35     <y>390</y>
36     <width>341</width>
37     <height>131</height>
38    </rect>
39   </property>
40   <property name="frameShape" >
41    <enum>QFrame::StyledPanel</enum>
42   </property>
43   <property name="frameShadow" >
44    <enum>QFrame::Raised</enum>
45   </property>
46   <widget class="QWidget" name="layoutWidget" >
47    <property name="geometry" >
48     <rect>
49      <x>10</x>
50      <y>10</y>
51      <width>321</width>
52      <height>111</height>
53     </rect>
54    </property>
55    <layout class="QVBoxLayout" name="verticalLayout_3" >
56     <item>
57      <widget class="QLabel" name="m_pNameLabel" >
58       <property name="text" >
59        <string>Name:</string>
60       </property>
61      </widget>
62     </item>
63     <item>
64      <widget class="QLabel" name="m_pSamplerateLable" >
65       <property name="text" >
66        <string>Samplerate:</string>
67       </property>
68      </widget>
69     </item>
70     <item>
71      <widget class="QLabel" name="m_pNBytesLable" >
72       <property name="text" >
73        <string>Size:</string>
74       </property>
75      </widget>
76     </item>
77     <item>
78      <widget class="QLabel" name="m_pLengthLable" >
79       <property name="text" >
80        <string>Length:</string>
81       </property>
82      </widget>
83     </item>
84    </layout>
85   </widget>
86  </widget>
87  <widget class="QCheckBox" name="playSamplescheckBox" >
88   <property name="geometry" >
89    <rect>
90     <x>10</x>
91     <y>530</y>
92     <width>271</width>
93     <height>21</height>
94    </rect>
95   </property>
96   <property name="text" >
97    <string>Pla&amp;y samples by clicking</string>
98   </property>
99  </widget>
100  <widget class="QWidget" name="layoutWidget2" >
101   <property name="geometry" >
102    <rect>
103     <x>10</x>
104     <y>10</y>
105     <width>801</width>
106     <height>28</height>
107    </rect>
108   </property>
109   <layout class="QHBoxLayout" name="horizontalLayout" >
110    <item>
111     <widget class="QLineEdit" name="pathLineEdit" />
112    </item>
113    <item>
114     <widget class="QToolButton" name="m_pPathUptoolButton" >
115      <property name="text" >
116       <string>&amp;Up</string>
117      </property>
118     </widget>
119    </item>
120    <item>
121     <widget class="QToolButton" name="m_pPathHometoolButton" >
122      <property name="text" >
123       <string>&amp;Home</string>
124      </property>
125     </widget>
126    </item>
127   </layout>
128  </widget>
129  <widget class="QPushButton" name="m_pPlayBtn" >
130   <property name="geometry" >
131    <rect>
132     <x>360</x>
133     <y>490</y>
134     <width>91</width>
135     <height>26</height>
136    </rect>
137   </property>
138   <property name="text" >
139    <string>&amp;Play Sample</string>
140   </property>
141  </widget>
142  <widget class="QWidget" name="layoutWidget3" >
143   <property name="geometry" >
144    <rect>
145     <x>11</x>
146     <y>41</y>
147     <width>801</width>
148     <height>341</height>
149    </rect>
150   </property>
151   <layout class="QVBoxLayout" name="verticalLayout" >
152    <item>
153     <widget class="QTreeView" name="treeView" />
154    </item>
155    <item>
156     <layout class="QHBoxLayout" name="horizontalLayout_2" >
157      <item>
158       <widget class="QLineEdit" name="filelineedit" />
159      </item>
160     </layout>
161    </item>
162   </layout>
163  </widget>
164  <widget class="QWidget" name="layoutWidget4" >
165   <property name="geometry" >
166    <rect>
167     <x>550</x>
168     <y>490</y>
169     <width>261</width>
170     <height>61</height>
171    </rect>
172   </property>
173   <layout class="QVBoxLayout" name="verticalLayout_2" >
174    <item>
175     <widget class="QCheckBox" name="useNameCheckBox" >
176      <property name="text" >
177       <string>&amp;Filename to instrument name</string>
178      </property>
179     </widget>
180    </item>
181    <item>
182     <layout class="QHBoxLayout" name="horizontalLayout_3" >
183      <item>
184       <widget class="QPushButton" name="openBTN" >
185        <property name="text" >
186         <string>Open</string>
187        </property>
188       </widget>
189      </item>
190      <item>
191       <widget class="QPushButton" name="cancelBTN" >
192        <property name="text" >
193         <string>Cancel</string>
194        </property>
195       </widget>
196      </item>
197     </layout>
198    </item>
199   </layout>
200  </widget>
201  <widget class="QPushButton" name="m_pStopBtn" >
202   <property name="geometry" >
203    <rect>
204     <x>460</x>
205     <y>490</y>
206     <width>75</width>
207     <height>26</height>
208    </rect>
209   </property>
210   <property name="text" >
211    <string>&amp;Stop</string>
212   </property>
213  </widget>
214  <widget class="QCheckBox" name="autoVelCheckBox" >
215   <property name="geometry" >
216    <rect>
217     <x>360</x>
218     <y>530</y>
219     <width>171</width>
220     <height>21</height>
221    </rect>
222   </property>
223   <property name="toolTip" >
224    <string>Be careful, this change all Layer velocity settings </string>
225   </property>
226   <property name="text" >
227    <string>Set automatic velocity</string>
228   </property>
229  </widget>
230 </widget>
231 <tabstops>
232  <tabstop>pathLineEdit</tabstop>
233  <tabstop>m_pPathUptoolButton</tabstop>
234  <tabstop>m_pPathHometoolButton</tabstop>
235  <tabstop>treeView</tabstop>
236  <tabstop>filelineedit</tabstop>
237  <tabstop>m_pPlayBtn</tabstop>
238  <tabstop>m_pStopBtn</tabstop>
239  <tabstop>useNameCheckBox</tabstop>
240  <tabstop>playSamplescheckBox</tabstop>
241  <tabstop>openBTN</tabstop>
242  <tabstop>cancelBTN</tabstop>
243 </tabstops>
244 <resources/>
245 <connections/>
246</ui>
Note: See TracBrowser for help on using the browser.