root/branches/audiofilebrowser/gui/src/AudioFileBrowser/AudioFileBrowser_UI.ui @ 490

Revision 490, 4.7 KB (checked in by wolke, 5 years ago)

small audio file browser enhancement

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>824</width>
9    <height>529</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Dialog</string>
14  </property>
15  <widget class="QPushButton" name="openBTN" >
16   <property name="geometry" >
17    <rect>
18     <x>604</x>
19     <y>490</y>
20     <width>101</width>
21     <height>26</height>
22    </rect>
23   </property>
24   <property name="text" >
25    <string>Open</string>
26   </property>
27  </widget>
28  <widget class="QFrame" name="waveformview" >
29   <property name="geometry" >
30    <rect>
31     <x>360</x>
32     <y>390</y>
33     <width>451</width>
34     <height>91</height>
35    </rect>
36   </property>
37   <property name="frameShape" >
38    <enum>QFrame::StyledPanel</enum>
39   </property>
40   <property name="frameShadow" >
41    <enum>QFrame::Raised</enum>
42   </property>
43  </widget>
44  <widget class="QFrame" name="infoframe" >
45   <property name="geometry" >
46    <rect>
47     <x>10</x>
48     <y>390</y>
49     <width>341</width>
50     <height>91</height>
51    </rect>
52   </property>
53   <property name="frameShape" >
54    <enum>QFrame::StyledPanel</enum>
55   </property>
56   <property name="frameShadow" >
57    <enum>QFrame::Raised</enum>
58   </property>
59   <widget class="QLabel" name="m_pNameLabel" >
60    <property name="geometry" >
61     <rect>
62      <x>10</x>
63      <y>10</y>
64      <width>321</width>
65      <height>16</height>
66     </rect>
67    </property>
68    <property name="text" >
69     <string>Name:</string>
70    </property>
71   </widget>
72   <widget class="QLabel" name="m_pSamplerateLable" >
73    <property name="geometry" >
74     <rect>
75      <x>10</x>
76      <y>30</y>
77      <width>321</width>
78      <height>16</height>
79     </rect>
80    </property>
81    <property name="text" >
82     <string>Samplerate:</string>
83    </property>
84   </widget>
85   <widget class="QLabel" name="m_pNBytesLable" >
86    <property name="geometry" >
87     <rect>
88      <x>10</x>
89      <y>50</y>
90      <width>321</width>
91      <height>16</height>
92     </rect>
93    </property>
94    <property name="text" >
95     <string>Size:</string>
96    </property>
97   </widget>
98   <widget class="QLabel" name="m_pLengthLable" >
99    <property name="geometry" >
100     <rect>
101      <x>10</x>
102      <y>70</y>
103      <width>321</width>
104      <height>16</height>
105     </rect>
106    </property>
107    <property name="text" >
108     <string>Length:</string>
109    </property>
110   </widget>
111  </widget>
112  <widget class="QPushButton" name="cancelBTN" >
113   <property name="geometry" >
114    <rect>
115     <x>714</x>
116     <y>490</y>
117     <width>101</width>
118     <height>26</height>
119    </rect>
120   </property>
121   <property name="text" >
122    <string>Cancel</string>
123   </property>
124  </widget>
125  <widget class="QPushButton" name="m_pPlayBtn" >
126   <property name="geometry" >
127    <rect>
128     <x>360</x>
129     <y>490</y>
130     <width>111</width>
131     <height>26</height>
132    </rect>
133   </property>
134   <property name="text" >
135    <string>Play Sample</string>
136   </property>
137  </widget>
138  <widget class="QWidget" name="layoutWidget" >
139   <property name="geometry" >
140    <rect>
141     <x>10</x>
142     <y>40</y>
143     <width>801</width>
144     <height>341</height>
145    </rect>
146   </property>
147   <layout class="QVBoxLayout" name="verticalLayout" >
148    <item>
149     <widget class="QTreeView" name="treeView" />
150    </item>
151    <item>
152     <widget class="QLineEdit" name="filelineedit" />
153    </item>
154   </layout>
155  </widget>
156  <widget class="QCheckBox" name="playSamplescheckBox" >
157   <property name="geometry" >
158    <rect>
159     <x>10</x>
160     <y>490</y>
161     <width>311</width>
162     <height>21</height>
163    </rect>
164   </property>
165   <property name="text" >
166    <string>Play samples by clicking</string>
167   </property>
168  </widget>
169  <widget class="QWidget" name="layoutWidget" >
170   <property name="geometry" >
171    <rect>
172     <x>10</x>
173     <y>10</y>
174     <width>801</width>
175     <height>28</height>
176    </rect>
177   </property>
178   <layout class="QHBoxLayout" name="horizontalLayout" >
179    <item>
180     <widget class="QLineEdit" name="pathLineEdit" />
181    </item>
182    <item>
183     <widget class="QToolButton" name="m_pPathUptoolButton" >
184      <property name="text" >
185       <string>Up</string>
186      </property>
187     </widget>
188    </item>
189    <item>
190     <widget class="QToolButton" name="m_pPathHometoolButton" >
191      <property name="text" >
192       <string>Home</string>
193      </property>
194     </widget>
195    </item>
196   </layout>
197  </widget>
198 </widget>
199 <tabstops>
200  <tabstop>pathLineEdit</tabstop>
201  <tabstop>treeView</tabstop>
202  <tabstop>filelineedit</tabstop>
203  <tabstop>playSamplescheckBox</tabstop>
204  <tabstop>m_pPlayBtn</tabstop>
205  <tabstop>openBTN</tabstop>
206  <tabstop>cancelBTN</tabstop>
207 </tabstops>
208 <resources/>
209 <connections/>
210</ui>
Note: See TracBrowser for help on using the browser.