source: smplayer/vendor/current/src/prefadvanced.ui@ 175

Last change on this file since 175 was 175, checked in by Silvan Scherrer, 10 years ago

smplayer: update vendor to version 16.4

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