ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundpage4.ui
(Generate patch)

Comparing Vago/trunk/Vago/soundWizard/soundpage4.ui (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 811 by s10k, Sat Apr 13 12:15:20 2013 UTC

# Line 16 | Line 16
16    <property name="title">
17     <string>OSBD.grp file properties</string>
18    </property>
19 <  <layout class="QVBoxLayout" name="verticalLayout_2">
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="QVBoxLayout" name="verticalLayout">
26 <      <item>
27 <       <layout class="QHBoxLayout" name="horizontalLayout_2">
28 <        <item>
29 <         <widget class="QLabel" name="label">
30 <          <property name="minimumSize">
31 <           <size>
32 <            <width>115</width>
33 <            <height>0</height>
34 <           </size>
35 <          </property>
36 <          <property name="text">
37 <           <string>Volume:</string>
38 <          </property>
39 <         </widget>
40 <        </item>
41 <        <item>
42 <         <widget class="QLineEdit" name="leVolume">
43 <          <property name="text">
44 <           <string>1</string>
45 <          </property>
46 <         </widget>
47 <        </item>
48 <       </layout>
49 <      </item>
50 <      <item>
51 <       <layout class="QHBoxLayout" name="horizontalLayout_3">
52 <        <item>
53 <         <widget class="QLabel" name="label_2">
54 <          <property name="minimumSize">
55 <           <size>
56 <            <width>115</width>
57 <            <height>0</height>
58 <           </size>
59 <          </property>
60 <          <property name="text">
61 <           <string>Min volume:</string>
62 <          </property>
63 <         </widget>
64 <        </item>
65 <        <item>
66 <         <widget class="QLineEdit" name="leMinVolume">
67 <          <property name="text">
68 <           <string>1</string>
69 <          </property>
70 <         </widget>
71 <        </item>
72 <       </layout>
73 <      </item>
74 <      <item>
75 <       <layout class="QHBoxLayout" name="horizontalLayout_4">
76 <        <item>
77 <         <widget class="QLabel" name="label_3">
78 <          <property name="minimumSize">
79 <           <size>
80 <            <width>115</width>
81 <            <height>0</height>
82 <           </size>
83 <          </property>
84 <          <property name="text">
85 <           <string>Max volume:</string>
86 <          </property>
87 <         </widget>
88 <        </item>
89 <        <item>
90 <         <widget class="QLineEdit" name="leMaxVolume">
91 <          <property name="text">
92 <           <string>1</string>
93 <          </property>
94 <         </widget>
95 <        </item>
96 <       </layout>
97 <      </item>
98 <      <item>
99 <       <layout class="QHBoxLayout" name="horizontalLayout_5">
100 <        <item>
101 <         <widget class="QLabel" name="label_4">
102 <          <property name="minimumSize">
103 <           <size>
104 <            <width>115</width>
105 <            <height>0</height>
106 <           </size>
107 <          </property>
108 <          <property name="text">
109 <           <string>Pitch:</string>
110 <          </property>
111 <         </widget>
112 <        </item>
113 <        <item>
114 <         <widget class="QLineEdit" name="lePitch">
115 <          <property name="text">
116 <           <string>1</string>
117 <          </property>
118 <         </widget>
119 <        </item>
120 <       </layout>
121 <      </item>
122 <      <item>
123 <       <layout class="QHBoxLayout" name="horizontalLayout_6">
124 <        <item>
125 <         <widget class="QLabel" name="label_5">
126 <          <property name="minimumSize">
127 <           <size>
128 <            <width>115</width>
129 <            <height>0</height>
130 <           </size>
131 <          </property>
132 <          <property name="text">
133 <           <string>Min pitch:</string>
134 <          </property>
135 <         </widget>
136 <        </item>
137 <        <item>
138 <         <widget class="QLineEdit" name="leMinPitch">
139 <          <property name="text">
140 <           <string>1</string>
141 <          </property>
142 <         </widget>
143 <        </item>
144 <       </layout>
145 <      </item>
146 <      <item>
147 <       <layout class="QHBoxLayout" name="horizontalLayout_7">
148 <        <item>
149 <         <widget class="QLabel" name="label_6">
150 <          <property name="minimumSize">
151 <           <size>
152 <            <width>115</width>
153 <            <height>0</height>
154 <           </size>
155 <          </property>
156 <          <property name="text">
157 <           <string>Max pitch:</string>
158 <          </property>
159 <         </widget>
160 <        </item>
161 <        <item>
162 <         <widget class="QLineEdit" name="leMaxPitch">
163 <          <property name="text">
164 <           <string>1</string>
165 <          </property>
166 <         </widget>
167 <        </item>
168 <       </layout>
169 <      </item>
170 <      <item>
171 <       <layout class="QHBoxLayout" name="horizontalLayout_8">
172 <        <item>
173 <         <widget class="QLabel" name="label_7">
174 <          <property name="minimumSize">
175 <           <size>
176 <            <width>115</width>
177 <            <height>0</height>
178 <           </size>
179 <          </property>
180 <          <property name="text">
181 <           <string>Weight:</string>
182 <          </property>
183 <         </widget>
184 <        </item>
185 <        <item>
186 <         <widget class="QLineEdit" name="leWeight">
187 <          <property name="text">
188 <           <string>10</string>
189 <          </property>
190 <         </widget>
191 <        </item>
192 <       </layout>
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>1</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>1</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>1</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>10</string>
121 >        </property>
122 >       </widget>
123        </item>
124 <      <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>

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)