source: s10k/Vago/soundWizard/soundpage4.ui@ 1194

Last change on this file since 1194 was 1061, checked in by s10k, 8 years ago

Added Vago 1.3

File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>soundpage4</class>
4 <widget class="QWizardPage" name="soundpage4">
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>OSBD.grp file properties</string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox_3">
22 <property name="title">
23 <string>Properties</string>
24 </property>
25 <layout class="QFormLayout" name="formLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>Volume:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QLineEdit" name="leVolume">
35 <property name="text">
36 <string>1</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>Min volume:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QLineEdit" name="leMinVolume">
49 <property name="text">
50 <string>1</string>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0">
55 <widget class="QLabel" name="label_3">
56 <property name="text">
57 <string>Max volume:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="2" column="1">
62 <widget class="QLineEdit" name="leMaxVolume">
63 <property name="text">
64 <string>1</string>
65 </property>
66 </widget>
67 </item>
68 <item row="3" column="0">
69 <widget class="QLabel" name="label_4">
70 <property name="text">
71 <string>Pitch:</string>
72 </property>
73 </widget>
74 </item>
75 <item row="3" column="1">
76 <widget class="QLineEdit" name="lePitch">
77 <property name="text">
78 <string>0</string>
79 </property>
80 </widget>
81 </item>
82 <item row="4" column="0">
83 <widget class="QLabel" name="label_5">
84 <property name="text">
85 <string>Min pitch:</string>
86 </property>
87 </widget>
88 </item>
89 <item row="4" column="1">
90 <widget class="QLineEdit" name="leMinPitch">
91 <property name="text">
92 <string>0</string>
93 </property>
94 </widget>
95 </item>
96 <item row="5" column="0">
97 <widget class="QLabel" name="label_6">
98 <property name="text">
99 <string>Max pitch:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="5" column="1">
104 <widget class="QLineEdit" name="leMaxPitch">
105 <property name="text">
106 <string>0</string>
107 </property>
108 </widget>
109 </item>
110 <item row="6" column="0">
111 <widget class="QLabel" name="label_7">
112 <property name="text">
113 <string>Weight:</string>
114 </property>
115 </widget>
116 </item>
117 <item row="6" column="1">
118 <widget class="QLineEdit" name="leWeight">
119 <property name="text">
120 <string>1</string>
121 </property>
122 </widget>
123 </item>
124 <item row="7" column="0" colspan="2">
125 <widget class="QCheckBox" name="cbPreventRepeat">
126 <property name="toolTip">
127 <string>This flag forces the engine to always play a different sound</string>
128 </property>
129 <property name="text">
130 <string>Prevent repeat</string>
131 </property>
132 </widget>
133 </item>
134 </layout>
135 </widget>
136 </item>
137 <item>
138 <widget class="QGroupBox" name="groupBox_2">
139 <property name="title">
140 <string>Audio Channels</string>
141 </property>
142 <layout class="QHBoxLayout" name="horizontalLayout">
143 <item>
144 <widget class="QRadioButton" name="rbStereo22">
145 <property name="text">
146 <string>Stereo - 22.05 kHz</string>
147 </property>
148 <property name="checked">
149 <bool>true</bool>
150 </property>
151 </widget>
152 </item>
153 <item>
154 <widget class="QRadioButton" name="rbMono22">
155 <property name="text">
156 <string>Mono - 22.05 kHz</string>
157 </property>
158 </widget>
159 </item>
160 <item>
161 <widget class="QRadioButton" name="rbMono44Pc">
162 <property name="text">
163 <string>Mono - 44.10 kHz (PC only)</string>
164 </property>
165 </widget>
166 </item>
167 </layout>
168 </widget>
169 </item>
170 </layout>
171 </widget>
172 <resources/>
173 <connections/>
174</ui>
Note: See TracBrowser for help on using the repository browser.