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 790 by s10k, Sat Apr 6 20:54:26 2013 UTC

# Line 22 | Line 22
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 >      <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>
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>

Diff Legend

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