|
151 | 151 | </property> |
152 | 152 | </widget> |
153 | 153 | </item> |
154 | | - <item row="11" column="0"> |
| 154 | + <item row="10" column="0"> |
| 155 | + <widget class="QLabel" name="externalSyncLatencyCompensationLabel"> |
| 156 | + <property name="text"> |
| 157 | + <string>External Sync Latency Compensation</string> |
| 158 | + </property> |
| 159 | + <property name="buddy"> |
| 160 | + <cstring>externalSyncLatencyCompensationSpinBox</cstring> |
| 161 | + </property> |
| 162 | + </widget> |
| 163 | + </item> |
| 164 | + <item row="10" column="1"> |
| 165 | + <widget class="QDoubleSpinBox" name="externalSyncLatencyCompensationSpinBox"> |
| 166 | + <property name="suffix"> |
| 167 | + <string> ms</string> |
| 168 | + </property> |
| 169 | + <property name="decimals"> |
| 170 | + <number>3</number> |
| 171 | + </property> |
| 172 | + <property name="minimum"> |
| 173 | + <double>-100.000000000000000</double> |
| 174 | + </property> |
| 175 | + <property name="maximum"> |
| 176 | + <double>100.000000000000000</double> |
| 177 | + </property> |
| 178 | + <property name="singleStep"> |
| 179 | + <double>0.100000000000000</double> |
| 180 | + </property> |
| 181 | + </widget> |
| 182 | + </item> |
| 183 | + <item row="12" column="0"> |
155 | 184 | <widget class="QLabel" name="mainDelayLabel"> |
156 | 185 | <property name="text"> |
157 | 186 | <string>Main Output Delay</string> |
158 | 187 | </property> |
159 | 188 | </widget> |
160 | 189 | </item> |
161 | | - <item row="11" column="1"> |
| 190 | + <item row="12" column="1"> |
162 | 191 | <widget class="QDoubleSpinBox" name="mainDelaySpinBox"> |
163 | 192 | <property name="suffix"> |
164 | 193 | <string extracomment="milliseconds"> ms</string> |
|
174 | 203 | </property> |
175 | 204 | </widget> |
176 | 205 | </item> |
177 | | - <item row="12" column="0"> |
| 206 | + <item row="13" column="0"> |
178 | 207 | <widget class="QLabel" name="headDelayLabel"> |
179 | 208 | <property name="text"> |
180 | 209 | <string>Headphone Output Delay</string> |
181 | 210 | </property> |
182 | 211 | </widget> |
183 | 212 | </item> |
184 | | - <item row="12" column="1"> |
| 213 | + <item row="13" column="1"> |
185 | 214 | <widget class="QDoubleSpinBox" name="headDelaySpinBox"> |
186 | 215 | <property name="suffix"> |
187 | 216 | <string extracomment="milliseconds"> ms</string> |
|
197 | 226 | </property> |
198 | 227 | </widget> |
199 | 228 | </item> |
200 | | - <item row="13" column="0"> |
| 229 | + <item row="14" column="0"> |
201 | 230 | <widget class="QLabel" name="boothDelayLabel"> |
202 | 231 | <property name="text"> |
203 | 232 | <string>Booth Output Delay</string> |
204 | 233 | </property> |
205 | 234 | </widget> |
206 | 235 | </item> |
207 | | - <item row="13" column="1"> |
| 236 | + <item row="14" column="1"> |
208 | 237 | <widget class="QDoubleSpinBox" name="boothDelaySpinBox"> |
209 | 238 | <property name="suffix"> |
210 | 239 | <string extracomment="milliseconds"> ms</string> |
|
213 | 242 | <number>3</number> |
214 | 243 | </property> |
215 | 244 | <property name="maximum"> |
216 | | - <double>500.000000000000000</double> |
| 245 | + <double>-100.000000000000000</double> |
| 246 | + </property> |
| 247 | + <property name="maximum"> |
| 248 | + <double>100.000000000000000</double> |
217 | 249 | </property> |
218 | 250 | <property name="singleStep"> |
219 | 251 | <double>0.100000000000000</double> |
220 | 252 | </property> |
221 | 253 | </widget> |
222 | 254 | </item> |
223 | | - <item row="14" column="0" colspan="2"> |
| 255 | + <item row="15" column="0" colspan="2"> |
224 | 256 | <widget class="QLabel" name="latencyCompensationWarningLabel"> |
225 | 257 | <property name="text"> |
226 | 258 | <string notr="true">warning goes here</string> |
|
0 commit comments