[93] | 1 | <ui version="4.0" >
|
---|
| 2 | <class>PrefTV</class>
|
---|
| 3 | <widget class="QWidget" name="PrefTV" >
|
---|
| 4 | <property name="geometry" >
|
---|
| 5 | <rect>
|
---|
| 6 | <x>0</x>
|
---|
| 7 | <y>0</y>
|
---|
| 8 | <width>367</width>
|
---|
| 9 | <height>412</height>
|
---|
| 10 | </rect>
|
---|
| 11 | </property>
|
---|
| 12 | <layout class="QVBoxLayout" >
|
---|
| 13 | <property name="leftMargin" >
|
---|
| 14 | <number>0</number>
|
---|
| 15 | </property>
|
---|
| 16 | <property name="topMargin" >
|
---|
| 17 | <number>0</number>
|
---|
| 18 | </property>
|
---|
| 19 | <property name="rightMargin" >
|
---|
| 20 | <number>0</number>
|
---|
| 21 | </property>
|
---|
| 22 | <property name="bottomMargin" >
|
---|
| 23 | <number>0</number>
|
---|
| 24 | </property>
|
---|
| 25 | <item>
|
---|
| 26 | <widget class="QTabWidget" name="tvt_tab" >
|
---|
| 27 | <property name="currentIndex" >
|
---|
| 28 | <number>0</number>
|
---|
| 29 | </property>
|
---|
| 30 | <widget class="QWidget" name="tab" >
|
---|
| 31 | <attribute name="title" >
|
---|
| 32 | <string>&TV and radio</string>
|
---|
| 33 | </attribute>
|
---|
| 34 | <layout class="QVBoxLayout" >
|
---|
| 35 | <item>
|
---|
| 36 | <layout class="QHBoxLayout" >
|
---|
| 37 | <property name="spacing" >
|
---|
| 38 | <number>6</number>
|
---|
| 39 | </property>
|
---|
| 40 | <property name="leftMargin" >
|
---|
| 41 | <number>0</number>
|
---|
| 42 | </property>
|
---|
| 43 | <property name="topMargin" >
|
---|
| 44 | <number>0</number>
|
---|
| 45 | </property>
|
---|
| 46 | <property name="rightMargin" >
|
---|
| 47 | <number>0</number>
|
---|
| 48 | </property>
|
---|
| 49 | <property name="bottomMargin" >
|
---|
| 50 | <number>0</number>
|
---|
| 51 | </property>
|
---|
| 52 | <item>
|
---|
| 53 | <widget class="QLabel" name="label_7" >
|
---|
| 54 | <property name="text" >
|
---|
| 55 | <string>Dei&nterlace by default for TV:</string>
|
---|
| 56 | </property>
|
---|
| 57 | <property name="buddy" >
|
---|
| 58 | <cstring>deinterlace_combo</cstring>
|
---|
| 59 | </property>
|
---|
| 60 | </widget>
|
---|
| 61 | </item>
|
---|
| 62 | <item>
|
---|
| 63 | <widget class="QComboBox" name="deinterlace_combo" >
|
---|
| 64 | <property name="sizePolicy" >
|
---|
| 65 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
| 66 | <horstretch>0</horstretch>
|
---|
| 67 | <verstretch>0</verstretch>
|
---|
| 68 | </sizepolicy>
|
---|
| 69 | </property>
|
---|
| 70 | </widget>
|
---|
| 71 | </item>
|
---|
| 72 | <item>
|
---|
| 73 | <spacer>
|
---|
| 74 | <property name="orientation" >
|
---|
| 75 | <enum>Qt::Horizontal</enum>
|
---|
| 76 | </property>
|
---|
| 77 | <property name="sizeHint" >
|
---|
| 78 | <size>
|
---|
| 79 | <width>40</width>
|
---|
| 80 | <height>20</height>
|
---|
| 81 | </size>
|
---|
| 82 | </property>
|
---|
| 83 | </spacer>
|
---|
| 84 | </item>
|
---|
| 85 | </layout>
|
---|
| 86 | </item>
|
---|
| 87 | <item>
|
---|
| 88 | <widget class="QCheckBox" name="rescan_check" >
|
---|
| 89 | <property name="text" >
|
---|
| 90 | <string>&Check for new channels on startup</string>
|
---|
| 91 | </property>
|
---|
| 92 | </widget>
|
---|
| 93 | </item>
|
---|
| 94 | <item>
|
---|
| 95 | <spacer>
|
---|
| 96 | <property name="orientation" >
|
---|
| 97 | <enum>Qt::Vertical</enum>
|
---|
| 98 | </property>
|
---|
| 99 | <property name="sizeHint" >
|
---|
| 100 | <size>
|
---|
| 101 | <width>20</width>
|
---|
| 102 | <height>40</height>
|
---|
| 103 | </size>
|
---|
| 104 | </property>
|
---|
| 105 | </spacer>
|
---|
| 106 | </item>
|
---|
| 107 | </layout>
|
---|
| 108 | </widget>
|
---|
| 109 | </widget>
|
---|
| 110 | </item>
|
---|
| 111 | </layout>
|
---|
| 112 | </widget>
|
---|
| 113 | <tabstops>
|
---|
| 114 | <tabstop>tvt_tab</tabstop>
|
---|
| 115 | <tabstop>deinterlace_combo</tabstop>
|
---|
| 116 | <tabstop>rescan_check</tabstop>
|
---|
| 117 | </tabstops>
|
---|
| 118 | <resources/>
|
---|
| 119 | <connections/>
|
---|
| 120 | </ui>
|
---|