| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>PrefPerformance</class>
|
|---|
| 4 | <widget class="QWidget" name="PrefPerformance">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>475</width>
|
|---|
| 10 | <height>591</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <layout class="QVBoxLayout">
|
|---|
| 14 | <property name="spacing">
|
|---|
| 15 | <number>6</number>
|
|---|
| 16 | </property>
|
|---|
| 17 | <property name="margin">
|
|---|
| 18 | <number>0</number>
|
|---|
| 19 | </property>
|
|---|
| 20 | <item>
|
|---|
| 21 | <widget class="QTabWidget" name="tabWidget">
|
|---|
| 22 | <property name="currentIndex">
|
|---|
| 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <widget class="QWidget" name="tab">
|
|---|
| 26 | <attribute name="title">
|
|---|
| 27 | <string>&Performance</string>
|
|---|
| 28 | </attribute>
|
|---|
| 29 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
|---|
| 30 | <item>
|
|---|
| 31 | <widget class="QGroupBox" name="priority_group">
|
|---|
| 32 | <property name="title">
|
|---|
| 33 | <string>Priority</string>
|
|---|
| 34 | </property>
|
|---|
| 35 | <layout class="QVBoxLayout">
|
|---|
| 36 | <property name="spacing">
|
|---|
| 37 | <number>6</number>
|
|---|
| 38 | </property>
|
|---|
| 39 | <property name="margin">
|
|---|
| 40 | <number>9</number>
|
|---|
| 41 | </property>
|
|---|
| 42 | <item>
|
|---|
| 43 | <widget class="QLabel" name="priority_intro_label">
|
|---|
| 44 | <property name="text">
|
|---|
| 45 | <string>Select the priority for the MPlayer process.</string>
|
|---|
| 46 | </property>
|
|---|
| 47 | <property name="wordWrap">
|
|---|
| 48 | <bool>false</bool>
|
|---|
| 49 | </property>
|
|---|
| 50 | </widget>
|
|---|
| 51 | </item>
|
|---|
| 52 | <item>
|
|---|
| 53 | <layout class="QHBoxLayout">
|
|---|
| 54 | <property name="spacing">
|
|---|
| 55 | <number>6</number>
|
|---|
| 56 | </property>
|
|---|
| 57 | <property name="margin">
|
|---|
| 58 | <number>0</number>
|
|---|
| 59 | </property>
|
|---|
| 60 | <item>
|
|---|
| 61 | <widget class="QLabel" name="priority_label">
|
|---|
| 62 | <property name="text">
|
|---|
| 63 | <string>Priorit&y:</string>
|
|---|
| 64 | </property>
|
|---|
| 65 | <property name="wordWrap">
|
|---|
| 66 | <bool>false</bool>
|
|---|
| 67 | </property>
|
|---|
| 68 | <property name="buddy">
|
|---|
| 69 | <cstring>priority_combo</cstring>
|
|---|
| 70 | </property>
|
|---|
| 71 | </widget>
|
|---|
| 72 | </item>
|
|---|
| 73 | <item>
|
|---|
| 74 | <widget class="QComboBox" name="priority_combo">
|
|---|
| 75 | <item>
|
|---|
| 76 | <property name="text">
|
|---|
| 77 | <string>realtime</string>
|
|---|
| 78 | </property>
|
|---|
| 79 | </item>
|
|---|
| 80 | <item>
|
|---|
| 81 | <property name="text">
|
|---|
| 82 | <string>high</string>
|
|---|
| 83 | </property>
|
|---|
| 84 | </item>
|
|---|
| 85 | <item>
|
|---|
| 86 | <property name="text">
|
|---|
| 87 | <string>abovenormal</string>
|
|---|
| 88 | </property>
|
|---|
| 89 | </item>
|
|---|
| 90 | <item>
|
|---|
| 91 | <property name="text">
|
|---|
| 92 | <string>normal</string>
|
|---|
| 93 | </property>
|
|---|
| 94 | </item>
|
|---|
| 95 | <item>
|
|---|
| 96 | <property name="text">
|
|---|
| 97 | <string>belownormal</string>
|
|---|
| 98 | </property>
|
|---|
| 99 | </item>
|
|---|
| 100 | <item>
|
|---|
| 101 | <property name="text">
|
|---|
| 102 | <string>idle</string>
|
|---|
| 103 | </property>
|
|---|
| 104 | </item>
|
|---|
| 105 | </widget>
|
|---|
| 106 | </item>
|
|---|
| 107 | <item>
|
|---|
| 108 | <spacer>
|
|---|
| 109 | <property name="orientation">
|
|---|
| 110 | <enum>Qt::Horizontal</enum>
|
|---|
| 111 | </property>
|
|---|
| 112 | <property name="sizeType">
|
|---|
| 113 | <enum>QSizePolicy::Expanding</enum>
|
|---|
| 114 | </property>
|
|---|
| 115 | <property name="sizeHint" stdset="0">
|
|---|
| 116 | <size>
|
|---|
| 117 | <width>201</width>
|
|---|
| 118 | <height>21</height>
|
|---|
| 119 | </size>
|
|---|
| 120 | </property>
|
|---|
| 121 | </spacer>
|
|---|
| 122 | </item>
|
|---|
| 123 | </layout>
|
|---|
| 124 | </item>
|
|---|
| 125 | </layout>
|
|---|
| 126 | </widget>
|
|---|
| 127 | </item>
|
|---|
| 128 | <item>
|
|---|
| 129 | <widget class="QCheckBox" name="framedrop_check">
|
|---|
| 130 | <property name="text">
|
|---|
| 131 | <string>&Allow frame drop</string>
|
|---|
| 132 | </property>
|
|---|
| 133 | </widget>
|
|---|
| 134 | </item>
|
|---|
| 135 | <item>
|
|---|
| 136 | <widget class="QCheckBox" name="hardframedrop_check">
|
|---|
| 137 | <property name="text">
|
|---|
| 138 | <string>Allow &hard frame drop (can lead to image distortion)</string>
|
|---|
| 139 | </property>
|
|---|
| 140 | </widget>
|
|---|
| 141 | </item>
|
|---|
| 142 | <item>
|
|---|
| 143 | <widget class="QGroupBox" name="groupBox_2">
|
|---|
| 144 | <property name="title">
|
|---|
| 145 | <string>Decoding</string>
|
|---|
| 146 | </property>
|
|---|
| 147 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 148 | <item>
|
|---|
| 149 | <layout class="QHBoxLayout">
|
|---|
| 150 | <property name="spacing">
|
|---|
| 151 | <number>6</number>
|
|---|
| 152 | </property>
|
|---|
| 153 | <property name="margin">
|
|---|
| 154 | <number>0</number>
|
|---|
| 155 | </property>
|
|---|
| 156 | <item>
|
|---|
| 157 | <widget class="QLabel" name="label_13">
|
|---|
| 158 | <property name="text">
|
|---|
| 159 | <string>&Threads for decoding (MPEG-1/2 and H.264 only):</string>
|
|---|
| 160 | </property>
|
|---|
| 161 | <property name="buddy">
|
|---|
| 162 | <cstring>threads_spin</cstring>
|
|---|
| 163 | </property>
|
|---|
| 164 | </widget>
|
|---|
| 165 | </item>
|
|---|
| 166 | <item>
|
|---|
| 167 | <widget class="QSpinBox" name="threads_spin">
|
|---|
| 168 | <property name="minimum">
|
|---|
| 169 | <number>1</number>
|
|---|
| 170 | </property>
|
|---|
| 171 | <property name="maximum">
|
|---|
| 172 | <number>16</number>
|
|---|
| 173 | </property>
|
|---|
| 174 | <property name="value">
|
|---|
| 175 | <number>1</number>
|
|---|
| 176 | </property>
|
|---|
| 177 | </widget>
|
|---|
| 178 | </item>
|
|---|
| 179 | <item>
|
|---|
| 180 | <spacer>
|
|---|
| 181 | <property name="orientation">
|
|---|
| 182 | <enum>Qt::Horizontal</enum>
|
|---|
| 183 | </property>
|
|---|
| 184 | <property name="sizeHint" stdset="0">
|
|---|
| 185 | <size>
|
|---|
| 186 | <width>40</width>
|
|---|
| 187 | <height>20</height>
|
|---|
| 188 | </size>
|
|---|
| 189 | </property>
|
|---|
| 190 | </spacer>
|
|---|
| 191 | </item>
|
|---|
| 192 | </layout>
|
|---|
| 193 | </item>
|
|---|
| 194 | <item>
|
|---|
| 195 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 196 | <item>
|
|---|
| 197 | <widget class="QLabel" name="label_16">
|
|---|
| 198 | <property name="text">
|
|---|
| 199 | <string>Hardware &decoding</string>
|
|---|
| 200 | </property>
|
|---|
| 201 | <property name="buddy">
|
|---|
| 202 | <cstring>hwdec_combo</cstring>
|
|---|
| 203 | </property>
|
|---|
| 204 | </widget>
|
|---|
| 205 | </item>
|
|---|
| 206 | <item>
|
|---|
| 207 | <widget class="QComboBox" name="hwdec_combo"/>
|
|---|
| 208 | </item>
|
|---|
| 209 | <item>
|
|---|
| 210 | <spacer name="horizontalSpacer">
|
|---|
| 211 | <property name="orientation">
|
|---|
| 212 | <enum>Qt::Horizontal</enum>
|
|---|
| 213 | </property>
|
|---|
| 214 | <property name="sizeHint" stdset="0">
|
|---|
| 215 | <size>
|
|---|
| 216 | <width>40</width>
|
|---|
| 217 | <height>20</height>
|
|---|
| 218 | </size>
|
|---|
| 219 | </property>
|
|---|
| 220 | </spacer>
|
|---|
| 221 | </item>
|
|---|
| 222 | </layout>
|
|---|
| 223 | </item>
|
|---|
| 224 | </layout>
|
|---|
| 225 | </widget>
|
|---|
| 226 | </item>
|
|---|
| 227 | <item>
|
|---|
| 228 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 229 | <property name="title">
|
|---|
| 230 | <string>H.264</string>
|
|---|
| 231 | </property>
|
|---|
| 232 | <layout class="QVBoxLayout">
|
|---|
| 233 | <property name="spacing">
|
|---|
| 234 | <number>6</number>
|
|---|
| 235 | </property>
|
|---|
| 236 | <property name="margin">
|
|---|
| 237 | <number>9</number>
|
|---|
| 238 | </property>
|
|---|
| 239 | <item>
|
|---|
| 240 | <layout class="QHBoxLayout">
|
|---|
| 241 | <item>
|
|---|
| 242 | <widget class="QLabel" name="label_8">
|
|---|
| 243 | <property name="text">
|
|---|
| 244 | <string>Loop &filter</string>
|
|---|
| 245 | </property>
|
|---|
| 246 | <property name="buddy">
|
|---|
| 247 | <cstring>loopfilter_combo</cstring>
|
|---|
| 248 | </property>
|
|---|
| 249 | </widget>
|
|---|
| 250 | </item>
|
|---|
| 251 | <item>
|
|---|
| 252 | <widget class="QComboBox" name="loopfilter_combo"/>
|
|---|
| 253 | </item>
|
|---|
| 254 | <item>
|
|---|
| 255 | <spacer>
|
|---|
| 256 | <property name="orientation">
|
|---|
| 257 | <enum>Qt::Horizontal</enum>
|
|---|
| 258 | </property>
|
|---|
| 259 | <property name="sizeHint" stdset="0">
|
|---|
| 260 | <size>
|
|---|
| 261 | <width>40</width>
|
|---|
| 262 | <height>20</height>
|
|---|
| 263 | </size>
|
|---|
| 264 | </property>
|
|---|
| 265 | </spacer>
|
|---|
| 266 | </item>
|
|---|
| 267 | </layout>
|
|---|
| 268 | </item>
|
|---|
| 269 | <item>
|
|---|
| 270 | <widget class="QCheckBox" name="coreavc_check">
|
|---|
| 271 | <property name="text">
|
|---|
| 272 | <string>&Use CoreAVC if no other codec specified</string>
|
|---|
| 273 | </property>
|
|---|
| 274 | </widget>
|
|---|
| 275 | </item>
|
|---|
| 276 | </layout>
|
|---|
| 277 | </widget>
|
|---|
| 278 | </item>
|
|---|
| 279 | <item>
|
|---|
| 280 | <layout class="QHBoxLayout">
|
|---|
| 281 | <property name="spacing">
|
|---|
| 282 | <number>6</number>
|
|---|
| 283 | </property>
|
|---|
| 284 | <property name="margin">
|
|---|
| 285 | <number>0</number>
|
|---|
| 286 | </property>
|
|---|
| 287 | <item>
|
|---|
| 288 | <widget class="QLabel" name="fast_audio_label">
|
|---|
| 289 | <property name="text">
|
|---|
| 290 | <string>&Fast audio track switching</string>
|
|---|
| 291 | </property>
|
|---|
| 292 | <property name="buddy">
|
|---|
| 293 | <cstring>fast_audio_combo</cstring>
|
|---|
| 294 | </property>
|
|---|
| 295 | </widget>
|
|---|
| 296 | </item>
|
|---|
| 297 | <item>
|
|---|
| 298 | <widget class="TristateCombo" name="fast_audio_combo"/>
|
|---|
| 299 | </item>
|
|---|
| 300 | <item>
|
|---|
| 301 | <spacer>
|
|---|
| 302 | <property name="orientation">
|
|---|
| 303 | <enum>Qt::Horizontal</enum>
|
|---|
| 304 | </property>
|
|---|
| 305 | <property name="sizeHint" stdset="0">
|
|---|
| 306 | <size>
|
|---|
| 307 | <width>40</width>
|
|---|
| 308 | <height>20</height>
|
|---|
| 309 | </size>
|
|---|
| 310 | </property>
|
|---|
| 311 | </spacer>
|
|---|
| 312 | </item>
|
|---|
| 313 | </layout>
|
|---|
| 314 | </item>
|
|---|
| 315 | <item>
|
|---|
| 316 | <widget class="QCheckBox" name="fast_chapter_check">
|
|---|
| 317 | <property name="text">
|
|---|
| 318 | <string>Fast &seek to chapters in dvds</string>
|
|---|
| 319 | </property>
|
|---|
| 320 | </widget>
|
|---|
| 321 | </item>
|
|---|
| 322 | <item>
|
|---|
| 323 | <spacer>
|
|---|
| 324 | <property name="orientation">
|
|---|
| 325 | <enum>Qt::Vertical</enum>
|
|---|
| 326 | </property>
|
|---|
| 327 | <property name="sizeHint" stdset="0">
|
|---|
| 328 | <size>
|
|---|
| 329 | <width>20</width>
|
|---|
| 330 | <height>40</height>
|
|---|
| 331 | </size>
|
|---|
| 332 | </property>
|
|---|
| 333 | </spacer>
|
|---|
| 334 | </item>
|
|---|
| 335 | </layout>
|
|---|
| 336 | </widget>
|
|---|
| 337 | <widget class="QWidget" name="tab_2">
|
|---|
| 338 | <attribute name="title">
|
|---|
| 339 | <string>&Cache</string>
|
|---|
| 340 | </attribute>
|
|---|
| 341 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|---|
| 342 | <item>
|
|---|
| 343 | <widget class="QLabel" name="textLabel1_12">
|
|---|
| 344 | <property name="text">
|
|---|
| 345 | <string>Setting a cache may improve performance on slow media</string>
|
|---|
| 346 | </property>
|
|---|
| 347 | <property name="wordWrap">
|
|---|
| 348 | <bool>false</bool>
|
|---|
| 349 | </property>
|
|---|
| 350 | </widget>
|
|---|
| 351 | </item>
|
|---|
| 352 | <item>
|
|---|
| 353 | <widget class="QCheckBox" name="cache_auto_check">
|
|---|
| 354 | <property name="text">
|
|---|
| 355 | <string>A&uto</string>
|
|---|
| 356 | </property>
|
|---|
| 357 | </widget>
|
|---|
| 358 | </item>
|
|---|
| 359 | <item>
|
|---|
| 360 | <widget class="QWidget" name="cache_widget" native="true">
|
|---|
| 361 | <property name="enabled">
|
|---|
| 362 | <bool>true</bool>
|
|---|
| 363 | </property>
|
|---|
| 364 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 365 | <property name="margin">
|
|---|
| 366 | <number>2</number>
|
|---|
| 367 | </property>
|
|---|
| 368 | <property name="spacing">
|
|---|
| 369 | <number>2</number>
|
|---|
| 370 | </property>
|
|---|
| 371 | <item row="0" column="0">
|
|---|
| 372 | <widget class="QLabel" name="label_2">
|
|---|
| 373 | <property name="text">
|
|---|
| 374 | <string>Cache for &local files:</string>
|
|---|
| 375 | </property>
|
|---|
| 376 | <property name="buddy">
|
|---|
| 377 | <cstring>cache_files_spin</cstring>
|
|---|
| 378 | </property>
|
|---|
| 379 | </widget>
|
|---|
| 380 | </item>
|
|---|
| 381 | <item row="0" column="1">
|
|---|
| 382 | <widget class="QSpinBox" name="cache_files_spin">
|
|---|
| 383 | <property name="maximum">
|
|---|
| 384 | <number>100000</number>
|
|---|
| 385 | </property>
|
|---|
| 386 | </widget>
|
|---|
| 387 | </item>
|
|---|
| 388 | <item row="0" column="2">
|
|---|
| 389 | <widget class="QLabel" name="label_3">
|
|---|
| 390 | <property name="text">
|
|---|
| 391 | <string>KB</string>
|
|---|
| 392 | </property>
|
|---|
| 393 | </widget>
|
|---|
| 394 | </item>
|
|---|
| 395 | <item row="0" column="3">
|
|---|
| 396 | <spacer>
|
|---|
| 397 | <property name="orientation">
|
|---|
| 398 | <enum>Qt::Horizontal</enum>
|
|---|
| 399 | </property>
|
|---|
| 400 | <property name="sizeHint" stdset="0">
|
|---|
| 401 | <size>
|
|---|
| 402 | <width>203</width>
|
|---|
| 403 | <height>20</height>
|
|---|
| 404 | </size>
|
|---|
| 405 | </property>
|
|---|
| 406 | </spacer>
|
|---|
| 407 | </item>
|
|---|
| 408 | <item row="1" column="0">
|
|---|
| 409 | <widget class="QLabel" name="label_4">
|
|---|
| 410 | <property name="text">
|
|---|
| 411 | <string>Cache for &streams:</string>
|
|---|
| 412 | </property>
|
|---|
| 413 | <property name="buddy">
|
|---|
| 414 | <cstring>cache_streams_spin</cstring>
|
|---|
| 415 | </property>
|
|---|
| 416 | </widget>
|
|---|
| 417 | </item>
|
|---|
| 418 | <item row="1" column="1">
|
|---|
| 419 | <widget class="QSpinBox" name="cache_streams_spin">
|
|---|
| 420 | <property name="maximum">
|
|---|
| 421 | <number>100000</number>
|
|---|
| 422 | </property>
|
|---|
| 423 | </widget>
|
|---|
| 424 | </item>
|
|---|
| 425 | <item row="1" column="2">
|
|---|
| 426 | <widget class="QLabel" name="label_5">
|
|---|
| 427 | <property name="text">
|
|---|
| 428 | <string>KB</string>
|
|---|
| 429 | </property>
|
|---|
| 430 | </widget>
|
|---|
| 431 | </item>
|
|---|
| 432 | <item row="1" column="3">
|
|---|
| 433 | <spacer>
|
|---|
| 434 | <property name="orientation">
|
|---|
| 435 | <enum>Qt::Horizontal</enum>
|
|---|
| 436 | </property>
|
|---|
| 437 | <property name="sizeHint" stdset="0">
|
|---|
| 438 | <size>
|
|---|
| 439 | <width>203</width>
|
|---|
| 440 | <height>27</height>
|
|---|
| 441 | </size>
|
|---|
| 442 | </property>
|
|---|
| 443 | </spacer>
|
|---|
| 444 | </item>
|
|---|
| 445 | <item row="2" column="0">
|
|---|
| 446 | <widget class="QLabel" name="label_6">
|
|---|
| 447 | <property name="text">
|
|---|
| 448 | <string>Cache for &DVDs:</string>
|
|---|
| 449 | </property>
|
|---|
| 450 | <property name="buddy">
|
|---|
| 451 | <cstring>cache_dvds_spin</cstring>
|
|---|
| 452 | </property>
|
|---|
| 453 | </widget>
|
|---|
| 454 | </item>
|
|---|
| 455 | <item row="2" column="1">
|
|---|
| 456 | <widget class="QSpinBox" name="cache_dvds_spin">
|
|---|
| 457 | <property name="maximum">
|
|---|
| 458 | <number>100000</number>
|
|---|
| 459 | </property>
|
|---|
| 460 | </widget>
|
|---|
| 461 | </item>
|
|---|
| 462 | <item row="2" column="2">
|
|---|
| 463 | <widget class="QLabel" name="label_7">
|
|---|
| 464 | <property name="text">
|
|---|
| 465 | <string>KB</string>
|
|---|
| 466 | </property>
|
|---|
| 467 | </widget>
|
|---|
| 468 | </item>
|
|---|
| 469 | <item row="2" column="3">
|
|---|
| 470 | <spacer>
|
|---|
| 471 | <property name="orientation">
|
|---|
| 472 | <enum>Qt::Horizontal</enum>
|
|---|
| 473 | </property>
|
|---|
| 474 | <property name="sizeHint" stdset="0">
|
|---|
| 475 | <size>
|
|---|
| 476 | <width>203</width>
|
|---|
| 477 | <height>27</height>
|
|---|
| 478 | </size>
|
|---|
| 479 | </property>
|
|---|
| 480 | </spacer>
|
|---|
| 481 | </item>
|
|---|
| 482 | <item row="3" column="0">
|
|---|
| 483 | <widget class="QLabel" name="label_9">
|
|---|
| 484 | <property name="text">
|
|---|
| 485 | <string>Cache for &audio CDs:</string>
|
|---|
| 486 | </property>
|
|---|
| 487 | <property name="buddy">
|
|---|
| 488 | <cstring>cache_cds_spin</cstring>
|
|---|
| 489 | </property>
|
|---|
| 490 | </widget>
|
|---|
| 491 | </item>
|
|---|
| 492 | <item row="3" column="1">
|
|---|
| 493 | <widget class="QSpinBox" name="cache_cds_spin">
|
|---|
| 494 | <property name="maximum">
|
|---|
| 495 | <number>100000</number>
|
|---|
| 496 | </property>
|
|---|
| 497 | </widget>
|
|---|
| 498 | </item>
|
|---|
| 499 | <item row="3" column="2">
|
|---|
| 500 | <widget class="QLabel" name="label_10">
|
|---|
| 501 | <property name="text">
|
|---|
| 502 | <string>KB</string>
|
|---|
| 503 | </property>
|
|---|
| 504 | </widget>
|
|---|
| 505 | </item>
|
|---|
| 506 | <item row="3" column="3">
|
|---|
| 507 | <spacer>
|
|---|
| 508 | <property name="orientation">
|
|---|
| 509 | <enum>Qt::Horizontal</enum>
|
|---|
| 510 | </property>
|
|---|
| 511 | <property name="sizeHint" stdset="0">
|
|---|
| 512 | <size>
|
|---|
| 513 | <width>203</width>
|
|---|
| 514 | <height>27</height>
|
|---|
| 515 | </size>
|
|---|
| 516 | </property>
|
|---|
| 517 | </spacer>
|
|---|
| 518 | </item>
|
|---|
| 519 | <item row="4" column="0">
|
|---|
| 520 | <widget class="QLabel" name="label_12">
|
|---|
| 521 | <property name="text">
|
|---|
| 522 | <string>Cache for &VCDs:</string>
|
|---|
| 523 | </property>
|
|---|
| 524 | <property name="buddy">
|
|---|
| 525 | <cstring>cache_vcds_spin</cstring>
|
|---|
| 526 | </property>
|
|---|
| 527 | </widget>
|
|---|
| 528 | </item>
|
|---|
| 529 | <item row="4" column="1">
|
|---|
| 530 | <widget class="QSpinBox" name="cache_vcds_spin">
|
|---|
| 531 | <property name="maximum">
|
|---|
| 532 | <number>100000</number>
|
|---|
| 533 | </property>
|
|---|
| 534 | </widget>
|
|---|
| 535 | </item>
|
|---|
| 536 | <item row="4" column="2">
|
|---|
| 537 | <widget class="QLabel" name="label_11">
|
|---|
| 538 | <property name="text">
|
|---|
| 539 | <string>KB</string>
|
|---|
| 540 | </property>
|
|---|
| 541 | </widget>
|
|---|
| 542 | </item>
|
|---|
| 543 | <item row="4" column="3">
|
|---|
| 544 | <spacer>
|
|---|
| 545 | <property name="orientation">
|
|---|
| 546 | <enum>Qt::Horizontal</enum>
|
|---|
| 547 | </property>
|
|---|
| 548 | <property name="sizeHint" stdset="0">
|
|---|
| 549 | <size>
|
|---|
| 550 | <width>203</width>
|
|---|
| 551 | <height>27</height>
|
|---|
| 552 | </size>
|
|---|
| 553 | </property>
|
|---|
| 554 | </spacer>
|
|---|
| 555 | </item>
|
|---|
| 556 | <item row="5" column="0">
|
|---|
| 557 | <widget class="QLabel" name="cachetv_label">
|
|---|
| 558 | <property name="text">
|
|---|
| 559 | <string>Cache for &TV:</string>
|
|---|
| 560 | </property>
|
|---|
| 561 | <property name="buddy">
|
|---|
| 562 | <cstring>cache_tv_spin</cstring>
|
|---|
| 563 | </property>
|
|---|
| 564 | </widget>
|
|---|
| 565 | </item>
|
|---|
| 566 | <item row="5" column="1">
|
|---|
| 567 | <widget class="QSpinBox" name="cache_tv_spin">
|
|---|
| 568 | <property name="maximum">
|
|---|
| 569 | <number>100000</number>
|
|---|
| 570 | </property>
|
|---|
| 571 | </widget>
|
|---|
| 572 | </item>
|
|---|
| 573 | <item row="5" column="2">
|
|---|
| 574 | <widget class="QLabel" name="cachetv_label2">
|
|---|
| 575 | <property name="text">
|
|---|
| 576 | <string>KB</string>
|
|---|
| 577 | </property>
|
|---|
| 578 | </widget>
|
|---|
| 579 | </item>
|
|---|
| 580 | <item row="5" column="3">
|
|---|
| 581 | <spacer>
|
|---|
| 582 | <property name="orientation">
|
|---|
| 583 | <enum>Qt::Horizontal</enum>
|
|---|
| 584 | </property>
|
|---|
| 585 | <property name="sizeHint" stdset="0">
|
|---|
| 586 | <size>
|
|---|
| 587 | <width>203</width>
|
|---|
| 588 | <height>27</height>
|
|---|
| 589 | </size>
|
|---|
| 590 | </property>
|
|---|
| 591 | </spacer>
|
|---|
| 592 | </item>
|
|---|
| 593 | </layout>
|
|---|
| 594 | </widget>
|
|---|
| 595 | </item>
|
|---|
| 596 | <item>
|
|---|
| 597 | <spacer>
|
|---|
| 598 | <property name="orientation">
|
|---|
| 599 | <enum>Qt::Vertical</enum>
|
|---|
| 600 | </property>
|
|---|
| 601 | <property name="sizeHint" stdset="0">
|
|---|
| 602 | <size>
|
|---|
| 603 | <width>20</width>
|
|---|
| 604 | <height>40</height>
|
|---|
| 605 | </size>
|
|---|
| 606 | </property>
|
|---|
| 607 | </spacer>
|
|---|
| 608 | </item>
|
|---|
| 609 | </layout>
|
|---|
| 610 | </widget>
|
|---|
| 611 | </widget>
|
|---|
| 612 | </item>
|
|---|
| 613 | </layout>
|
|---|
| 614 | </widget>
|
|---|
| 615 | <customwidgets>
|
|---|
| 616 | <customwidget>
|
|---|
| 617 | <class>TristateCombo</class>
|
|---|
| 618 | <extends>QComboBox</extends>
|
|---|
| 619 | <header>tristatecombo.h</header>
|
|---|
| 620 | </customwidget>
|
|---|
| 621 | </customwidgets>
|
|---|
| 622 | <tabstops>
|
|---|
| 623 | <tabstop>tabWidget</tabstop>
|
|---|
| 624 | <tabstop>priority_combo</tabstop>
|
|---|
| 625 | <tabstop>framedrop_check</tabstop>
|
|---|
| 626 | <tabstop>hardframedrop_check</tabstop>
|
|---|
| 627 | <tabstop>threads_spin</tabstop>
|
|---|
| 628 | <tabstop>hwdec_combo</tabstop>
|
|---|
| 629 | <tabstop>loopfilter_combo</tabstop>
|
|---|
| 630 | <tabstop>coreavc_check</tabstop>
|
|---|
| 631 | <tabstop>fast_audio_combo</tabstop>
|
|---|
| 632 | <tabstop>fast_chapter_check</tabstop>
|
|---|
| 633 | <tabstop>cache_auto_check</tabstop>
|
|---|
| 634 | <tabstop>cache_files_spin</tabstop>
|
|---|
| 635 | <tabstop>cache_streams_spin</tabstop>
|
|---|
| 636 | <tabstop>cache_dvds_spin</tabstop>
|
|---|
| 637 | <tabstop>cache_cds_spin</tabstop>
|
|---|
| 638 | <tabstop>cache_vcds_spin</tabstop>
|
|---|
| 639 | <tabstop>cache_tv_spin</tabstop>
|
|---|
| 640 | </tabstops>
|
|---|
| 641 | <resources/>
|
|---|
| 642 | <connections>
|
|---|
| 643 | <connection>
|
|---|
| 644 | <sender>cache_auto_check</sender>
|
|---|
| 645 | <signal>toggled(bool)</signal>
|
|---|
| 646 | <receiver>cache_widget</receiver>
|
|---|
| 647 | <slot>setDisabled(bool)</slot>
|
|---|
| 648 | <hints>
|
|---|
| 649 | <hint type="sourcelabel">
|
|---|
| 650 | <x>237</x>
|
|---|
| 651 | <y>81</y>
|
|---|
| 652 | </hint>
|
|---|
| 653 | <hint type="destinationlabel">
|
|---|
| 654 | <x>255</x>
|
|---|
| 655 | <y>213</y>
|
|---|
| 656 | </hint>
|
|---|
| 657 | </hints>
|
|---|
| 658 | </connection>
|
|---|
| 659 | </connections>
|
|---|
| 660 | </ui>
|
|---|