ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundpage4.ui
Revision: 790
Committed: Sat Apr 6 20:54:26 2013 UTC (12 years, 6 months ago) by s10k
Original Path: Vago/trunk/Vago/soundWizard/soundpage4.ui
File size: 5068 byte(s)
Log Message:
Some updates in 0.8 version related with Mac OS. They should improve the application on Mac.

File Contents

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