1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>soundpage2</class> |
4 |
<widget class="QWizardPage" name="soundpage2"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>640</width> |
10 |
<height>480</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>WizardPage</string> |
15 |
</property> |
16 |
<property name="title"> |
17 |
<string>Sound files to process</string> |
18 |
</property> |
19 |
<layout class="QVBoxLayout" name="verticalLayout_5"> |
20 |
<item> |
21 |
<widget class="QLabel" name="label"> |
22 |
<property name="text"> |
23 |
<string>Edit this text in soundpage2.cpp</string> |
24 |
</property> |
25 |
<property name="wordWrap"> |
26 |
<bool>true</bool> |
27 |
</property> |
28 |
</widget> |
29 |
</item> |
30 |
<item> |
31 |
<spacer name="verticalSpacer"> |
32 |
<property name="orientation"> |
33 |
<enum>Qt::Vertical</enum> |
34 |
</property> |
35 |
<property name="sizeHint" stdset="0"> |
36 |
<size> |
37 |
<width>20</width> |
38 |
<height>57</height> |
39 |
</size> |
40 |
</property> |
41 |
</spacer> |
42 |
</item> |
43 |
<item> |
44 |
<widget class="QGroupBox" name="groupBox_2"> |
45 |
<property name="title"> |
46 |
<string>Files to convert</string> |
47 |
</property> |
48 |
<layout class="QVBoxLayout" name="verticalLayout_4"> |
49 |
<item> |
50 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
51 |
<item> |
52 |
<widget class="DropTableWidget" name="twSoundFiles"> |
53 |
<attribute name="horizontalHeaderStretchLastSection"> |
54 |
<bool>true</bool> |
55 |
</attribute> |
56 |
<column> |
57 |
<property name="text"> |
58 |
<string>Name</string> |
59 |
</property> |
60 |
</column> |
61 |
<column> |
62 |
<property name="text"> |
63 |
<string>File Location</string> |
64 |
</property> |
65 |
</column> |
66 |
</widget> |
67 |
</item> |
68 |
<item> |
69 |
<layout class="QVBoxLayout" name="verticalLayout"> |
70 |
<item> |
71 |
<widget class="QToolButton" name="tbAddFiles"> |
72 |
<property name="toolTip"> |
73 |
<string>Add sound files</string> |
74 |
</property> |
75 |
<property name="text"> |
76 |
<string>...</string> |
77 |
</property> |
78 |
<property name="icon"> |
79 |
<iconset resource="../resources.qrc"> |
80 |
<normaloff>:/new/icons/plus.png</normaloff>:/new/icons/plus.png</iconset> |
81 |
</property> |
82 |
</widget> |
83 |
</item> |
84 |
<item> |
85 |
<widget class="QToolButton" name="tbRemoveFiles"> |
86 |
<property name="toolTip"> |
87 |
<string>Remove selected sound files</string> |
88 |
</property> |
89 |
<property name="text"> |
90 |
<string>...</string> |
91 |
</property> |
92 |
<property name="icon"> |
93 |
<iconset resource="../resources.qrc"> |
94 |
<normaloff>:/new/icons/minus.png</normaloff>:/new/icons/minus.png</iconset> |
95 |
</property> |
96 |
</widget> |
97 |
</item> |
98 |
</layout> |
99 |
</item> |
100 |
</layout> |
101 |
</item> |
102 |
</layout> |
103 |
</widget> |
104 |
</item> |
105 |
<item> |
106 |
<spacer name="verticalSpacer_2"> |
107 |
<property name="orientation"> |
108 |
<enum>Qt::Vertical</enum> |
109 |
</property> |
110 |
<property name="sizeHint" stdset="0"> |
111 |
<size> |
112 |
<width>20</width> |
113 |
<height>57</height> |
114 |
</size> |
115 |
</property> |
116 |
</spacer> |
117 |
</item> |
118 |
<item> |
119 |
<widget class="QGroupBox" name="groupBox"> |
120 |
<property name="title"> |
121 |
<string>Output converted files to:</string> |
122 |
</property> |
123 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
124 |
<item> |
125 |
<widget class="QRadioButton" name="rbWorkspace"> |
126 |
<property name="text"> |
127 |
<string>Workspace</string> |
128 |
</property> |
129 |
<property name="checked"> |
130 |
<bool>true</bool> |
131 |
</property> |
132 |
</widget> |
133 |
</item> |
134 |
<item> |
135 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
136 |
<item> |
137 |
<widget class="QRadioButton" name="rbOther"> |
138 |
<property name="enabled"> |
139 |
<bool>true</bool> |
140 |
</property> |
141 |
<property name="text"> |
142 |
<string>Other</string> |
143 |
</property> |
144 |
</widget> |
145 |
</item> |
146 |
<item> |
147 |
<widget class="QLineEdit" name="leOtherLocation"> |
148 |
<property name="enabled"> |
149 |
<bool>false</bool> |
150 |
</property> |
151 |
</widget> |
152 |
</item> |
153 |
<item> |
154 |
<widget class="QPushButton" name="pbBrowserOtherLocation"> |
155 |
<property name="enabled"> |
156 |
<bool>false</bool> |
157 |
</property> |
158 |
<property name="text"> |
159 |
<string>Browse...</string> |
160 |
</property> |
161 |
</widget> |
162 |
</item> |
163 |
</layout> |
164 |
</item> |
165 |
</layout> |
166 |
</widget> |
167 |
</item> |
168 |
</layout> |
169 |
</widget> |
170 |
<customwidgets> |
171 |
<customwidget> |
172 |
<class>DropTableWidget</class> |
173 |
<extends>QTableWidget</extends> |
174 |
<header>droptablewidget.h</header> |
175 |
</customwidget> |
176 |
</customwidgets> |
177 |
<resources> |
178 |
<include location="../resources.qrc"/> |
179 |
</resources> |
180 |
<connections/> |
181 |
</ui> |