[176] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
[93] | 3 | <author>Ricardo Villalba</author>
|
---|
| 4 | <class>FilePropertiesDialog</class>
|
---|
[176] | 5 | <widget class="QDialog" name="FilePropertiesDialog">
|
---|
| 6 | <property name="geometry">
|
---|
[93] | 7 | <rect>
|
---|
| 8 | <x>0</x>
|
---|
| 9 | <y>0</y>
|
---|
| 10 | <width>502</width>
|
---|
| 11 | <height>455</height>
|
---|
| 12 | </rect>
|
---|
| 13 | </property>
|
---|
[176] | 14 | <property name="windowTitle">
|
---|
[93] | 15 | <string>SMPlayer - File properties</string>
|
---|
| 16 | </property>
|
---|
[176] | 17 | <property name="sizeGripEnabled">
|
---|
[93] | 18 | <bool>true</bool>
|
---|
| 19 | </property>
|
---|
[176] | 20 | <layout class="QVBoxLayout">
|
---|
| 21 | <property name="spacing">
|
---|
| 22 | <number>6</number>
|
---|
| 23 | </property>
|
---|
| 24 | <property name="margin">
|
---|
[93] | 25 | <number>9</number>
|
---|
| 26 | </property>
|
---|
| 27 | <item>
|
---|
[176] | 28 | <widget class="QTabWidget" name="tabWidget">
|
---|
| 29 | <property name="currentIndex">
|
---|
[93] | 30 | <number>0</number>
|
---|
| 31 | </property>
|
---|
[176] | 32 | <widget class="QWidget" name="info_page">
|
---|
| 33 | <attribute name="title">
|
---|
[93] | 34 | <string>&Information</string>
|
---|
| 35 | </attribute>
|
---|
[176] | 36 | <layout class="QGridLayout">
|
---|
| 37 | <property name="margin">
|
---|
[93] | 38 | <number>6</number>
|
---|
| 39 | </property>
|
---|
[176] | 40 | <property name="spacing">
|
---|
[93] | 41 | <number>6</number>
|
---|
| 42 | </property>
|
---|
[176] | 43 | <item row="0" column="0">
|
---|
| 44 | <widget class="QTextEdit" name="info_edit">
|
---|
| 45 | <property name="readOnly">
|
---|
[93] | 46 | <bool>true</bool>
|
---|
| 47 | </property>
|
---|
| 48 | </widget>
|
---|
| 49 | </item>
|
---|
| 50 | </layout>
|
---|
| 51 | </widget>
|
---|
[176] | 52 | <widget class="QWidget" name="demuxer_page">
|
---|
| 53 | <attribute name="title">
|
---|
[93] | 54 | <string>&Demuxer</string>
|
---|
| 55 | </attribute>
|
---|
[176] | 56 | <layout class="QVBoxLayout">
|
---|
| 57 | <property name="spacing">
|
---|
[93] | 58 | <number>6</number>
|
---|
| 59 | </property>
|
---|
[176] | 60 | <property name="margin">
|
---|
[93] | 61 | <number>6</number>
|
---|
| 62 | </property>
|
---|
| 63 | <item>
|
---|
[176] | 64 | <widget class="QLabel" name="textLabel2">
|
---|
| 65 | <property name="text">
|
---|
[93] | 66 | <string>&Select the demuxer that will be used for this file:</string>
|
---|
| 67 | </property>
|
---|
[176] | 68 | <property name="wordWrap">
|
---|
[93] | 69 | <bool>false</bool>
|
---|
| 70 | </property>
|
---|
[176] | 71 | <property name="buddy">
|
---|
[93] | 72 | <cstring>demuxer_listbox</cstring>
|
---|
| 73 | </property>
|
---|
| 74 | </widget>
|
---|
| 75 | </item>
|
---|
| 76 | <item>
|
---|
[176] | 77 | <widget class="QListWidget" name="demuxer_listbox"/>
|
---|
[93] | 78 | </item>
|
---|
| 79 | <item>
|
---|
[176] | 80 | <layout class="QHBoxLayout">
|
---|
| 81 | <property name="spacing">
|
---|
| 82 | <number>6</number>
|
---|
| 83 | </property>
|
---|
| 84 | <property name="margin">
|
---|
[93] | 85 | <number>0</number>
|
---|
| 86 | </property>
|
---|
| 87 | <item>
|
---|
| 88 | <spacer>
|
---|
[176] | 89 | <property name="orientation">
|
---|
[93] | 90 | <enum>Qt::Horizontal</enum>
|
---|
| 91 | </property>
|
---|
[176] | 92 | <property name="sizeType">
|
---|
[93] | 93 | <enum>QSizePolicy::Expanding</enum>
|
---|
| 94 | </property>
|
---|
[176] | 95 | <property name="sizeHint" stdset="0">
|
---|
[93] | 96 | <size>
|
---|
| 97 | <width>241</width>
|
---|
| 98 | <height>41</height>
|
---|
| 99 | </size>
|
---|
| 100 | </property>
|
---|
| 101 | </spacer>
|
---|
| 102 | </item>
|
---|
| 103 | <item>
|
---|
[176] | 104 | <widget class="QPushButton" name="resetDemuxerButton">
|
---|
| 105 | <property name="text">
|
---|
[93] | 106 | <string>&Reset</string>
|
---|
| 107 | </property>
|
---|
| 108 | </widget>
|
---|
| 109 | </item>
|
---|
| 110 | </layout>
|
---|
| 111 | </item>
|
---|
| 112 | </layout>
|
---|
| 113 | </widget>
|
---|
[176] | 114 | <widget class="QWidget" name="vc_page">
|
---|
| 115 | <attribute name="title">
|
---|
[93] | 116 | <string>&Video codec</string>
|
---|
| 117 | </attribute>
|
---|
[176] | 118 | <layout class="QVBoxLayout">
|
---|
| 119 | <property name="spacing">
|
---|
[93] | 120 | <number>6</number>
|
---|
| 121 | </property>
|
---|
[176] | 122 | <property name="margin">
|
---|
[93] | 123 | <number>6</number>
|
---|
| 124 | </property>
|
---|
| 125 | <item>
|
---|
[176] | 126 | <widget class="QLabel" name="textLabel3">
|
---|
| 127 | <property name="text">
|
---|
[93] | 128 | <string>&Select the video codec:</string>
|
---|
| 129 | </property>
|
---|
[176] | 130 | <property name="wordWrap">
|
---|
[93] | 131 | <bool>false</bool>
|
---|
| 132 | </property>
|
---|
[176] | 133 | <property name="buddy">
|
---|
[93] | 134 | <cstring>vc_listbox</cstring>
|
---|
| 135 | </property>
|
---|
| 136 | </widget>
|
---|
| 137 | </item>
|
---|
| 138 | <item>
|
---|
[176] | 139 | <widget class="QListWidget" name="vc_listbox"/>
|
---|
[93] | 140 | </item>
|
---|
| 141 | <item>
|
---|
[176] | 142 | <layout class="QHBoxLayout">
|
---|
| 143 | <property name="spacing">
|
---|
| 144 | <number>6</number>
|
---|
| 145 | </property>
|
---|
| 146 | <property name="margin">
|
---|
[93] | 147 | <number>0</number>
|
---|
| 148 | </property>
|
---|
| 149 | <item>
|
---|
| 150 | <spacer>
|
---|
[176] | 151 | <property name="orientation">
|
---|
[93] | 152 | <enum>Qt::Horizontal</enum>
|
---|
| 153 | </property>
|
---|
[176] | 154 | <property name="sizeType">
|
---|
[93] | 155 | <enum>QSizePolicy::Expanding</enum>
|
---|
| 156 | </property>
|
---|
[176] | 157 | <property name="sizeHint" stdset="0">
|
---|
[93] | 158 | <size>
|
---|
| 159 | <width>241</width>
|
---|
| 160 | <height>41</height>
|
---|
| 161 | </size>
|
---|
| 162 | </property>
|
---|
| 163 | </spacer>
|
---|
| 164 | </item>
|
---|
| 165 | <item>
|
---|
[176] | 166 | <widget class="QPushButton" name="resetVCButton">
|
---|
| 167 | <property name="text">
|
---|
[93] | 168 | <string>&Reset</string>
|
---|
| 169 | </property>
|
---|
| 170 | </widget>
|
---|
| 171 | </item>
|
---|
| 172 | </layout>
|
---|
| 173 | </item>
|
---|
| 174 | </layout>
|
---|
| 175 | </widget>
|
---|
[176] | 176 | <widget class="QWidget" name="ac_page">
|
---|
| 177 | <attribute name="title">
|
---|
[93] | 178 | <string>A&udio codec</string>
|
---|
| 179 | </attribute>
|
---|
[176] | 180 | <layout class="QVBoxLayout">
|
---|
| 181 | <property name="spacing">
|
---|
[93] | 182 | <number>6</number>
|
---|
| 183 | </property>
|
---|
[176] | 184 | <property name="margin">
|
---|
[93] | 185 | <number>6</number>
|
---|
| 186 | </property>
|
---|
| 187 | <item>
|
---|
[176] | 188 | <widget class="QLabel" name="textLabel4">
|
---|
| 189 | <property name="text">
|
---|
[93] | 190 | <string>&Select the audio codec:</string>
|
---|
| 191 | </property>
|
---|
[176] | 192 | <property name="wordWrap">
|
---|
[93] | 193 | <bool>false</bool>
|
---|
| 194 | </property>
|
---|
[176] | 195 | <property name="buddy">
|
---|
[93] | 196 | <cstring>ac_listbox</cstring>
|
---|
| 197 | </property>
|
---|
| 198 | </widget>
|
---|
| 199 | </item>
|
---|
| 200 | <item>
|
---|
[176] | 201 | <widget class="QListWidget" name="ac_listbox"/>
|
---|
[93] | 202 | </item>
|
---|
| 203 | <item>
|
---|
[176] | 204 | <layout class="QHBoxLayout">
|
---|
| 205 | <property name="spacing">
|
---|
| 206 | <number>6</number>
|
---|
| 207 | </property>
|
---|
| 208 | <property name="margin">
|
---|
[93] | 209 | <number>0</number>
|
---|
| 210 | </property>
|
---|
| 211 | <item>
|
---|
| 212 | <spacer>
|
---|
[176] | 213 | <property name="orientation">
|
---|
[93] | 214 | <enum>Qt::Horizontal</enum>
|
---|
| 215 | </property>
|
---|
[176] | 216 | <property name="sizeType">
|
---|
[93] | 217 | <enum>QSizePolicy::Expanding</enum>
|
---|
| 218 | </property>
|
---|
[176] | 219 | <property name="sizeHint" stdset="0">
|
---|
[93] | 220 | <size>
|
---|
| 221 | <width>241</width>
|
---|
| 222 | <height>41</height>
|
---|
| 223 | </size>
|
---|
| 224 | </property>
|
---|
| 225 | </spacer>
|
---|
| 226 | </item>
|
---|
| 227 | <item>
|
---|
[176] | 228 | <widget class="QPushButton" name="resetACButton">
|
---|
| 229 | <property name="text">
|
---|
[93] | 230 | <string>&Reset</string>
|
---|
| 231 | </property>
|
---|
| 232 | </widget>
|
---|
| 233 | </item>
|
---|
| 234 | </layout>
|
---|
| 235 | </item>
|
---|
| 236 | </layout>
|
---|
| 237 | </widget>
|
---|
[176] | 238 | <widget class="QWidget" name="options_page">
|
---|
| 239 | <attribute name="title">
|
---|
| 240 | <string notr="true">O&ptions for PLAYER</string>
|
---|
[93] | 241 | </attribute>
|
---|
[176] | 242 | <layout class="QVBoxLayout">
|
---|
| 243 | <property name="spacing">
|
---|
| 244 | <number>6</number>
|
---|
| 245 | </property>
|
---|
| 246 | <property name="margin">
|
---|
[93] | 247 | <number>9</number>
|
---|
| 248 | </property>
|
---|
| 249 | <item>
|
---|
[176] | 250 | <widget class="QGroupBox" name="groupBox">
|
---|
| 251 | <property name="title">
|
---|
| 252 | <string notr="true">Additional Options for PLAYER</string>
|
---|
[93] | 253 | </property>
|
---|
[176] | 254 | <layout class="QVBoxLayout">
|
---|
| 255 | <property name="spacing">
|
---|
| 256 | <number>6</number>
|
---|
| 257 | </property>
|
---|
| 258 | <property name="margin">
|
---|
[93] | 259 | <number>9</number>
|
---|
| 260 | </property>
|
---|
| 261 | <item>
|
---|
[176] | 262 | <widget class="QLabel" name="options_info_label">
|
---|
| 263 | <property name="text">
|
---|
| 264 | <string notr="true">Here you can pass extra options to PLAYER.
|
---|
[93] | 265 | Write them separated by spaces.
|
---|
| 266 | Example: -flip -nosound</string>
|
---|
| 267 | </property>
|
---|
[176] | 268 | <property name="alignment">
|
---|
[93] | 269 | <set>Qt::AlignVCenter</set>
|
---|
| 270 | </property>
|
---|
[176] | 271 | <property name="wordWrap">
|
---|
[93] | 272 | <bool>false</bool>
|
---|
| 273 | </property>
|
---|
| 274 | </widget>
|
---|
| 275 | </item>
|
---|
| 276 | <item>
|
---|
[176] | 277 | <layout class="QHBoxLayout">
|
---|
| 278 | <property name="spacing">
|
---|
| 279 | <number>6</number>
|
---|
| 280 | </property>
|
---|
| 281 | <property name="margin">
|
---|
[93] | 282 | <number>0</number>
|
---|
| 283 | </property>
|
---|
| 284 | <item>
|
---|
[176] | 285 | <widget class="QLabel" name="textLabel1_3">
|
---|
| 286 | <property name="text">
|
---|
[93] | 287 | <string>&Options:</string>
|
---|
| 288 | </property>
|
---|
[176] | 289 | <property name="wordWrap">
|
---|
[93] | 290 | <bool>false</bool>
|
---|
| 291 | </property>
|
---|
[176] | 292 | <property name="buddy">
|
---|
[93] | 293 | <cstring>mplayer_args_edit</cstring>
|
---|
| 294 | </property>
|
---|
| 295 | </widget>
|
---|
| 296 | </item>
|
---|
| 297 | <item>
|
---|
[176] | 298 | <widget class="QLineEdit" name="mplayer_args_edit"/>
|
---|
[93] | 299 | </item>
|
---|
| 300 | </layout>
|
---|
| 301 | </item>
|
---|
| 302 | <item>
|
---|
[176] | 303 | <widget class="Line" name="line2">
|
---|
| 304 | <property name="sizePolicy">
|
---|
| 305 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
[93] | 306 | <horstretch>0</horstretch>
|
---|
| 307 | <verstretch>0</verstretch>
|
---|
| 308 | </sizepolicy>
|
---|
| 309 | </property>
|
---|
[176] | 310 | <property name="frameShape">
|
---|
[93] | 311 | <enum>QFrame::HLine</enum>
|
---|
| 312 | </property>
|
---|
[176] | 313 | <property name="frameShadow">
|
---|
[93] | 314 | <enum>QFrame::Sunken</enum>
|
---|
| 315 | </property>
|
---|
[176] | 316 | <property name="orientation">
|
---|
[93] | 317 | <enum>Qt::Horizontal</enum>
|
---|
| 318 | </property>
|
---|
| 319 | </widget>
|
---|
| 320 | </item>
|
---|
| 321 | <item>
|
---|
[176] | 322 | <widget class="QLabel" name="textLabel4_2">
|
---|
| 323 | <property name="text">
|
---|
[93] | 324 | <string>You can also pass additional video filters.
|
---|
[176] | 325 | Separate them with ",". Do not use spaces!
|
---|
| 326 | Example: scale=512:-2,mirror</string>
|
---|
[93] | 327 | </property>
|
---|
[176] | 328 | <property name="alignment">
|
---|
[93] | 329 | <set>Qt::AlignVCenter</set>
|
---|
| 330 | </property>
|
---|
[176] | 331 | <property name="wordWrap">
|
---|
[93] | 332 | <bool>false</bool>
|
---|
| 333 | </property>
|
---|
| 334 | </widget>
|
---|
| 335 | </item>
|
---|
| 336 | <item>
|
---|
[176] | 337 | <layout class="QHBoxLayout">
|
---|
| 338 | <property name="spacing">
|
---|
| 339 | <number>6</number>
|
---|
| 340 | </property>
|
---|
| 341 | <property name="margin">
|
---|
[93] | 342 | <number>0</number>
|
---|
| 343 | </property>
|
---|
| 344 | <item>
|
---|
[176] | 345 | <widget class="QLabel" name="textLabel2_3">
|
---|
| 346 | <property name="text">
|
---|
[93] | 347 | <string>V&ideo filters:</string>
|
---|
| 348 | </property>
|
---|
[176] | 349 | <property name="wordWrap">
|
---|
[93] | 350 | <bool>false</bool>
|
---|
| 351 | </property>
|
---|
[176] | 352 | <property name="buddy">
|
---|
[93] | 353 | <cstring>mplayer_vfilters_edit</cstring>
|
---|
| 354 | </property>
|
---|
| 355 | </widget>
|
---|
| 356 | </item>
|
---|
| 357 | <item>
|
---|
[176] | 358 | <widget class="QLineEdit" name="mplayer_vfilters_edit"/>
|
---|
[93] | 359 | </item>
|
---|
| 360 | </layout>
|
---|
| 361 | </item>
|
---|
| 362 | <item>
|
---|
[176] | 363 | <widget class="Line" name="line3">
|
---|
| 364 | <property name="sizePolicy">
|
---|
| 365 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
[93] | 366 | <horstretch>0</horstretch>
|
---|
| 367 | <verstretch>0</verstretch>
|
---|
| 368 | </sizepolicy>
|
---|
| 369 | </property>
|
---|
[176] | 370 | <property name="frameShape">
|
---|
[93] | 371 | <enum>QFrame::HLine</enum>
|
---|
| 372 | </property>
|
---|
[176] | 373 | <property name="frameShadow">
|
---|
[93] | 374 | <enum>QFrame::Sunken</enum>
|
---|
| 375 | </property>
|
---|
[176] | 376 | <property name="orientation">
|
---|
[93] | 377 | <enum>Qt::Horizontal</enum>
|
---|
| 378 | </property>
|
---|
| 379 | </widget>
|
---|
| 380 | </item>
|
---|
| 381 | <item>
|
---|
[176] | 382 | <widget class="QLabel" name="textLabel5_2">
|
---|
| 383 | <property name="text">
|
---|
[93] | 384 | <string>And finally audio filters. Same rule as for video filters.
|
---|
[176] | 385 | Example: extrastereo,karaoke</string>
|
---|
[93] | 386 | </property>
|
---|
[176] | 387 | <property name="alignment">
|
---|
[93] | 388 | <set>Qt::AlignVCenter</set>
|
---|
| 389 | </property>
|
---|
[176] | 390 | <property name="wordWrap">
|
---|
[93] | 391 | <bool>false</bool>
|
---|
| 392 | </property>
|
---|
| 393 | </widget>
|
---|
| 394 | </item>
|
---|
| 395 | <item>
|
---|
[176] | 396 | <layout class="QHBoxLayout">
|
---|
| 397 | <property name="spacing">
|
---|
| 398 | <number>6</number>
|
---|
| 399 | </property>
|
---|
| 400 | <property name="margin">
|
---|
[93] | 401 | <number>0</number>
|
---|
| 402 | </property>
|
---|
| 403 | <item>
|
---|
[176] | 404 | <widget class="QLabel" name="textLabel3_3">
|
---|
| 405 | <property name="text">
|
---|
[93] | 406 | <string>Audio &filters:</string>
|
---|
| 407 | </property>
|
---|
[176] | 408 | <property name="wordWrap">
|
---|
[93] | 409 | <bool>false</bool>
|
---|
| 410 | </property>
|
---|
[176] | 411 | <property name="buddy">
|
---|
[93] | 412 | <cstring>mplayer_afilters_edit</cstring>
|
---|
| 413 | </property>
|
---|
| 414 | </widget>
|
---|
| 415 | </item>
|
---|
| 416 | <item>
|
---|
[176] | 417 | <widget class="QLineEdit" name="mplayer_afilters_edit"/>
|
---|
[93] | 418 | </item>
|
---|
| 419 | </layout>
|
---|
| 420 | </item>
|
---|
| 421 | <item>
|
---|
| 422 | <spacer>
|
---|
[176] | 423 | <property name="orientation">
|
---|
[93] | 424 | <enum>Qt::Vertical</enum>
|
---|
| 425 | </property>
|
---|
[176] | 426 | <property name="sizeHint" stdset="0">
|
---|
[93] | 427 | <size>
|
---|
| 428 | <width>20</width>
|
---|
| 429 | <height>40</height>
|
---|
| 430 | </size>
|
---|
| 431 | </property>
|
---|
| 432 | </spacer>
|
---|
| 433 | </item>
|
---|
| 434 | </layout>
|
---|
| 435 | </widget>
|
---|
| 436 | </item>
|
---|
| 437 | </layout>
|
---|
| 438 | </widget>
|
---|
| 439 | </widget>
|
---|
| 440 | </item>
|
---|
| 441 | <item>
|
---|
[176] | 442 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
| 443 | <property name="orientation">
|
---|
[93] | 444 | <enum>Qt::Horizontal</enum>
|
---|
| 445 | </property>
|
---|
[176] | 446 | <property name="standardButtons">
|
---|
| 447 | <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
[93] | 448 | </property>
|
---|
| 449 | </widget>
|
---|
| 450 | </item>
|
---|
| 451 | </layout>
|
---|
| 452 | </widget>
|
---|
[176] | 453 | <layoutdefault spacing="6" margin="11"/>
|
---|
[93] | 454 | <tabstops>
|
---|
| 455 | <tabstop>tabWidget</tabstop>
|
---|
| 456 | <tabstop>info_edit</tabstop>
|
---|
| 457 | <tabstop>buttonBox</tabstop>
|
---|
| 458 | <tabstop>demuxer_listbox</tabstop>
|
---|
| 459 | <tabstop>resetDemuxerButton</tabstop>
|
---|
| 460 | <tabstop>vc_listbox</tabstop>
|
---|
| 461 | <tabstop>resetVCButton</tabstop>
|
---|
| 462 | <tabstop>ac_listbox</tabstop>
|
---|
| 463 | <tabstop>resetACButton</tabstop>
|
---|
| 464 | <tabstop>mplayer_args_edit</tabstop>
|
---|
| 465 | <tabstop>mplayer_vfilters_edit</tabstop>
|
---|
| 466 | <tabstop>mplayer_afilters_edit</tabstop>
|
---|
| 467 | </tabstops>
|
---|
| 468 | <resources/>
|
---|
| 469 | <connections>
|
---|
| 470 | <connection>
|
---|
| 471 | <sender>buttonBox</sender>
|
---|
| 472 | <signal>accepted()</signal>
|
---|
| 473 | <receiver>FilePropertiesDialog</receiver>
|
---|
| 474 | <slot>accept()</slot>
|
---|
| 475 | <hints>
|
---|
[176] | 476 | <hint type="sourcelabel">
|
---|
[93] | 477 | <x>267</x>
|
---|
| 478 | <y>468</y>
|
---|
| 479 | </hint>
|
---|
[176] | 480 | <hint type="destinationlabel">
|
---|
[93] | 481 | <x>267</x>
|
---|
| 482 | <y>246</y>
|
---|
| 483 | </hint>
|
---|
| 484 | </hints>
|
---|
| 485 | </connection>
|
---|
| 486 | <connection>
|
---|
| 487 | <sender>buttonBox</sender>
|
---|
| 488 | <signal>rejected()</signal>
|
---|
| 489 | <receiver>FilePropertiesDialog</receiver>
|
---|
| 490 | <slot>reject()</slot>
|
---|
| 491 | <hints>
|
---|
[176] | 492 | <hint type="sourcelabel">
|
---|
[93] | 493 | <x>267</x>
|
---|
| 494 | <y>468</y>
|
---|
| 495 | </hint>
|
---|
[176] | 496 | <hint type="destinationlabel">
|
---|
[93] | 497 | <x>267</x>
|
---|
| 498 | <y>246</y>
|
---|
| 499 | </hint>
|
---|
| 500 | </hints>
|
---|
| 501 | </connection>
|
---|
| 502 | </connections>
|
---|
| 503 | </ui>
|
---|