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

Revision 824, 6.2 KB (checked in by gabriel@…, 4 years ago)

Merge rev 580:592 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>216</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="QRadioButton" name="hiddenCB" >
115      <property name="toolTip" >
116       <string>View hidden folders</string>
117      </property>
118      <property name="text" >
119       <string/>
120      </property>
121     </widget>
122    </item>
123    <item>
124     <widget class="QToolButton" name="m_pPathUptoolButton" >
125      <property name="text" >
126       <string>&amp;Up</string>
127      </property>
128     </widget>
129    </item>
130    <item>
131     <widget class="QToolButton" name="m_pPathHometoolButton" >
132      <property name="text" >
133       <string>&amp;Home</string>
134      </property>
135     </widget>
136    </item>
137   </layout>
138  </widget>
139  <widget class="QPushButton" name="m_pPlayBtn" >
140   <property name="geometry" >
141    <rect>
142     <x>360</x>
143     <y>490</y>
144     <width>91</width>
145     <height>26</height>
146    </rect>
147   </property>
148   <property name="text" >
149    <string>&amp;Play Sample</string>
150   </property>
151  </widget>
152  <widget class="QWidget" name="layoutWidget3" >
153   <property name="geometry" >
154    <rect>
155     <x>11</x>
156     <y>41</y>
157     <width>801</width>
158     <height>341</height>
159    </rect>
160   </property>
161   <layout class="QVBoxLayout" name="verticalLayout" >
162    <item>
163     <widget class="QTreeView" name="treeView" />
164    </item>
165    <item>
166     <layout class="QHBoxLayout" name="horizontalLayout_2" >
167      <item>
168       <widget class="QLineEdit" name="filelineedit" />
169      </item>
170     </layout>
171    </item>
172   </layout>
173  </widget>
174  <widget class="QWidget" name="layoutWidget4" >
175   <property name="geometry" >
176    <rect>
177     <x>550</x>
178     <y>490</y>
179     <width>261</width>
180     <height>61</height>
181    </rect>
182   </property>
183   <layout class="QVBoxLayout" name="verticalLayout_2" >
184    <item>
185     <widget class="QCheckBox" name="useNameCheckBox" >
186      <property name="text" >
187       <string>&amp;Filename to instrument name</string>
188      </property>
189     </widget>
190    </item>
191    <item>
192     <layout class="QHBoxLayout" name="horizontalLayout_3" >
193      <item>
194       <widget class="QPushButton" name="openBTN" >
195        <property name="text" >
196         <string>Open</string>
197        </property>
198       </widget>
199      </item>
200      <item>
201       <widget class="QPushButton" name="cancelBTN" >
202        <property name="text" >
203         <string>Cancel</string>
204        </property>
205       </widget>
206      </item>
207     </layout>
208    </item>
209   </layout>
210  </widget>
211  <widget class="QPushButton" name="m_pStopBtn" >
212   <property name="geometry" >
213    <rect>
214     <x>460</x>
215     <y>490</y>
216     <width>75</width>
217     <height>26</height>
218    </rect>
219   </property>
220   <property name="text" >
221    <string>&amp;Stop</string>
222   </property>
223  </widget>
224  <widget class="QCheckBox" name="autoVelCheckBox" >
225   <property name="geometry" >
226    <rect>
227     <x>360</x>
228     <y>530</y>
229     <width>171</width>
230     <height>21</height>
231    </rect>
232   </property>
233   <property name="toolTip" >
234    <string>Be careful, this change all Layer velocity settings </string>
235   </property>
236   <property name="text" >
237    <string>Set automatic velocity</string>
238   </property>
239  </widget>
240 </widget>
241 <tabstops>
242  <tabstop>pathLineEdit</tabstop>
243  <tabstop>hiddenCB</tabstop>
244  <tabstop>m_pPathUptoolButton</tabstop>
245  <tabstop>m_pPathHometoolButton</tabstop>
246  <tabstop>treeView</tabstop>
247  <tabstop>filelineedit</tabstop>
248  <tabstop>m_pPlayBtn</tabstop>
249  <tabstop>m_pStopBtn</tabstop>
250  <tabstop>useNameCheckBox</tabstop>
251  <tabstop>playSamplescheckBox</tabstop>
252  <tabstop>autoVelCheckBox</tabstop>
253  <tabstop>openBTN</tabstop>
254  <tabstop>cancelBTN</tabstop>
255 </tabstops>
256 <resources/>
257 <connections/>
258</ui>
Note: See TracBrowser for help on using the browser.