| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>PrefGeneral</class>
|
|---|
| 4 | <widget class="QWidget" name="PrefGeneral">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>491</width>
|
|---|
| 10 | <height>554</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="general_tab">
|
|---|
| 22 | <property name="currentIndex">
|
|---|
| 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <widget class="QWidget" name="tab">
|
|---|
| 26 | <attribute name="title">
|
|---|
| 27 | <string>&General</string>
|
|---|
| 28 | </attribute>
|
|---|
| 29 | <layout class="QVBoxLayout">
|
|---|
| 30 | <item>
|
|---|
| 31 | <layout class="QHBoxLayout">
|
|---|
| 32 | <item>
|
|---|
| 33 | <widget class="QLabel" name="textLabel1_2">
|
|---|
| 34 | <property name="text">
|
|---|
| 35 | <string>&MPlayer executable:</string>
|
|---|
| 36 | </property>
|
|---|
| 37 | <property name="wordWrap">
|
|---|
| 38 | <bool>false</bool>
|
|---|
| 39 | </property>
|
|---|
| 40 | <property name="buddy">
|
|---|
| 41 | <cstring>mplayerbin_edit</cstring>
|
|---|
| 42 | </property>
|
|---|
| 43 | </widget>
|
|---|
| 44 | </item>
|
|---|
| 45 | <item>
|
|---|
| 46 | <widget class="FileChooser" name="mplayerbin_edit"/>
|
|---|
| 47 | </item>
|
|---|
| 48 | </layout>
|
|---|
| 49 | </item>
|
|---|
| 50 | <item>
|
|---|
| 51 | <widget class="QGroupBox" name="groupBox_3">
|
|---|
| 52 | <property name="title">
|
|---|
| 53 | <string>Media settings</string>
|
|---|
| 54 | </property>
|
|---|
| 55 | <layout class="QVBoxLayout">
|
|---|
| 56 | <item>
|
|---|
| 57 | <widget class="QCheckBox" name="remember_all_check">
|
|---|
| 58 | <property name="text">
|
|---|
| 59 | <string>&Remember settings for all files (audio track, subtitles...)</string>
|
|---|
| 60 | </property>
|
|---|
| 61 | </widget>
|
|---|
| 62 | </item>
|
|---|
| 63 | <item>
|
|---|
| 64 | <layout class="QGridLayout">
|
|---|
| 65 | <item row="0" column="0" rowspan="2">
|
|---|
| 66 | <spacer>
|
|---|
| 67 | <property name="orientation">
|
|---|
| 68 | <enum>Qt::Horizontal</enum>
|
|---|
| 69 | </property>
|
|---|
| 70 | <property name="sizeType">
|
|---|
| 71 | <enum>QSizePolicy::Preferred</enum>
|
|---|
| 72 | </property>
|
|---|
| 73 | <property name="sizeHint" stdset="0">
|
|---|
| 74 | <size>
|
|---|
| 75 | <width>20</width>
|
|---|
| 76 | <height>61</height>
|
|---|
| 77 | </size>
|
|---|
| 78 | </property>
|
|---|
| 79 | </spacer>
|
|---|
| 80 | </item>
|
|---|
| 81 | <item row="0" column="1">
|
|---|
| 82 | <widget class="QCheckBox" name="remember_time_check">
|
|---|
| 83 | <property name="enabled">
|
|---|
| 84 | <bool>false</bool>
|
|---|
| 85 | </property>
|
|---|
| 86 | <property name="sizePolicy">
|
|---|
| 87 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|---|
| 88 | <horstretch>0</horstretch>
|
|---|
| 89 | <verstretch>0</verstretch>
|
|---|
| 90 | </sizepolicy>
|
|---|
| 91 | </property>
|
|---|
| 92 | <property name="text">
|
|---|
| 93 | <string>Remember &time position</string>
|
|---|
| 94 | </property>
|
|---|
| 95 | </widget>
|
|---|
| 96 | </item>
|
|---|
| 97 | <item row="1" column="1">
|
|---|
| 98 | <layout class="QHBoxLayout">
|
|---|
| 99 | <item>
|
|---|
| 100 | <widget class="QLabel" name="filesettings_method_label">
|
|---|
| 101 | <property name="enabled">
|
|---|
| 102 | <bool>false</bool>
|
|---|
| 103 | </property>
|
|---|
| 104 | <property name="text">
|
|---|
| 105 | <string>&Store settings in</string>
|
|---|
| 106 | </property>
|
|---|
| 107 | <property name="buddy">
|
|---|
| 108 | <cstring>filesettings_method_combo</cstring>
|
|---|
| 109 | </property>
|
|---|
| 110 | </widget>
|
|---|
| 111 | </item>
|
|---|
| 112 | <item>
|
|---|
| 113 | <widget class="QComboBox" name="filesettings_method_combo">
|
|---|
| 114 | <property name="enabled">
|
|---|
| 115 | <bool>false</bool>
|
|---|
| 116 | </property>
|
|---|
| 117 | </widget>
|
|---|
| 118 | </item>
|
|---|
| 119 | <item>
|
|---|
| 120 | <spacer>
|
|---|
| 121 | <property name="orientation">
|
|---|
| 122 | <enum>Qt::Horizontal</enum>
|
|---|
| 123 | </property>
|
|---|
| 124 | <property name="sizeHint" stdset="0">
|
|---|
| 125 | <size>
|
|---|
| 126 | <width>40</width>
|
|---|
| 127 | <height>20</height>
|
|---|
| 128 | </size>
|
|---|
| 129 | </property>
|
|---|
| 130 | </spacer>
|
|---|
| 131 | </item>
|
|---|
| 132 | </layout>
|
|---|
| 133 | </item>
|
|---|
| 134 | </layout>
|
|---|
| 135 | </item>
|
|---|
| 136 | </layout>
|
|---|
| 137 | </widget>
|
|---|
| 138 | </item>
|
|---|
| 139 | <item>
|
|---|
| 140 | <widget class="QGroupBox" name="groupBox_2">
|
|---|
| 141 | <property name="title">
|
|---|
| 142 | <string>Screenshots</string>
|
|---|
| 143 | </property>
|
|---|
| 144 | <layout class="QGridLayout">
|
|---|
| 145 | <item row="0" column="0" colspan="2">
|
|---|
| 146 | <widget class="QCheckBox" name="use_screenshots_check">
|
|---|
| 147 | <property name="text">
|
|---|
| 148 | <string>&Enable screenshots</string>
|
|---|
| 149 | </property>
|
|---|
| 150 | </widget>
|
|---|
| 151 | </item>
|
|---|
| 152 | <item row="1" column="0">
|
|---|
| 153 | <widget class="QLabel" name="screenshots_dir_label">
|
|---|
| 154 | <property name="enabled">
|
|---|
| 155 | <bool>false</bool>
|
|---|
| 156 | </property>
|
|---|
| 157 | <property name="text">
|
|---|
| 158 | <string>&Folder:</string>
|
|---|
| 159 | </property>
|
|---|
| 160 | <property name="wordWrap">
|
|---|
| 161 | <bool>false</bool>
|
|---|
| 162 | </property>
|
|---|
| 163 | <property name="buddy">
|
|---|
| 164 | <cstring>screenshot_edit</cstring>
|
|---|
| 165 | </property>
|
|---|
| 166 | </widget>
|
|---|
| 167 | </item>
|
|---|
| 168 | <item row="1" column="1">
|
|---|
| 169 | <widget class="FileChooser" name="screenshot_edit">
|
|---|
| 170 | <property name="enabled">
|
|---|
| 171 | <bool>false</bool>
|
|---|
| 172 | </property>
|
|---|
| 173 | </widget>
|
|---|
| 174 | </item>
|
|---|
| 175 | </layout>
|
|---|
| 176 | </widget>
|
|---|
| 177 | </item>
|
|---|
| 178 | <item>
|
|---|
| 179 | <widget class="QCheckBox" name="close_on_finish_check">
|
|---|
| 180 | <property name="text">
|
|---|
| 181 | <string>&Close when finished playback</string>
|
|---|
| 182 | </property>
|
|---|
| 183 | </widget>
|
|---|
| 184 | </item>
|
|---|
| 185 | <item>
|
|---|
| 186 | <widget class="QCheckBox" name="pause_if_hidden_check">
|
|---|
| 187 | <property name="text">
|
|---|
| 188 | <string>&Pause when minimized</string>
|
|---|
| 189 | </property>
|
|---|
| 190 | </widget>
|
|---|
| 191 | </item>
|
|---|
| 192 | <item>
|
|---|
| 193 | <spacer>
|
|---|
| 194 | <property name="orientation">
|
|---|
| 195 | <enum>Qt::Vertical</enum>
|
|---|
| 196 | </property>
|
|---|
| 197 | <property name="sizeType">
|
|---|
| 198 | <enum>QSizePolicy::Expanding</enum>
|
|---|
| 199 | </property>
|
|---|
| 200 | <property name="sizeHint" stdset="0">
|
|---|
| 201 | <size>
|
|---|
| 202 | <width>20</width>
|
|---|
| 203 | <height>40</height>
|
|---|
| 204 | </size>
|
|---|
| 205 | </property>
|
|---|
| 206 | </spacer>
|
|---|
| 207 | </item>
|
|---|
| 208 | </layout>
|
|---|
| 209 | </widget>
|
|---|
| 210 | <widget class="QWidget" name="tab_3">
|
|---|
| 211 | <attribute name="title">
|
|---|
| 212 | <string>&Video</string>
|
|---|
| 213 | </attribute>
|
|---|
| 214 | <layout class="QVBoxLayout">
|
|---|
| 215 | <item>
|
|---|
|
|---|