| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>PrefInterface</class>
|
|---|
| 4 | <widget class="QWidget" name="PrefInterface">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>497</width>
|
|---|
| 10 | <height>491</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <layout class="QVBoxLayout">
|
|---|
| 14 | <property name="spacing">
|
|---|
| 15 | <number>0</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>&Interface</string>
|
|---|
| 28 | </attribute>
|
|---|
| 29 | <layout class="QVBoxLayout">
|
|---|
| 30 | <property name="spacing">
|
|---|
| 31 | <number>6</number>
|
|---|
| 32 | </property>
|
|---|
| 33 | <property name="margin">
|
|---|
| 34 | <number>9</number>
|
|---|
| 35 | </property>
|
|---|
| 36 | <item>
|
|---|
| 37 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 38 | <property name="title">
|
|---|
| 39 | <string>Main window</string>
|
|---|
| 40 | </property>
|
|---|
| 41 | <layout class="QHBoxLayout">
|
|---|
| 42 | <property name="spacing">
|
|---|
| 43 | <number>6</number>
|
|---|
| 44 | </property>
|
|---|
| 45 | <property name="margin">
|
|---|
| 46 | <number>9</number>
|
|---|
| 47 | </property>
|
|---|
| 48 | <item>
|
|---|
| 49 | <widget class="QLabel" name="resize_window_icon">
|
|---|
| 50 | <property name="text">
|
|---|
| 51 | <string>TextLabel</string>
|
|---|
| 52 | </property>
|
|---|
| 53 | </widget>
|
|---|
| 54 | </item>
|
|---|
| 55 | <item>
|
|---|
| 56 | <layout class="QVBoxLayout">
|
|---|
| 57 | <property name="spacing">
|
|---|
| 58 | <number>6</number>
|
|---|
| 59 | </property>
|
|---|
| 60 | <property name="margin">
|
|---|
| 61 | <number>0</number>
|
|---|
| 62 | </property>
|
|---|
| 63 | <item>
|
|---|
| 64 | <widget class="QLabel" name="label">
|
|---|
| 65 | <property name="text">
|
|---|
| 66 | <string>Auto&resize:</string>
|
|---|
| 67 | </property>
|
|---|
| 68 | <property name="buddy">
|
|---|
| 69 | <cstring>mainwindow_resize_combo</cstring>
|
|---|
| 70 | </property>
|
|---|
| 71 | </widget>
|
|---|
| 72 | </item>
|
|---|
| 73 | <item>
|
|---|
| 74 | <widget class="QComboBox" name="mainwindow_resize_combo">
|
|---|
| 75 | <property name="sizePolicy">
|
|---|
| 76 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|---|
| 77 | <horstretch>0</horstretch>
|
|---|
| 78 | <verstretch>0</verstretch>
|
|---|
| 79 | </sizepolicy>
|
|---|
| 80 | </property>
|
|---|
| 81 | <item>
|
|---|
| 82 | <property name="text">
|
|---|
| 83 | <string>Never</string>
|
|---|
| 84 | </property>
|
|---|
| 85 | </item>
|
|---|
| 86 | <item>
|
|---|
| 87 | <property name="text">
|
|---|
| 88 | <string>Whenever it's needed</string>
|
|---|
| 89 | </property>
|
|---|
| 90 | </item>
|
|---|
| 91 | <item>
|
|---|
| 92 | <property name="text">
|
|---|
| 93 | <string>Only after loading a new video</string>
|
|---|
| 94 | </property>
|
|---|
| 95 | </item>
|
|---|
| 96 | </widget>
|
|---|
| 97 | </item>
|
|---|
| 98 | <item>
|
|---|
| 99 | <widget class="QCheckBox" name="save_size_check">
|
|---|
| 100 | <property name="text">
|
|---|
| 101 | <string>R&emember position and size</string>
|
|---|
| 102 | </property>
|
|---|
| 103 | </widget>
|
|---|
| 104 | </item>
|
|---|
| 105 | <item>
|
|---|
| 106 | <widget class="QCheckBox" name="hide_video_window_on_audio_check">
|
|---|
| 107 | <property name="text">
|
|---|
| 108 | <string>&Hide video window when playing audio files</string>
|
|---|
| 109 | </property>
|
|---|
| 110 | </widget>
|
|---|
| 111 | </item>
|
|---|
| 112 | </layout>
|
|---|
| 113 | </item>
|
|---|
| 114 | <item>
|
|---|
| 115 | <spacer>
|
|---|
| 116 | <property name="orientation">
|
|---|
| 117 | <enum>Qt::Horizontal</enum>
|
|---|
| 118 | </property>
|
|---|
| 119 | <property name="sizeHint" stdset="0">
|
|---|
| 120 | <size>
|
|---|
| 121 | <width>40</width>
|
|---|
| 122 | <height>20</height>
|
|---|
| 123 | </size>
|
|---|
| 124 | </property>
|
|---|
| 125 | </spacer>
|
|---|
| 126 | </item>
|
|---|
| 127 | </layout>
|
|---|
| 128 | </widget>
|
|---|
| 129 | </item>
|
|---|
| 130 | <item>
|
|---|
| 131 | <widget class="QGroupBox" name="groupBox_4">
|
|---|
| 132 | <property name="title">
|
|---|
| 133 | <string>Recent files</string>
|
|---|
| 134 | </property>
|
|---|
| 135 | <layout class="QHBoxLayout">
|
|---|
| 136 | <property name="spacing">
|
|---|
| 137 | <number>6</number>
|
|---|
| 138 | </property>
|
|---|
| 139 | <property name="margin">
|
|---|
| 140 | <number>9</number>
|
|---|
| 141 | </property>
|
|---|
| 142 | <item>
|
|---|
| 143 | <widget class="QLabel" name="textLabel1_15">
|
|---|
| 144 | <property name="text">
|
|---|
| 145 | <string>Ma&x. items</string>
|
|---|
| 146 | </property>
|
|---|
| 147 | <property name="wordWrap">
|
|---|
| 148 | <bool>false</bool>
|
|---|
| 149 | </property>
|
|---|
| 150 | <property name="buddy">
|
|---|
| 151 | <cstring>recents_max_items_spin</cstring>
|
|---|
| 152 | </property>
|
|---|
| 153 | </widget>
|
|---|
| 154 | </item>
|
|---|
| 155 | <item>
|
|---|
| 156 | <widget class="QSpinBox" name="recents_max_items_spin">
|
|---|
| 157 | <property name="minimum">
|
|---|
| 158 | <number>0</number>
|
|---|
| 159 | </property>
|
|---|
| 160 | <property name="maximum">
|
|---|
| 161 | <number>20</number>
|
|---|
| 162 | </property>
|
|---|
| 163 | </widget>
|
|---|
| 164 | </item>
|
|---|
| 165 | <item>
|
|---|
| 166 | <spacer>
|
|---|
| 167 | <property name="orientation">
|
|---|
| 168 | <enum>Qt::Horizontal</enum>
|
|---|
| 169 | </property>
|
|---|
| 170 | <property name="sizeHint" stdset="0">
|
|---|
| 171 | <size>
|
|---|
| 172 | <width>40</width>
|
|---|
| 173 | <height>20</height>
|
|---|
| 174 | </size>
|
|---|
| 175 | </property>
|
|---|
| 176 | </spacer>
|
|---|
| 177 | </item>
|
|---|
| 178 | </layout>
|
|---|
| 179 | </widget>
|
|---|
| 180 | </item>
|
|---|
| 181 | <item>
|
|---|
| 182 | <widget class="Line" name="line_3">
|
|---|
| 183 | <property name="sizePolicy">
|
|---|
| 184 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 185 | <horstretch>0</horstretch>
|
|---|
| 186 | <verstretch>0</verstretch>
|
|---|
| 187 | </sizepolicy>
|
|---|
| 188 | </property>
|
|---|
| 189 | <property name="orientation">
|
|---|
| 190 | <enum>Qt::Horizontal</enum>
|
|---|
| 191 | </property>
|
|---|
| 192 | </widget>
|
|---|
| 193 | </item>
|
|---|
| 194 | <item>
|
|---|
| 195 | <layout class="QGridLayout">
|
|---|
| 196 | <property name="margin">
|
|---|
| 197 | <number>0</number>
|
|---|
| 198 | </property>
|
|---|
| 199 | <property name="spacing">
|
|---|
| 200 | <number>6</number>
|
|---|
| 201 | </property>
|
|---|
| 202 | <item row="0" column="0">
|
|---|
| 203 | <widget class="QLabel" name="textLabel1_18">
|
|---|
| 204 | <property name="text">
|
|---|
| 205 | <string>L&anguage:</string>
|
|---|
| 206 | </property>
|
|---|
| 207 | <property name="wordWrap">
|
|---|
| 208 | <bool>false</bool>
|
|---|
| 209 | </property>
|
|---|
| 210 | <property name="buddy">
|
|---|
| 211 | <cstring>language_combo</cstring>
|
|---|
| 212 | </property>
|
|---|
| 213 | </widget>
|
|---|
| 214 | </item>
|
|---|
| 215 | <item row="1" column="0">
|
|---|
| 216 | <widget class="QLabel" name="textLabel1_19">
|
|---|
| 217 | <property name="text">
|
|---|
| 218 | <string>Ico&n set:</string>
|
|---|
| 219 | </property>
|
|---|
| 220 | <property name="wordWrap">
|
|---|
| 221 | <bool>false</bool>
|
|---|
| 222 | </property>
|
|---|
| 223 | <property name="buddy">
|
|---|
| 224 | <cstring>iconset_combo</cstring>
|
|---|
| 225 | </property>
|
|---|
| 226 | </widget>
|
|---|
| 227 | </item>
|
|---|
| 228 | <item row="2" column="1">
|
|---|
| 229 | <widget class="MyComboBox" name="style_combo">
|
|---|
| 230 | <property name="sizePolicy">
|
|---|
| 231 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 232 | <horstretch>0</horstretch>
|
|---|
| 233 | <verstretch>0</verstretch>
|
|---|
| 234 | </sizepolicy>
|
|---|
| 235 | </property>
|
|---|
| 236 | </widget>
|
|---|
| 237 | </item>
|
|---|
| 238 | <item row="2" column="2">
|
|---|
| 239 | <spacer>
|
|---|
| 240 | <property name="orientation">
|
|---|
| 241 | <enum>Qt::Horizontal</enum>
|
|---|
| 242 | </property>
|
|---|
| 243 | <property name="sizeHint" stdset="0">
|
|---|
| 244 | <size>
|
|---|
| 245 | <width>40</width>
|
|---|
| 246 | <height>20</height>
|
|---|
| 247 | </size>
|
|---|
| 248 | </property>
|
|---|
| 249 | </spacer>
|
|---|
| 250 | </item>
|
|---|
| 251 | <item row="0" column="1">
|
|---|
| 252 | <widget class="MyComboBox" name="language_combo">
|
|---|
| 253 | <property name="sizePolicy">
|
|---|
| 254 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 255 | <horstretch>0</horstretch>
|
|---|
| 256 | <verstretch>0</verstretch>
|
|---|
| 257 | </sizepolicy>
|
|---|
| 258 | </property>
|
|---|
| 259 | </widget>
|
|---|
| 260 | </item>
|
|---|
| 261 | <item row="2" column="0">
|
|---|
| 262 | <widget class="QLabel" name="style_label">
|
|---|
| 263 | <property name="text">
|
|---|
| 264 | <string>St&yle:</string>
|
|---|
| 265 | </property>
|
|---|
| 266 | <property name="wordWrap">
|
|---|
| 267 | <bool>false</bool>
|
|---|
| 268 | </property>
|
|---|
| 269 | <property name="buddy">
|
|---|
| 270 | <cstring>style_combo</cstring>
|
|---|
| 271 | </property>
|
|---|
| 272 | </widget>
|
|---|
| 273 | </item>
|
|---|
| 274 | <item row="1" column="1">
|
|---|
| 275 | <widget class="MyComboBox" name="iconset_combo">
|
|---|
| 276 | <property name="sizePolicy">
|
|---|
| 277 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 278 | <horstretch>0</horstretch>
|
|---|
| 279 | <verstretch>0</verstretch>
|
|---|
| 280 | </sizepolicy>
|
|---|
| 281 | </property>
|
|---|
| 282 | </widget>
|
|---|
| 283 | </item>
|
|---|
| 284 | <item row="1" column="2">
|
|---|
| 285 | <spacer>
|
|---|
| 286 | <property name="orientation">
|
|---|
| 287 | <enum>Qt::Horizontal</enum>
|
|---|
| 288 | </property>
|
|---|
| 289 | <property name="sizeHint" stdset="0">
|
|---|
| 290 | <size>
|
|---|
| 291 | <width>40</width>
|
|---|
| 292 | <height>20</height>
|
|---|
| 293 | </size>
|
|---|
| 294 | </property>
|
|---|
| 295 | </spacer>
|
|---|
| 296 | </item>
|
|---|
| 297 | <item row="0" column="2">
|
|---|
| 298 | <spacer>
|
|---|
| 299 | <property name="orientation">
|
|---|
| 300 | <enum>Qt::Horizontal</enum>
|
|---|
| 301 | </property>
|
|---|
| 302 | <property name="sizeHint" stdset="0">
|
|---|
| 303 | <size>
|
|---|
| 304 | <width>40</width>
|
|---|
| 305 | <height>20</height>
|
|---|
| 306 | </size>
|
|---|
| 307 | </property>
|
|---|
| 308 | </spacer>
|
|---|
| 309 | </item>
|
|---|
| 310 | <item row="3" column="0">
|
|---|
| 311 | <widget class="QLabel" name="label_4">
|
|---|
| 312 | <property name="text">
|
|---|
| 313 | <string>&GUI</string>
|
|---|
| 314 | </property>
|
|---|
| 315 | <property name="buddy">
|
|---|
| 316 | <cstring>gui_combo</cstring>
|
|---|
| 317 | </property>
|
|---|
| 318 | </widget>
|
|---|
| 319 | </item>
|
|---|
| 320 | <item row="3" column="1">
|
|---|
| 321 | <widget class="QComboBox" name="gui_combo">
|
|---|
| 322 | <property name="sizePolicy">
|
|---|
| 323 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 324 | <horstretch>0</horstretch>
|
|---|
| 325 | <verstretch>0</verstretch>
|
|---|
| 326 | </sizepolicy>
|
|---|
| 327 | </property>
|
|---|
| 328 | </widget>
|
|---|
| 329 | </item>
|
|---|
| 330 | <item row="3" column="2">
|
|---|
| 331 | <spacer>
|
|---|
| 332 | <property name="orientation">
|
|---|
| 333 | <enum>Qt::Horizontal</enum>
|
|---|
| 334 | </property>
|
|---|
| 335 | <property name="sizeHint" stdset="0">
|
|---|
| 336 | <size>
|
|---|
| 337 | <width>40</width>
|
|---|
| 338 | <height>20</height>
|
|---|
| 339 | </size>
|
|---|
| 340 | </property>
|
|---|
| 341 | </spacer>
|
|---|
| 342 | </item>
|
|---|
| 343 | </layout>
|
|---|
| 344 | </item>
|
|---|
| 345 | <item>
|
|---|
| 346 | <widget class="Line" name="line">
|
|---|
| 347 | <property name="sizePolicy">
|
|---|
| 348 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 349 | <horstretch>0</horstretch>
|
|---|
| 350 | <verstretch>0</verstretch>
|
|---|
| 351 | </sizepolicy>
|
|---|
| 352 | </property>
|
|---|
| 353 | <property name="orientation">
|
|---|
| 354 | <enum>Qt::Horizontal</enum>
|
|---|
| 355 | </property>
|
|---|
| 356 | </widget>
|
|---|
| 357 | </item>
|
|---|
| 358 | <item>
|
|---|
| 359 | <layout class="QHBoxLayout">
|
|---|
| 360 | <property name="spacing">
|
|---|
| 361 | <number>6</number>
|
|---|
| 362 | </property>
|
|---|
| 363 | <property name="margin">
|
|---|
| 364 | <number>0</number>
|
|---|
| 365 | </property>
|
|---|
| 366 | <item>
|
|---|
| 367 | <widget class="QLabel" name="label_2">
|
|---|
| 368 | <property name="text">
|
|---|
| 369 | <string>Default font:</string>
|
|---|
| 370 | </property>
|
|---|
| 371 | </widget>
|
|---|
| 372 | </item>
|
|---|
| 373 | <item>
|
|---|
| 374 | <widget class="QLineEdit" name="default_font_edit">
|
|---|
| 375 | <property name="readOnly">
|
|---|
| 376 | <bool>true</bool>
|
|---|
| 377 | </property>
|
|---|
| 378 | </widget>
|
|---|
| 379 | </item>
|
|---|
| 380 | <item>
|
|---|
| 381 | <widget class="QPushButton" name="changeFontButton">
|
|---|
| 382 | <property name="text">
|
|---|
| 383 | <string>&Change...</string>
|
|---|
| 384 | </property>
|
|---|
| 385 | </widget>
|
|---|
| 386 | </item>
|
|---|
| 387 | </layout>
|
|---|
| 388 | </item>
|
|---|
| 389 | <item>
|
|---|
| 390 | <spacer>
|
|---|
| 391 | <property name="orientation">
|
|---|
| 392 | <enum>Qt::Vertical</enum>
|
|---|
| 393 | </property>
|
|---|
| 394 | <property name="sizeHint" stdset="0">
|
|---|
| 395 | <size>
|
|---|
| 396 | <width>20</width>
|
|---|
| 397 | <height>40</height>
|
|---|
| 398 | </size>
|
|---|
| 399 | </property>
|
|---|
| 400 | </spacer>
|
|---|
| 401 | </item>
|
|---|
| 402 | </layout>
|
|---|
| 403 | </widget>
|
|---|
| 404 | <widget class="QWidget" name="tab_3">
|
|---|
| 405 | <attribute name="title">
|
|---|
| 406 | <string>&Seeking</string>
|
|---|
| 407 | </attribute>
|
|---|
| 408 | <layout class="QGridLayout">
|
|---|
| 409 | <item row="0" column="0">
|
|---|
| 410 | <layout class="QVBoxLayout">
|
|---|
| 411 | <property name="spacing">
|
|---|
| 412 | <number>6</number>
|
|---|
| 413 | </property>
|
|---|
| 414 | <property name="margin">
|
|---|
| 415 | <number>0</number>
|
|---|
| 416 | </property>
|
|---|
| 417 | <item>
|
|---|
| 418 | <widget class="SeekWidget" name="seek1" native="true"/>
|
|---|
| 419 | </item>
|
|---|
| 420 | <item>
|
|---|
| 421 | <widget class="SeekWidget" name="seek2" native="true"/>
|
|---|
| 422 | </item>
|
|---|
| 423 | <item>
|
|---|
| 424 | <widget class="SeekWidget" name="seek3" native="true"/>
|
|---|
| 425 | </item>
|
|---|
| 426 | <item>
|
|---|
| 427 | <widget class="SeekWidget" name="seek4" native="true"/>
|
|---|
| 428 | </item>
|
|---|
| 429 | </layout>
|
|---|
| 430 | </item>
|
|---|
| 431 | <item row="0" column="1">
|
|---|
| 432 | <spacer>
|
|---|
| 433 | <property name="orientation">
|
|---|
| 434 | <enum>Qt::Horizontal</enum>
|
|---|
| 435 | </property>
|
|---|
| 436 | <property name="sizeHint" stdset="0">
|
|---|
| 437 | <size>
|
|---|
| 438 | <width>40</width>
|
|---|
| 439 | <height>20</height>
|
|---|
| 440 | </size>
|
|---|
| 441 | </property>
|
|---|
| 442 | </spacer>
|
|---|
| 443 | </item>
|
|---|
| 444 | <item row="1" column="0" colspan="2">
|
|---|
| 445 | <widget class="Line" name="line_4">
|
|---|
| 446 | <property name="sizePolicy">
|
|---|
| 447 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 448 | <horstretch>0</horstretch>
|
|---|
| 449 | <verstretch>0</verstretch>
|
|---|
| 450 | </sizepolicy>
|
|---|
| 451 | </property>
|
|---|
| 452 | <property name="orientation">
|
|---|
| 453 | <enum>Qt::Horizontal</enum>
|
|---|
| 454 | </property>
|
|---|
| 455 | </widget>
|
|---|
| 456 | </item>
|
|---|
| 457 | <item row="2" column="0" colspan="2">
|
|---|
| 458 | <layout class="QHBoxLayout">
|
|---|
| 459 | <property name="spacing">
|
|---|
| 460 | <number>6</number>
|
|---|
| 461 | </property>
|
|---|
| 462 | <property name="margin">
|
|---|
| 463 | <number>0</number>
|
|---|
| 464 | </property>
|
|---|
| 465 | <item>
|
|---|
| 466 | <widget class="QLabel" name="label_3">
|
|---|
| 467 | <property name="text">
|
|---|
| 468 | <string>&Behaviour of time slider:</string>
|
|---|
| 469 | </property>
|
|---|
| 470 | <property name="buddy">
|
|---|
| 471 | <cstring>timeslider_behaviour_combo</cstring>
|
|---|
| 472 | </property>
|
|---|
| 473 | </widget>
|
|---|
| 474 | </item>
|
|---|
| 475 | <item>
|
|---|
| 476 | <widget class="QComboBox" name="timeslider_behaviour_combo">
|
|---|
| 477 | <property name="sizePolicy">
|
|---|
| 478 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 479 | <horstretch>0</horstretch>
|
|---|
| 480 | <verstretch>0</verstretch>
|
|---|
| 481 | </sizepolicy>
|
|---|
| 482 | </property>
|
|---|
| 483 | <item>
|
|---|
| 484 | <property name="text">
|
|---|
| 485 | <string>Seek to position while dragging</string>
|
|---|
| 486 | </property>
|
|---|
| 487 | </item>
|
|---|
| 488 | <item>
|
|---|
| 489 | <property name="text">
|
|---|
| 490 | <string>Seek to position when released</string>
|
|---|
| 491 | </property>
|
|---|
| 492 | </item>
|
|---|
| 493 | </widget>
|
|---|
| 494 | </item>
|
|---|
| 495 | <item>
|
|---|
| 496 | <spacer>
|
|---|
| 497 | <property name="orientation">
|
|---|
| 498 | <enum>Qt::Horizontal</enum>
|
|---|
| 499 | </property>
|
|---|
| 500 | <property name="sizeHint" stdset="0">
|
|---|
| 501 | <size>
|
|---|
| 502 | <width>81</width>
|
|---|
| 503 | <height>25</height>
|
|---|
| 504 | </size>
|
|---|
| 505 | </property>
|
|---|
| 506 | </spacer>
|
|---|
| 507 | </item>
|
|---|
| 508 | </layout>
|
|---|
| 509 | </item>
|
|---|
| 510 | <item row="3" column="0" colspan="2">
|
|---|
| 511 | <widget class="QGroupBox" name="seeking_method_group">
|
|---|
| 512 | <property name="title">
|
|---|
| 513 | <string>Seeking method</string>
|
|---|
| 514 | </property>
|
|---|
| 515 | <layout class="QVBoxLayout">
|
|---|
| 516 | <item>
|
|---|
| 517 | <widget class="QRadioButton" name="absolute_seeking_button">
|
|---|
| 518 | <property name="sizePolicy">
|
|---|
| 519 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 520 | <horstretch>0</horstretch>
|
|---|
| 521 | <verstretch>0</verstretch>
|
|---|
| 522 | </sizepolicy>
|
|---|
| 523 | </property>
|
|---|
| 524 | <property name="text">
|
|---|
| 525 | <string>&Absolute seeking</string>
|
|---|
| 526 | </property>
|
|---|
| 527 | </widget>
|
|---|
| 528 | </item>
|
|---|
| 529 | <item>
|
|---|
| 530 | <widget class="QRadioButton" name="relative_seeking_button">
|
|---|
| 531 | <property name="sizePolicy">
|
|---|
| 532 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 533 | <horstretch>0</horstretch>
|
|---|
| 534 | <verstretch>0</verstretch>
|
|---|
| 535 | </sizepolicy>
|
|---|
| 536 | </property>
|
|---|
| 537 | <property name="text">
|
|---|
| 538 | <string>&Relative seeking</string>
|
|---|
| 539 | </property>
|
|---|
| 540 | </widget>
|
|---|
| 541 | </item>
|
|---|
| 542 | </layout>
|
|---|
| 543 | </widget>
|
|---|
| 544 | </item>
|
|---|
| 545 | <item row="5" column="0" colspan="2">
|
|---|
| 546 | <spacer>
|
|---|
| 547 | <property name="orientation">
|
|---|
| 548 | <enum>Qt::Vertical</enum>
|
|---|
| 549 | </property>
|
|---|
| 550 | <property name="sizeHint" stdset="0">
|
|---|
| 551 | <size>
|
|---|
| 552 | <width>20</width>
|
|---|
| 553 | <height>40</height>
|
|---|
| 554 | </size>
|
|---|
| 555 | </property>
|
|---|
| 556 | </spacer>
|
|---|
| 557 | </item>
|
|---|
| 558 | <item row="4" column="0">
|
|---|
| 559 | <widget class="QCheckBox" name="precise_seeking_check">
|
|---|
| 560 | <property name="text">
|
|---|
| 561 | <string>&Precise seeking</string>
|
|---|
| 562 | </property>
|
|---|
| 563 | </widget>
|
|---|
| 564 | </item>
|
|---|
| 565 | </layout>
|
|---|
| 566 | </widget>
|
|---|
| 567 | <widget class="QWidget" name="tab_2">
|
|---|
| 568 | <attribute name="title">
|
|---|
| 569 | <string>Ins&tances</string>
|
|---|
| 570 | </attribute>
|
|---|
| 571 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 572 | <item>
|
|---|
| 573 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 574 | <item>
|
|---|
| 575 | <widget class="QLabel" name="instances_icon">
|
|---|
| 576 | <property name="text">
|
|---|
| 577 | <string>TextLabel</string>
|
|---|
| 578 | </property>
|
|---|
| 579 | </widget>
|
|---|
| 580 | </item>
|
|---|
| 581 | <item>
|
|---|
| 582 | <widget class="QCheckBox" name="single_instance_check">
|
|---|
| 583 | <property name="text">
|
|---|
| 584 | <string>&Use only one running instance of SMPlayer</string>
|
|---|
| 585 | </property>
|
|---|
| 586 | </widget>
|
|---|
| 587 | </item>
|
|---|
| 588 | <item>
|
|---|
| 589 | <spacer name="horizontalSpacer">
|
|---|
| 590 | <property name="orientation">
|
|---|
| 591 | <enum>Qt::Horizontal</enum>
|
|---|
| 592 | </property>
|
|---|
| 593 | <property name="sizeHint" stdset="0">
|
|---|
| 594 | <size>
|
|---|
| 595 | <width>40</width>
|
|---|
| 596 | <height>20</height>
|
|---|
| 597 | </size>
|
|---|
| 598 | </property>
|
|---|
| 599 | </spacer>
|
|---|
| 600 | </item>
|
|---|
| 601 | </layout>
|
|---|
| 602 | </item>
|
|---|
| 603 | <item>
|
|---|
| 604 | <spacer>
|
|---|
| 605 | <property name="orientation">
|
|---|
| 606 | <enum>Qt::Vertical</enum>
|
|---|
| 607 | </property>
|
|---|
| 608 | <property name="sizeHint" stdset="0">
|
|---|
| 609 | <size>
|
|---|
| 610 | <width>20</width>
|
|---|
| 611 | <height>40</height>
|
|---|
| 612 | </size>
|
|---|
| 613 | </property>
|
|---|
| 614 | </spacer>
|
|---|
| 615 | </item>
|
|---|
| 616 | </layout>
|
|---|
| 617 | </widget>
|
|---|
| 618 | <widget class="QWidget" name="tab_4">
|
|---|
| 619 | <attribute name="title">
|
|---|
| 620 | <string>&Floating control</string>
|
|---|
| 621 | </attribute>
|
|---|
| 622 | <layout class="QVBoxLayout">
|
|---|
| 623 | <item>
|
|---|
| 624 | <widget class="QLabel" name="label_6">
|
|---|
| 625 | <property name="text">
|
|---|
| 626 | <string>The floating control appears in fullscreen mode when the mouse is moved to the bottom of the screen.</string>
|
|---|
| 627 | </property>
|
|---|
| 628 | <property name="wordWrap">
|
|---|
| 629 | <bool>true</bool>
|
|---|
| 630 | </property>
|
|---|
| 631 | </widget>
|
|---|
| 632 | </item>
|
|---|
| 633 | <item>
|
|---|
| 634 | <widget class="QCheckBox" name="floating_animated_check">
|
|---|
| 635 | <property name="text">
|
|---|
| 636 | <string>&Animated</string>
|
|---|
| 637 | </property>
|
|---|
| 638 | </widget>
|
|---|
| 639 | </item>
|
|---|
| 640 | <item>
|
|---|
| 641 | <layout class="QGridLayout">
|
|---|
| 642 | <item row="0" column="0">
|
|---|
| 643 | <widget class="QLabel" name="label_7">
|
|---|
| 644 | <property name="text">
|
|---|
| 645 | <string>&Width:</string>
|
|---|
| 646 | </property>
|
|---|
| 647 | <property name="buddy">
|
|---|
| 648 | <cstring>floating_width_slider</cstring>
|
|---|
| 649 | </property>
|
|---|
| 650 | </widget>
|
|---|
| 651 | </item>
|
|---|
| 652 | <item row="0" column="1">
|
|---|
| 653 | <widget class="QSlider" name="floating_width_slider">
|
|---|
| 654 | <property name="maximum">
|
|---|
| 655 | <number>100</number>
|
|---|
| 656 | </property>
|
|---|
| 657 | <property name="orientation">
|
|---|
| 658 | <enum>Qt::Horizontal</enum>
|
|---|
| 659 | </property>
|
|---|
| 660 | </widget>
|
|---|
| 661 | </item>
|
|---|
| 662 | <item row="0" column="2">
|
|---|
| 663 | <widget class="QLabel" name="floating_width_label">
|
|---|
| 664 | <property name="frameShape">
|
|---|
| 665 | <enum>QFrame::Panel</enum>
|
|---|
| 666 | </property>
|
|---|
| 667 | <property name="frameShadow">
|
|---|
| 668 | <enum>QFrame::Sunken</enum>
|
|---|
| 669 | </property>
|
|---|
| 670 | <property name="text">
|
|---|
| 671 | <string>0</string>
|
|---|
| 672 | </property>
|
|---|
| 673 | </widget>
|
|---|
| 674 | </item>
|
|---|
| 675 | <item row="1" column="0">
|
|---|
| 676 | <widget class="QLabel" name="label_8">
|
|---|
| 677 | <property name="text">
|
|---|
| 678 | <string>&Margin:</string>
|
|---|
| 679 | </property>
|
|---|
| 680 | <property name="buddy">
|
|---|
| 681 | <cstring>floating_margin_slider</cstring>
|
|---|
| 682 | </property>
|
|---|
| 683 | </widget>
|
|---|
| 684 | </item>
|
|---|
| 685 | <item row="1" column="1">
|
|---|
| 686 | <widget class="QSlider" name="floating_margin_slider">
|
|---|
| 687 | <property name="maximum">
|
|---|
| 688 | <number>80</number>
|
|---|
| 689 | </property>
|
|---|
| 690 | <property name="orientation">
|
|---|
| 691 | <enum>Qt::Horizontal</enum>
|
|---|
| 692 | </property>
|
|---|
| 693 | </widget>
|
|---|
| 694 | </item>
|
|---|
| 695 | <item row="1" column="2">
|
|---|
| 696 | <widget class="QLabel" name="floating_margin_label">
|
|---|
| 697 | <property name="frameShape">
|
|---|
| 698 | <enum>QFrame::Panel</enum>
|
|---|
| 699 | </property>
|
|---|
| 700 | <property name="frameShadow">
|
|---|
| 701 | <enum>QFrame::Sunken</enum>
|
|---|
| 702 | </property>
|
|---|
| 703 | <property name="text">
|
|---|
| 704 | <string>0</string>
|
|---|
| 705 | </property>
|
|---|
| 706 | </widget>
|
|---|
| 707 | </item>
|
|---|
| 708 | </layout>
|
|---|
| 709 | </item>
|
|---|
| 710 | <item>
|
|---|
| 711 | <widget class="QCheckBox" name="floating_compact_check">
|
|---|
| 712 | <property name="text">
|
|---|
| 713 | <string>Display in &compact mode too</string>
|
|---|
| 714 | </property>
|
|---|
| 715 | </widget>
|
|---|
| 716 | </item>
|
|---|
| 717 | <item>
|
|---|
| 718 | <widget class="QCheckBox" name="floating_bypass_wm_check">
|
|---|
| 719 | <property name="text">
|
|---|
| 720 | <string>&Bypass window manager</string>
|
|---|
| 721 | </property>
|
|---|
| 722 | </widget>
|
|---|
| 723 | </item>
|
|---|
| 724 | <item>
|
|---|
| 725 | <spacer>
|
|---|
| 726 | <property name="orientation">
|
|---|
| 727 | <enum>Qt::Vertical</enum>
|
|---|
| 728 | </property>
|
|---|
| 729 | <property name="sizeHint" stdset="0">
|
|---|
| 730 | <size>
|
|---|
| 731 | <width>20</width>
|
|---|
| 732 | <height>40</height>
|
|---|
| 733 | </size>
|
|---|
| 734 | </property>
|
|---|
| 735 | </spacer>
|
|---|
| 736 | </item>
|
|---|
| 737 | </layout>
|
|---|
| 738 | </widget>
|
|---|
| 739 | </widget>
|
|---|
| 740 | </item>
|
|---|
| 741 | </layout>
|
|---|
| 742 | </widget>
|
|---|
| 743 | <customwidgets>
|
|---|
| 744 | <customwidget>
|
|---|
| 745 | <class>MyComboBox</class>
|
|---|
| 746 | <extends>QComboBox</extends>
|
|---|
| 747 | <header>mycombobox.h</header>
|
|---|
| 748 | </customwidget>
|
|---|
| 749 | <customwidget>
|
|---|
| 750 | <class>SeekWidget</class>
|
|---|
| 751 | <extends>QWidget</extends>
|
|---|
| 752 | <header>seekwidget.h</header>
|
|---|
| 753 | </customwidget>
|
|---|
| 754 | </customwidgets>
|
|---|
| 755 | <tabstops>
|
|---|
| 756 | <tabstop>tabWidget</tabstop>
|
|---|
| 757 | <tabstop>mainwindow_resize_combo</tabstop>
|
|---|
| 758 | <tabstop>save_size_check</tabstop>
|
|---|
| 759 | <tabstop>hide_video_window_on_audio_check</tabstop>
|
|---|
| 760 | <tabstop>recents_max_items_spin</tabstop>
|
|---|
| 761 | <tabstop>language_combo</tabstop>
|
|---|
| 762 | <tabstop>iconset_combo</tabstop>
|
|---|
| 763 | <tabstop>style_combo</tabstop>
|
|---|
| 764 | <tabstop>gui_combo</tabstop>
|
|---|
| 765 | <tabstop>default_font_edit</tabstop>
|
|---|
| 766 | <tabstop>changeFontButton</tabstop>
|
|---|
| 767 | <tabstop>timeslider_behaviour_combo</tabstop>
|
|---|
| 768 | <tabstop>absolute_seeking_button</tabstop>
|
|---|
| 769 | <tabstop>relative_seeking_button</tabstop>
|
|---|
| 770 | <tabstop>precise_seeking_check</tabstop>
|
|---|
| 771 | <tabstop>single_instance_check</tabstop>
|
|---|
| 772 | <tabstop>floating_animated_check</tabstop>
|
|---|
| 773 | <tabstop>floating_width_slider</tabstop>
|
|---|
| 774 | <tabstop>floating_margin_slider</tabstop>
|
|---|
| 775 | <tabstop>floating_compact_check</tabstop>
|
|---|
| 776 | <tabstop>floating_bypass_wm_check</tabstop>
|
|---|
| 777 | </tabstops>
|
|---|
| 778 | <resources/>
|
|---|
| 779 | <connections>
|
|---|
| 780 | <connection>
|
|---|
| 781 | <sender>floating_width_slider</sender>
|
|---|
| 782 | <signal>valueChanged(int)</signal>
|
|---|
| 783 | <receiver>floating_width_label</receiver>
|
|---|
| 784 | <slot>setNum(int)</slot>
|
|---|
| 785 | <hints>
|
|---|
| 786 | <hint type="sourcelabel">
|
|---|
| 787 | <x>222</x>
|
|---|
| 788 | <y>154</y>
|
|---|
| 789 | </hint>
|
|---|
| 790 | <hint type="destinationlabel">
|
|---|
| 791 | <x>411</x>
|
|---|
| 792 | <y>156</y>
|
|---|
| 793 | </hint>
|
|---|
| 794 | </hints>
|
|---|
| 795 | </connection>
|
|---|
| 796 | <connection>
|
|---|
| 797 | <sender>floating_margin_slider</sender>
|
|---|
| 798 | <signal>valueChanged(int)</signal>
|
|---|
| 799 | <receiver>floating_margin_label</receiver>
|
|---|
| 800 | <slot>setNum(int)</slot>
|
|---|
| 801 | <hints>
|
|---|
| 802 | <hint type="sourcelabel">
|
|---|
| 803 | <x>272</x>
|
|---|
| 804 | <y>204</y>
|
|---|
| 805 | </hint>
|
|---|
| 806 | <hint type="destinationlabel">
|
|---|
| 807 | <x>480</x>
|
|---|
| 808 | <y>150</y>
|
|---|
| 809 | </hint>
|
|---|
| 810 | </hints>
|
|---|
| 811 | </connection>
|
|---|
| 812 | </connections>
|
|---|
| 813 | </ui>
|
|---|