| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>PrefAdvanced</class>
|
|---|
| 4 | <widget class="QWidget" name="PrefAdvanced">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>511</width>
|
|---|
| 10 | <height>469</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <layout class="QVBoxLayout">
|
|---|
| 14 | <property name="margin">
|
|---|
| 15 | <number>0</number>
|
|---|
| 16 | </property>
|
|---|
| 17 | <item>
|
|---|
| 18 | <widget class="QTabWidget" name="advanced_tab">
|
|---|
| 19 | <property name="currentIndex">
|
|---|
| 20 | <number>0</number>
|
|---|
| 21 | </property>
|
|---|
| 22 | <widget class="QWidget" name="tab1">
|
|---|
| 23 | <attribute name="title">
|
|---|
| 24 | <string>&Advanced</string>
|
|---|
| 25 | </attribute>
|
|---|
| 26 | <layout class="QVBoxLayout">
|
|---|
| 27 | <item>
|
|---|
| 28 | <layout class="QHBoxLayout">
|
|---|
| 29 | <property name="spacing">
|
|---|
| 30 | <number>6</number>
|
|---|
| 31 | </property>
|
|---|
| 32 | <property name="margin">
|
|---|
| 33 | <number>0</number>
|
|---|
| 34 | </property>
|
|---|
| 35 | <item>
|
|---|
| 36 | <widget class="QLabel" name="monitor_aspect_icon">
|
|---|
| 37 | <property name="text">
|
|---|
| 38 | <string>icon</string>
|
|---|
| 39 | </property>
|
|---|
| 40 | <property name="wordWrap">
|
|---|
| 41 | <bool>false</bool>
|
|---|
| 42 | </property>
|
|---|
| 43 | </widget>
|
|---|
| 44 | </item>
|
|---|
| 45 | <item>
|
|---|
| 46 | <widget class="QLabel" name="textLabel1_8">
|
|---|
| 47 | <property name="text">
|
|---|
| 48 | <string>&Monitor aspect:</string>
|
|---|
| 49 | </property>
|
|---|
| 50 | <property name="wordWrap">
|
|---|
| 51 | <bool>false</bool>
|
|---|
| 52 | </property>
|
|---|
| 53 | <property name="buddy">
|
|---|
| 54 | <cstring>monitoraspect_combo</cstring>
|
|---|
| 55 | </property>
|
|---|
| 56 | </widget>
|
|---|
| 57 | </item>
|
|---|
| 58 | <item>
|
|---|
| 59 | <widget class="MyComboBox" name="monitoraspect_combo">
|
|---|
| 60 | <property name="sizePolicy">
|
|---|
| 61 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|---|
| 62 | <horstretch>0</horstretch>
|
|---|
| 63 | <verstretch>0</verstretch>
|
|---|
| 64 | </sizepolicy>
|
|---|
| 65 | </property>
|
|---|
| 66 | <property name="editable">
|
|---|
| 67 | <bool>true</bool>
|
|---|
| 68 | </property>
|
|---|
| 69 | </widget>
|
|---|
| 70 | </item>
|
|---|
| 71 | <item>
|
|---|
| 72 | <spacer>
|
|---|
| 73 | <property name="orientation">
|
|---|
| 74 | <enum>Qt::Horizontal</enum>
|
|---|
| 75 | </property>
|
|---|
| 76 | <property name="sizeType">
|
|---|
| 77 | <enum>QSizePolicy::Expanding</enum>
|
|---|
| 78 | </property>
|
|---|
| 79 | <property name="sizeHint" stdset="0">
|
|---|
| 80 | <size>
|
|---|
| 81 | <width>190</width>
|
|---|
| 82 | <height>21</height>
|
|---|
| 83 | </size>
|
|---|
| 84 | </property>
|
|---|
| 85 | </spacer>
|
|---|
| 86 | </item>
|
|---|
| 87 | </layout>
|
|---|
| 88 | </item>
|
|---|
| 89 | <item>
|
|---|
| 90 | <widget class="Line" name="line_2">
|
|---|
| 91 | <property name="sizePolicy">
|
|---|
| 92 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 93 | <horstretch>0</horstretch>
|
|---|
| 94 | <verstretch>0</verstretch>
|
|---|
| 95 | </sizepolicy>
|
|---|
| 96 | </property>
|
|---|
| 97 | <property name="orientation">
|
|---|
| 98 | <enum>Qt::Horizontal</enum>
|
|---|
| 99 | </property>
|
|---|
| 100 | </widget>
|
|---|
| 101 | </item>
|
|---|
| 102 | <item>
|
|---|
| 103 | <widget class="QCheckBox" name="mplayer_use_window_check">
|
|---|
| 104 | <property name="text">
|
|---|
| 105 | <string>&Run MPlayer in its own window</string>
|
|---|
| 106 | </property>
|
|---|
| 107 | </widget>
|
|---|
| 108 | </item>
|
|---|
| 109 | <item>
|
|---|
| 110 | <widget class="QCheckBox" name="idx_check">
|
|---|
| 111 | <property name="text">
|
|---|
| 112 | <string>Rebuild &index if needed</string>
|
|---|
| 113 | </property>
|
|---|
| 114 | </widget>
|
|---|
| 115 | </item>
|
|---|
| 116 | <item>
|
|---|
| 117 | <widget class="QCheckBox" name="shortnames_check">
|
|---|
| 118 | <property name="text">
|
|---|
| 119 | <string>&Pass short filenames (8+3) to MPlayer</string>
|
|---|
| 120 | </property>
|
|---|
| 121 | </widget>
|
|---|
| 122 | </item>
|
|---|
| 123 | <item>
|
|---|
| 124 | <widget class="QCheckBox" name="repaint_video_background_check">
|
|---|
| 125 | <property name="text">
|
|---|
| 126 | <string>Repaint the backgroun&d of the video window</string>
|
|---|
| 127 | </property>
|
|---|
| 128 | </widget>
|
|---|
| 129 | </item>
|
|---|
| 130 | <item>
|
|---|
| 131 | <widget class="QCheckBox" name="mplayer_crashes_check">
|
|---|
| 132 | <property name="text">
|
|---|
| 133 | <string>R&eport MPlayer crashes</string>
|
|---|
| 134 | </property>
|
|---|
| 135 | </widget>
|
|---|
| 136 | </item>
|
|---|
| 137 | <item>
|
|---|
| 138 | <layout class="QHBoxLayout">
|
|---|
| 139 | <item>
|
|---|
| 140 | <widget class="QLabel" name="label_8">
|
|---|
| 141 | <property name="text">
|
|---|
| 142 | <string>C&orrect PTS:</string>
|
|---|
| 143 | </property>
|
|---|
| 144 | <property name="buddy">
|
|---|
| 145 | <cstring>correct_pts_combo</cstring>
|
|---|
| 146 | </property>
|
|---|
| 147 | </widget>
|
|---|
| 148 | </item>
|
|---|
| 149 | <item>
|
|---|
| 150 | <widget class="TristateCombo" name="correct_pts_combo"/>
|
|---|
| 151 | </item>
|
|---|
| 152 | <item>
|
|---|
| 153 | <spacer>
|
|---|
| 154 | <property name="orientation">
|
|---|
| 155 | <enum>Qt::Horizontal</enum>
|
|---|
| 156 | </property>
|
|---|
| 157 | <property name="sizeHint" stdset="0">
|
|---|
| 158 | <size>
|
|---|
| 159 | <width>40</width>
|
|---|
| 160 | <height>20</height>
|
|---|
| 161 | </size>
|
|---|
| 162 | </property>
|
|---|
| 163 | </spacer>
|
|---|
| 164 | </item>
|
|---|
| 165 | </layout>
|
|---|
| 166 | </item>
|
|---|
| 167 | <item>
|
|---|
| 168 | <widget class="Line" name="line_3">
|
|---|
| 169 | <property name="sizePolicy">
|
|---|
| 170 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 171 | <horstretch>0</horstretch>
|
|---|
| 172 | <verstretch>0</verstretch>
|
|---|
| 173 | </sizepolicy>
|
|---|
| 174 | </property>
|
|---|
| 175 | <property name="orientation">
|
|---|
| 176 | <enum>Qt::Horizontal</enum>
|
|---|
| 177 | </property>
|
|---|
| 178 | </widget>
|
|---|
| 179 | </item>
|
|---|
| 180 | <item>
|
|---|
| 181 | <widget class="QLabel" name="label_7">
|
|---|
| 182 | <property name="text">
|
|---|
| 183 | <string>R&un the following actions every time a file is opened. The actions must be separated with spaces:</string>
|
|---|
| 184 | </property>
|
|---|
| 185 | <property name="wordWrap">
|
|---|
| 186 | <bool>true</bool>
|
|---|
| 187 | </property>
|
|---|
| 188 | <property name="buddy">
|
|---|
| 189 | <cstring>actions_to_run_edit</cstring>
|
|---|
| 190 | </property>
|
|---|
| 191 | </widget>
|
|---|
| 192 | </item>
|
|---|
| 193 | <item>
|
|---|
| 194 | <widget class="QLineEdit" name="actions_to_run_edit"/>
|
|---|
| 195 | </item>
|
|---|
| 196 | <item>
|
|---|
| 197 | <widget class="Line" name="line">
|
|---|
| 198 | <property name="sizePolicy">
|
|---|
| 199 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 200 | <horstretch>0</horstretch>
|
|---|
| 201 | <verstretch>0</verstretch>
|
|---|
| 202 | </sizepolicy>
|
|---|
| 203 | </property>
|
|---|
| 204 | <property name="orientation">
|
|---|
| 205 | <enum>Qt::Horizontal</enum>
|
|---|
| 206 | </property>
|
|---|
| 207 | </widget>
|
|---|
| 208 | </item>
|
|---|
| 209 | <item>
|
|---|
| 210 | <layout class="QHBoxLayout">
|
|---|
| 211 | <property name="spacing">
|
|---|
| 212 | <number>6</number>
|
|---|
| 213 | </property>
|
|---|
| 214 | <property name="margin">
|
|---|
| 215 | <number>0</number>
|
|---|
| 216 | </property>
|
|---|
| 217 | <item>
|
|---|
| 218 | <widget class="QLabel" name="colorkey_label">
|
|---|
| 219 | <property name="text">
|
|---|
| 220 | <string>&Colorkey:</string>
|
|---|
| 221 | </property>
|
|---|
| 222 | <property name="wordWrap">
|
|---|
| 223 | <bool>false</bool>
|
|---|
| 224 | </property>
|
|---|
| 225 | <property name="buddy">
|
|---|
| 226 | <cstring>colorkey_view</cstring>
|
|---|
| 227 | </property>
|
|---|
| 228 | </widget>
|
|---|
| 229 | </item>
|
|---|
| 230 | <item>
|
|---|
| 231 | <widget class="QLineEdit" name="colorkey_view">
|
|---|
| 232 | <property name="sizePolicy">
|
|---|
| 233 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|---|
| 234 | <horstretch>0</horstretch>
|
|---|
| 235 | <verstretch>0</verstretch>
|
|---|
| 236 | </sizepolicy>
|
|---|
| 237 | </property>
|
|---|
| 238 | </widget>
|
|---|
| 239 | </item>
|
|---|
| 240 | <item>
|
|---|
| 241 | <widget class="QPushButton" name="changeButton">
|
|---|
| 242 | <property name="text">
|
|---|
| 243 | <string>C&hange...</string>
|
|---|
| 244 | </property>
|
|---|
| 245 | </widget>
|
|---|
| 246 | </item>
|
|---|
| 247 | <item>
|
|---|
| 248 | <spacer>
|
|---|
| 249 | <property name="orientation">
|
|---|
| 250 | <enum>Qt::Horizontal</enum>
|
|---|
| 251 | </property>
|
|---|
| 252 | <property name="sizeType">
|
|---|
| 253 | <enum>QSizePolicy::Expanding</enum>
|
|---|
| 254 | </property>
|
|---|
| 255 | <property name="sizeHint" stdset="0">
|
|---|
| 256 | <size>
|
|---|
| 257 | <width>131</width>
|
|---|
| 258 | <height>21</height>
|
|---|
| 259 | </size>
|
|---|
| 260 | </property>
|
|---|
| 261 | </spacer>
|
|---|
| 262 | </item>
|
|---|
| 263 | </layout>
|
|---|
| 264 | </item>
|
|---|
| 265 | <item>
|
|---|
| 266 | <widget class="QCheckBox" name="show_tag_in_title_check">
|
|---|
| 267 | <property name="text">
|
|---|
| 268 | <string>Show tag in&fo in window title</string>
|
|---|
| 269 | </property>
|
|---|
| 270 | </widget>
|
|---|
| 271 | </item>
|
|---|
| 272 | <item>
|
|---|
| 273 | <spacer>
|
|---|
| 274 | <property name="orientation">
|
|---|
| 275 | <enum>Qt::Vertical</enum>
|
|---|
| 276 | </property>
|
|---|
| 277 | <property name="sizeType">
|
|---|
| 278 | <enum>QSizePolicy::Expanding</enum>
|
|---|
| 279 | </property>
|
|---|
| 280 | <property name="sizeHint" stdset="0">
|
|---|
| 281 | <size>
|
|---|
| 282 | <width>489</width>
|
|---|
| 283 | <height>51</height>
|
|---|
| 284 | </size>
|
|---|
| 285 | </property>
|
|---|
| 286 | </spacer>
|
|---|
| 287 | </item>
|
|---|
| 288 | </layout>
|
|---|
| 289 | </widget>
|
|---|
| 290 | <widget class="QWidget" name="tab2">
|
|---|
| 291 | <attribute name="title">
|
|---|
| 292 | <string>Options for MP&layer</string>
|
|---|
| 293 | </attribute>
|
|---|
| 294 | <layout class="QVBoxLayout">
|
|---|
| 295 | <property name="spacing">
|
|---|
| 296 | <number>6</number>
|
|---|
| 297 | </property>
|
|---|
| 298 | <property name="margin">
|
|---|
| 299 | <number>9</number>
|
|---|
| 300 | </property>
|
|---|
| 301 | <item>
|
|---|
| 302 | <widget class="QLabel" name="textLabel3_2">
|
|---|
| 303 | <property name="text">
|
|---|
| 304 | <string>Here you can pass extra options to MPlayer.
|
|---|
| 305 | Write them separated by spaces.
|
|---|
| 306 | Example: -flip -nosound</string>
|
|---|
| 307 | </property>
|
|---|
| 308 | <property name="alignment">
|
|---|
| 309 | <set>Qt::AlignVCenter</set>
|
|---|
| 310 | </property>
|
|---|
| 311 | <property name="wordWrap">
|
|---|
| 312 | <bool>false</bool>
|
|---|
| 313 | </property>
|
|---|
| 314 | </widget>
|
|---|
| 315 | </item>
|
|---|
| 316 | <item>
|
|---|
| 317 | <layout class="QHBoxLayout">
|
|---|
| 318 | <property name="spacing">
|
|---|
| 319 | <number>6</number>
|
|---|
| 320 | </property>
|
|---|
| 321 | <property name="margin">
|
|---|
| 322 | <number>0</number>
|
|---|
| 323 | </property>
|
|---|
| 324 | <item>
|
|---|
| 325 | <widget class="QLabel" name="textLabel1_3">
|
|---|
| 326 | <property name="text">
|
|---|
| 327 | <string>&Options:</string>
|
|---|
| 328 | </property>
|
|---|
| 329 | <property name="wordWrap">
|
|---|
| 330 | <bool>false</bool>
|
|---|
| 331 | </property>
|
|---|
| 332 | <property name="buddy">
|
|---|
| 333 | <cstring>mplayer_args_edit</cstring>
|
|---|
| 334 | </property>
|
|---|
| 335 | </widget>
|
|---|
| 336 | </item>
|
|---|
| 337 | <item>
|
|---|
| 338 | <widget class="QLineEdit" name="mplayer_args_edit"/>
|
|---|
| 339 | </item>
|
|---|
| 340 | </layout>
|
|---|
| 341 | </item>
|
|---|
| 342 | <item>
|
|---|
| 343 | <widget class="Line" name="line2">
|
|---|
| 344 | <property name="sizePolicy">
|
|---|
| 345 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 346 | <horstretch>0</horstretch>
|
|---|
| 347 | <verstretch>0</verstretch>
|
|---|
| 348 | </sizepolicy>
|
|---|
| 349 | </property>
|
|---|
| 350 | <property name="frameShape">
|
|---|
| 351 | <enum>QFrame::HLine</enum>
|
|---|
| 352 | </property>
|
|---|
| 353 | <property name="frameShadow">
|
|---|
| 354 | <enum>QFrame::Sunken</enum>
|
|---|
| 355 | </property>
|
|---|
| 356 | <property name="orientation">
|
|---|
| 357 | <enum>Qt::Horizontal</enum>
|
|---|
| 358 | </property>
|
|---|
| 359 | </widget>
|
|---|
| 360 | </item>
|
|---|
| 361 | <item>
|
|---|
| 362 | <widget class="QLabel" name="textLabel4_2">
|
|---|
| 363 | <property name="text">
|
|---|
| 364 | <string>You can also pass additional video filters.
|
|---|
| 365 | Separate them with ",". Do not use spaces!
|
|---|
| 366 | Example: scale=512:-2,eq2=1.1</string>
|
|---|
| 367 | </property>
|
|---|
| 368 | <property name="alignment">
|
|---|
| 369 | <set>Qt::AlignVCenter</set>
|
|---|
| 370 | </property>
|
|---|
| 371 | <property name="wordWrap">
|
|---|
| 372 | <bool>false</bool>
|
|---|
| 373 | </property>
|
|---|
| 374 | </widget>
|
|---|
| 375 | </item>
|
|---|
| 376 | <item>
|
|---|
| 377 | <layout class="QHBoxLayout">
|
|---|
| 378 | <property name="spacing">
|
|---|
| 379 | <number>6</number>
|
|---|
| 380 | </property>
|
|---|
| 381 | <property name="margin">
|
|---|
| 382 | <number>0</number>
|
|---|
| 383 | </property>
|
|---|
| 384 | <item>
|
|---|
| 385 | <widget class="QLabel" name="textLabel2_3">
|
|---|
| 386 | <property name="text">
|
|---|
| 387 | <string>V&ideo filters:</string>
|
|---|
| 388 | </property>
|
|---|
| 389 | <property name="wordWrap">
|
|---|
| 390 | <bool>false</bool>
|
|---|
| 391 | </property>
|
|---|
| 392 | <property name="buddy">
|
|---|
| 393 | <cstring>mplayer_vfilters_edit</cstring>
|
|---|
| 394 | </property>
|
|---|
| 395 | </widget>
|
|---|
| 396 | </item>
|
|---|
| 397 | <item>
|
|---|
| 398 | <widget class="QLineEdit" name="mplayer_vfilters_edit"/>
|
|---|
| 399 | </item>
|
|---|
| 400 | </layout>
|
|---|
| 401 | </item>
|
|---|
| 402 | <item>
|
|---|
| 403 | <widget class="Line" name="line3">
|
|---|
| 404 | <property name="sizePolicy">
|
|---|
| 405 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 406 | <horstretch>0</horstretch>
|
|---|
| 407 | <verstretch>0</verstretch>
|
|---|
| 408 | </sizepolicy>
|
|---|
| 409 | </property>
|
|---|
| 410 | <property name="frameShape">
|
|---|
| 411 | <enum>QFrame::HLine</enum>
|
|---|
| 412 | </property>
|
|---|
| 413 | <property name="frameShadow">
|
|---|
| 414 | <enum>QFrame::Sunken</enum>
|
|---|
| 415 | </property>
|
|---|
| 416 | <property name="orientation">
|
|---|
| 417 | <enum>Qt::Horizontal</enum>
|
|---|
| 418 | </property>
|
|---|
| 419 | </widget>
|
|---|
| 420 | </item>
|
|---|
| 421 | <item>
|
|---|
| 422 | <widget class="QLabel" name="textLabel5_2">
|
|---|
| 423 | <property name="text">
|
|---|
| 424 | <string>And finally audio filters. Same rule as for video filters.
|
|---|
| 425 | Example: resample=44100:0:0,volnorm</string>
|
|---|
| 426 | </property>
|
|---|
| 427 | <property name="alignment">
|
|---|
| 428 | <set>Qt::AlignVCenter</set>
|
|---|
| 429 | </property>
|
|---|
| 430 | <property name="wordWrap">
|
|---|
| 431 | <bool>false</bool>
|
|---|
| 432 | </property>
|
|---|
| 433 | </widget>
|
|---|
| 434 | </item>
|
|---|
| 435 | <item>
|
|---|
| 436 | <layout class="QHBoxLayout">
|
|---|
| 437 | <property name="spacing">
|
|---|
| 438 | <number>6</number>
|
|---|
| 439 | </property>
|
|---|
| 440 | <property name="margin">
|
|---|
| 441 | <number>0</number>
|
|---|
| 442 | </property>
|
|---|
| 443 | <item>
|
|---|
| 444 | <widget class="QLabel" name="textLabel3_3">
|
|---|
| 445 | <property name="text">
|
|---|
| 446 | <string>Audio &filters:</string>
|
|---|
| 447 | </property>
|
|---|
| 448 | <property name="wordWrap">
|
|---|
| 449 | <bool>false</bool>
|
|---|
| 450 | </property>
|
|---|
| 451 | <property name="buddy">
|
|---|
| 452 | <cstring>mplayer_afilters_edit</cstring>
|
|---|
| 453 | </property>
|
|---|
| 454 | </widget>
|
|---|
| 455 | </item>
|
|---|
| 456 | <item>
|
|---|
| 457 | <widget class="QLineEdit" name="mplayer_afilters_edit"/>
|
|---|
| 458 | </item>
|
|---|
| 459 | </layout>
|
|---|
| 460 | </item>
|
|---|
| 461 | <item>
|
|---|
| 462 | <spacer>
|
|---|
| 463 | <property name="orientation">
|
|---|
| 464 | <enum>Qt::Vertical</enum>
|
|---|
| 465 | </property>
|
|---|
| 466 | <property name="sizeHint" stdset="0">
|
|---|
| 467 | <size>
|
|---|
| 468 | <width>20</width>
|
|---|
| 469 | <height>40</height>
|
|---|
| 470 | </size>
|
|---|
| 471 | </property>
|
|---|
| 472 | </spacer>
|
|---|
| 473 | </item>
|
|---|
| 474 | </layout>
|
|---|
| 475 | </widget>
|
|---|
| 476 | <widget class="QWidget" name="tab_proxy">
|
|---|
| 477 | <attribute name="title">
|
|---|
| 478 | <string>&Network</string>
|
|---|
| 479 | </attribute>
|
|---|
| 480 | <layout class="QVBoxLayout">
|
|---|
| 481 | <item>
|
|---|
| 482 | <widget class="QGroupBox" name="internet_connection_groupbox">
|
|---|
| 483 | <property name="title">
|
|---|
| 484 | <string>Network Connection</string>
|
|---|
| 485 | </property>
|
|---|
| 486 | <layout class="QVBoxLayout">
|
|---|
| 487 | <property name="spacing">
|
|---|
| 488 | <number>6</number>
|
|---|
| 489 | </property>
|
|---|
| 490 | <property name="margin">
|
|---|
| 491 | <number>9</number>
|
|---|
| 492 | </property>
|
|---|
| 493 | <item>
|
|---|
| 494 | <widget class="QRadioButton" name="ipv4_button">
|
|---|
| 495 | <property name="text">
|
|---|
| 496 | <string>IPv&4</string>
|
|---|
| 497 | </property>
|
|---|
| 498 | </widget>
|
|---|
| 499 | </item>
|
|---|
| 500 | <item>
|
|---|
| 501 | <widget class="QRadioButton" name="ipv6_button">
|
|---|
| 502 | <property name="text">
|
|---|
| 503 | <string>IPv&6</string>
|
|---|
| 504 | </property>
|
|---|
| 505 | </widget>
|
|---|
| 506 | </item>
|
|---|
| 507 | </layout>
|
|---|
| 508 | </widget>
|
|---|
| 509 | </item>
|
|---|
| 510 | <item>
|
|---|
| 511 | <spacer>
|
|---|
| 512 | <property name="orientation">
|
|---|
| 513 | <enum>Qt::Vertical</enum>
|
|---|
| 514 | </property>
|
|---|
| 515 | <property name="sizeHint" stdset="0">
|
|---|
| 516 | <size>
|
|---|
| 517 | <width>458</width>
|
|---|
| 518 | <height>31</height>
|
|---|
| 519 | </size>
|
|---|
| 520 | </property>
|
|---|
| 521 | </spacer>
|
|---|
| 522 | </item>
|
|---|
| 523 | </layout>
|
|---|
| 524 | </widget>
|
|---|
| 525 | <widget class="QWidget" name="tab4">
|
|---|
| 526 | <attribute name="title">
|
|---|
| 527 | <string>Lo&gs</string>
|
|---|
| 528 | </attribute>
|
|---|
| 529 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|---|
| 530 | <item>
|
|---|
| 531 | <widget class="QGroupBox" name="mplayer_log_box">
|
|---|
| 532 | <property name="title">
|
|---|
| 533 | <string>MPlayer</string>
|
|---|
| 534 | </property>
|
|---|
| 535 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
|---|
| 536 | <item>
|
|---|
| 537 | <widget class="QCheckBox" name="log_mplayer_check">
|
|---|
| 538 | <property name="text">
|
|---|
| 539 | <string>Log MPlayer &output</string>
|
|---|
| 540 | </property>
|
|---|
| 541 | </widget>
|
|---|
| 542 | </item>
|
|---|
| 543 | <item>
|
|---|
| 544 | <widget class="QWidget" name="mplayer_log_container" native="true">
|
|---|
| 545 | <property name="enabled">
|
|---|
| 546 | <bool>false</bool>
|
|---|
| 547 | </property>
|
|---|
| 548 | <layout class="QGridLayout">
|
|---|
| 549 | <property name="margin">
|
|---|
| 550 | <number>0</number>
|
|---|
| 551 | </property>
|
|---|
| 552 | <item row="0" column="0" rowspan="3">
|
|---|
| 553 | <spacer>
|
|---|
| 554 | <property name="orientation">
|
|---|
| 555 | <enum>Qt::Horizontal</enum>
|
|---|
| 556 | </property>
|
|---|
| 557 | <property name="sizeType">
|
|---|
| 558 | <enum>QSizePolicy::Fixed</enum>
|
|---|
| 559 | </property>
|
|---|
| 560 | <property name="sizeHint" stdset="0">
|
|---|
| 561 | <size>
|
|---|
| 562 | <width>21</width>
|
|---|
| 563 | <height>61</height>
|
|---|
| 564 | </size>
|
|---|
| 565 | </property>
|
|---|
| 566 | </spacer>
|
|---|
| 567 | </item>
|
|---|
| 568 | <item row="0" column="1">
|
|---|
| 569 | <widget class="QCheckBox" name="verbose_check">
|
|---|
| 570 | <property name="text">
|
|---|
| 571 | <string>&Verbose</string>
|
|---|
| 572 | </property>
|
|---|
| 573 | </widget>
|
|---|
| 574 | </item>
|
|---|
| 575 | <item row="1" column="1">
|
|---|
| 576 | <widget class="QCheckBox" name="log_mplayer_save_check">
|
|---|
| 577 | <property name="text">
|
|---|
| 578 | <string>A&utosave MPlayer log to file</string>
|
|---|
| 579 | </property>
|
|---|
| 580 | </widget>
|
|---|
| 581 | </item>
|
|---|
| 582 | <item row="2" column="1">
|
|---|
| 583 | <widget class="QLineEdit" name="log_mplayer_save_name">
|
|---|
| 584 | <property name="enabled">
|
|---|
| 585 | <bool>false</bool>
|
|---|
| 586 | </property>
|
|---|
| 587 | </widget>
|
|---|
| 588 | </item>
|
|---|
| 589 | </layout>
|
|---|
| 590 | </widget>
|
|---|
| 591 | </item>
|
|---|
| 592 | </layout>
|
|---|
| 593 | </widget>
|
|---|
| 594 | </item>
|
|---|
| 595 | <item>
|
|---|
| 596 | <widget class="QGroupBox" name="smplayer_log_box">
|
|---|
| 597 | <property name="title">
|
|---|
| 598 | <string>SMPlayer</string>
|
|---|
| 599 | </property>
|
|---|
| 600 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 601 | <item>
|
|---|
| 602 | <widget class="QCheckBox" name="log_smplayer_check">
|
|---|
| 603 | <property name="text">
|
|---|
| 604 | <string>Log &SMPlayer output</string>
|
|---|
| 605 | </property>
|
|---|
| 606 | </widget>
|
|---|
| 607 | </item>
|
|---|
| 608 | <item>
|
|---|
| 609 | <widget class="QWidget" name="smplayer_log_container" native="true">
|
|---|
| 610 | <property name="enabled">
|
|---|
| 611 | <bool>false</bool>
|
|---|
| 612 | </property>
|
|---|
| 613 | <layout class="QHBoxLayout">
|
|---|
| 614 | <property name="margin">
|
|---|
| 615 | <number>0</number>
|
|---|
| 616 | </property>
|
|---|
| 617 | <item>
|
|---|
| 618 | <spacer>
|
|---|
| 619 | <property name="orientation">
|
|---|
| 620 | <enum>Qt::Horizontal</enum>
|
|---|
| 621 | </property>
|
|---|
| 622 | <property name="sizeType">
|
|---|
| 623 | <enum>QSizePolicy::Fixed</enum>
|
|---|
| 624 | </property>
|
|---|
| 625 | <property name="sizeHint" stdset="0">
|
|---|
| 626 | <size>
|
|---|
| 627 | <width>21</width>
|
|---|
| 628 | <height>41</height>
|
|---|
| 629 | </size>
|
|---|
| 630 | </property>
|
|---|
| 631 | </spacer>
|
|---|
| 632 | </item>
|
|---|
| 633 | <item>
|
|---|
| 634 | <widget class="QCheckBox" name="log_smplayer_save_check">
|
|---|
| 635 | <property name="text">
|
|---|
| 636 | <string>Sa&ve SMPlayer log to a file</string>
|
|---|
| 637 | </property>
|
|---|
| 638 | </widget>
|
|---|
| 639 | </item>
|
|---|
| 640 | </layout>
|
|---|
| 641 | </widget>
|
|---|
| 642 | </item>
|
|---|
| 643 | <item>
|
|---|
| 644 | <widget class="Line" name="line8_2">
|
|---|
| 645 | <property name="sizePolicy">
|
|---|
| 646 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 647 | <horstretch>0</horstretch>
|
|---|
| 648 | <verstretch>0</verstretch>
|
|---|
| 649 | </sizepolicy>
|
|---|
| 650 | </property>
|
|---|
| 651 | <property name="frameShape">
|
|---|
| 652 | <enum>QFrame::HLine</enum>
|
|---|
| 653 | </property>
|
|---|
| 654 | <property name="frameShadow">
|
|---|
| 655 | <enum>QFrame::Sunken</enum>
|
|---|
| 656 | </property>
|
|---|
| 657 | <property name="orientation">
|
|---|
| 658 | <enum>Qt::Horizontal</enum>
|
|---|
| 659 | </property>
|
|---|
| 660 | </widget>
|
|---|
| 661 | </item>
|
|---|
| 662 | <item>
|
|---|
| 663 | <widget class="QLabel" name="smplayer_log_label1">
|
|---|
| 664 | <property name="text">
|
|---|
| 665 | <string>This option is mainly intended for debugging the application.</string>
|
|---|
| 666 | </property>
|
|---|
| 667 | <property name="wordWrap">
|
|---|
| 668 | <bool>false</bool>
|
|---|
| 669 | </property>
|
|---|
| 670 | </widget>
|
|---|
| 671 | </item>
|
|---|
| 672 | <item>
|
|---|
| 673 | <widget class="QLabel" name="smplayer_log_label2">
|
|---|
| 674 | <property name="text">
|
|---|
| 675 | <string>&Filter for SMPlayer logs:</string>
|
|---|
| 676 | </property>
|
|---|
| 677 | <property name="wordWrap">
|
|---|
| 678 | <bool>false</bool>
|
|---|
| 679 | </property>
|
|---|
| 680 | <property name="buddy">
|
|---|
| 681 | <cstring>log_filter_edit</cstring>
|
|---|
| 682 | </property>
|
|---|
| 683 | </widget>
|
|---|
| 684 | </item>
|
|---|
| 685 | <item>
|
|---|
| 686 | <widget class="QLineEdit" name="log_filter_edit"/>
|
|---|
| 687 | </item>
|
|---|
| 688 | </layout>
|
|---|
| 689 | </widget>
|
|---|
| 690 | </item>
|
|---|
| 691 | <item>
|
|---|
| 692 | <spacer>
|
|---|
| 693 | <property name="orientation">
|
|---|
| 694 | <enum>Qt::Vertical</enum>
|
|---|
| 695 | </property>
|
|---|
| 696 | <property name="sizeHint" stdset="0">
|
|---|
| 697 | <size>
|
|---|
| 698 | <width>489</width>
|
|---|
| 699 | <height>184</height>
|
|---|
| 700 | </size>
|
|---|
| 701 | </property>
|
|---|
| 702 | </spacer>
|
|---|
| 703 | </item>
|
|---|
| 704 | </layout>
|
|---|
| 705 | </widget>
|
|---|
| 706 | </widget>
|
|---|
| 707 | </item>
|
|---|
| 708 | </layout>
|
|---|
| 709 | </widget>
|
|---|
| 710 | <customwidgets>
|
|---|
| 711 | <customwidget>
|
|---|
| 712 | <class>MyComboBox</class>
|
|---|
| 713 | <extends>QComboBox</extends>
|
|---|
| 714 | <header>mycombobox.h</header>
|
|---|
| 715 | </customwidget>
|
|---|
| 716 | <customwidget>
|
|---|
| 717 | <class>TristateCombo</class>
|
|---|
| 718 | <extends>QComboBox</extends>
|
|---|
| 719 | <header>tristatecombo.h</header>
|
|---|
| 720 | </customwidget>
|
|---|
| 721 | </customwidgets>
|
|---|
| 722 | <tabstops>
|
|---|
| 723 | <tabstop>advanced_tab</tabstop>
|
|---|
| 724 | <tabstop>monitoraspect_combo</tabstop>
|
|---|
| 725 | <tabstop>mplayer_use_window_check</tabstop>
|
|---|
| 726 | <tabstop>idx_check</tabstop>
|
|---|
| 727 | <tabstop>shortnames_check</tabstop>
|
|---|
| 728 | <tabstop>repaint_video_background_check</tabstop>
|
|---|
| 729 | <tabstop>mplayer_crashes_check</tabstop>
|
|---|
| 730 | <tabstop>correct_pts_combo</tabstop>
|
|---|
| 731 | <tabstop>actions_to_run_edit</tabstop>
|
|---|
| 732 | <tabstop>colorkey_view</tabstop>
|
|---|
| 733 | <tabstop>changeButton</tabstop>
|
|---|
| 734 | <tabstop>show_tag_in_title_check</tabstop>
|
|---|
| 735 | <tabstop>mplayer_args_edit</tabstop>
|
|---|
| 736 | <tabstop>mplayer_vfilters_edit</tabstop>
|
|---|
| 737 | <tabstop>mplayer_afilters_edit</tabstop>
|
|---|
| 738 | <tabstop>ipv4_button</tabstop>
|
|---|
| 739 | <tabstop>ipv6_button</tabstop>
|
|---|
| 740 | <tabstop>log_mplayer_check</tabstop>
|
|---|
| 741 | <tabstop>verbose_check</tabstop>
|
|---|
| 742 | <tabstop>log_mplayer_save_check</tabstop>
|
|---|
| 743 | <tabstop>log_mplayer_save_name</tabstop>
|
|---|
| 744 | <tabstop>log_smplayer_check</tabstop>
|
|---|
| 745 | <tabstop>log_smplayer_save_check</tabstop>
|
|---|
| 746 | <tabstop>log_filter_edit</tabstop>
|
|---|
| 747 | </tabstops>
|
|---|
| 748 | <resources/>
|
|---|
| 749 | <connections>
|
|---|
| 750 | <connection>
|
|---|
| 751 | <sender>log_mplayer_save_check</sender>
|
|---|
| 752 | <signal>toggled(bool)</signal>
|
|---|
| 753 | <receiver>log_mplayer_save_name</receiver>
|
|---|
| 754 | <slot>setEnabled(bool)</slot>
|
|---|
| 755 | <hints>
|
|---|
| 756 | <hint type="sourcelabel">
|
|---|
| 757 | <x>249</x>
|
|---|
| 758 | <y>180</y>
|
|---|
| 759 | </hint>
|
|---|
| 760 | <hint type="destinationlabel">
|
|---|
| 761 | <x>279</x>
|
|---|
| 762 | <y>174</y>
|
|---|
| 763 | </hint>
|
|---|
| 764 | </hints>
|
|---|
| 765 | </connection>
|
|---|
| 766 | <connection>
|
|---|
| 767 | <sender>log_mplayer_check</sender>
|
|---|
| 768 | <signal>toggled(bool)</signal>
|
|---|
| 769 | <receiver>mplayer_log_container</receiver>
|
|---|
| 770 | <slot>setEnabled(bool)</slot>
|
|---|
| 771 | <hints>
|
|---|
| 772 | <hint type="sourcelabel">
|
|---|
| 773 | <x>255</x>
|
|---|
| 774 | <y>73</y>
|
|---|
| 775 | </hint>
|
|---|
| 776 | <hint type="destinationlabel">
|
|---|
| 777 | <x>255</x>
|
|---|
| 778 | <y>143</y>
|
|---|
| 779 | </hint>
|
|---|
| 780 | </hints>
|
|---|
| 781 | </connection>
|
|---|
| 782 | <connection>
|
|---|
| 783 | <sender>log_smplayer_check</sender>
|
|---|
| 784 | <signal>toggled(bool)</signal>
|
|---|
| 785 | <receiver>smplayer_log_container</receiver>
|
|---|
| 786 | <slot>setEnabled(bool)</slot>
|
|---|
| 787 | <hints>
|
|---|
| 788 | <hint type="sourcelabel">
|
|---|
| 789 | <x>255</x>
|
|---|
| 790 | <y>47</y>
|
|---|
| 791 | </hint>
|
|---|
| 792 | <hint type="destinationlabel">
|
|---|
| 793 | <x>255</x>
|
|---|
| 794 | <y>86</y>
|
|---|
| 795 | </hint>
|
|---|
| 796 | </hints>
|
|---|
| 797 | </connection>
|
|---|
| 798 | </connections>
|
|---|
| 799 | </ui>
|
|---|