- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/videopreview/videopreviewconfigdialog.ui
r142 r165 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>VideoPreviewConfigDialog</class> 3 <widget class="QDialog" name="VideoPreviewConfigDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="VideoPreviewConfigDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 9 <width>452</width> 9 <height>38 0</height>10 <height>382</height> 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <string> Video Preview</string>13 <property name="windowTitle"> 14 <string>Thumbnail Generator</string> 14 15 </property> 15 <layout class="QVBoxLayout" 16 <item> 17 <layout class="QHBoxLayout" 18 <item> 19 <widget class="QLabel" name="label" 20 <property name="text" 16 <layout class="QVBoxLayout"> 17 <item> 18 <layout class="QHBoxLayout"> 19 <item> 20 <widget class="QLabel" name="label"> 21 <property name="text"> 21 22 <string>&File:</string> 22 23 </property> 23 <property name="buddy" 24 <property name="buddy"> 24 25 <cstring>filename_edit</cstring> 25 26 </property> … … 27 28 </item> 28 29 <item> 29 <widget class="FileChooser" name="filename_edit" 30 </item> 31 </layout> 32 </item> 33 <item> 34 <layout class="QHBoxLayout" 35 <item> 36 <widget class="QLabel" name="dvd_device_label" 37 <property name="text" 30 <widget class="FileChooser" name="filename_edit"/> 31 </item> 32 </layout> 33 </item> 34 <item> 35 <layout class="QHBoxLayout"> 36 <item> 37 <widget class="QLabel" name="dvd_device_label"> 38 <property name="text"> 38 39 <string>&DVD device:</string> 39 40 </property> 40 <property name="buddy" 41 <property name="buddy"> 41 42 <cstring>dvd_device_edit</cstring> 42 43 </property> … … 44 45 </item> 45 46 <item> 46 <widget class="QLineEdit" name="dvd_device_edit" 47 </item> 48 </layout> 49 </item> 50 <item> 51 <layout class="QHBoxLayout" 52 <item> 53 <widget class="QLabel" name="label_2" 54 <property name="text" 47 <widget class="QLineEdit" name="dvd_device_edit"/> 48 </item> 49 </layout> 50 </item> 51 <item> 52 <layout class="QHBoxLayout"> 53 <item> 54 <widget class="QLabel" name="label_2"> 55 <property name="text"> 55 56 <string>&Columns:</string> 56 57 </property> 57 <property name="alignment" 58 <property name="alignment"> 58 59 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 59 60 </property> 60 <property name="buddy" 61 <property name="buddy"> 61 62 <cstring>columns_spin</cstring> 62 63 </property> … … 64 65 </item> 65 66 <item> 66 <widget class="QSpinBox" name="columns_spin" 67 <property name="minimum" 67 <widget class="QSpinBox" name="columns_spin"> 68 <property name="minimum"> 68 69 <number>1</number> 69 70 </property> 70 <property name="maximum" 71 <property name="maximum"> 71 72 <number>10</number> 72 73 </property> … … 75 76 <item> 76 77 <spacer> 77 <property name="orientation" 78 <enum>Qt::Horizontal</enum> 79 </property> 80 <property name="sizeHint" >78 <property name="orientation"> 79 <enum>Qt::Horizontal</enum> 80 </property> 81 <property name="sizeHint" stdset="0"> 81 82 <size> 82 83 <width>40</width> … … 87 88 </item> 88 89 <item> 89 <widget class="QLabel" name="label_3" 90 <property name="text" 90 <widget class="QLabel" name="label_3"> 91 <property name="text"> 91 92 <string>&Rows:</string> 92 93 </property> 93 <property name="alignment" 94 <property name="alignment"> 94 95 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 95 96 </property> 96 <property name="buddy" 97 <property name="buddy"> 97 98 <cstring>rows_spin</cstring> 98 99 </property> … … 100 101 </item> 101 102 <item> 102 <widget class="QSpinBox" name="rows_spin" 103 <property name="minimum" 103 <widget class="QSpinBox" name="rows_spin"> 104 <property name="minimum"> 104 105 <number>1</number> 105 106 </property> … … 109 110 </item> 110 111 <item> 111 <widget class="QCheckBox" name="osd_check" 112 <property name="text" 112 <widget class="QCheckBox" name="osd_check"> 113 <property name="text"> 113 114 <string>Add playing &time to thumbnails</string> 114 115 </property> … … 116 117 </item> 117 118 <item> 118 <widget class="Line" name="line_2" 119 <property name="sizePolicy" 120 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">119 <widget class="Line" name="line_2"> 120 <property name="sizePolicy"> 121 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 121 122 <horstretch>0</horstretch> 122 123 <verstretch>0</verstretch> 123 124 </sizepolicy> 124 125 </property> 125 <property name="orientation" 126 <enum>Qt::Horizontal</enum> 127 </property> 128 </widget> 129 </item> 130 <item> 131 <layout class="QHBoxLayout" 132 <item> 133 <widget class="QLabel" name="label_5" 134 <property name="text" 126 <property name="orientation"> 127 <enum>Qt::Horizontal</enum> 128 </property> 129 </widget> 130 </item> 131 <item> 132 <layout class="QHBoxLayout"> 133 <item> 134 <widget class="QLabel" name="label_5"> 135 <property name="text"> 135 136 <string>&Aspect ratio:</string> 136 137 </property> 137 <property name="buddy" 138 <property name="buddy"> 138 139 <cstring>aspect_ratio_combo</cstring> 139 140 </property> … … 141 142 </item> 142 143 <item> 143 <widget class="QComboBox" name="aspect_ratio_combo" 144 </item> 145 <item> 146 <spacer> 147 <property name="orientation" 148 <enum>Qt::Horizontal</enum> 149 </property> 150 <property name="sizeHint" >144 <widget class="QComboBox" name="aspect_ratio_combo"/> 145 </item> 146 <item> 147 <spacer> 148 <property name="orientation"> 149 <enum>Qt::Horizontal</enum> 150 </property> 151 <property name="sizeHint" stdset="0"> 151 152 <size> 152 153 <width>101</width> … … 159 160 </item> 160 161 <item> 161 <layout class="QHBoxLayout" 162 <item> 163 <widget class="QLabel" name="label_4" 164 <property name="text" 162 <layout class="QHBoxLayout"> 163 <item> 164 <widget class="QLabel" name="label_4"> 165 <property name="text"> 165 166 <string>&Seconds to skip at the beginning:</string> 166 167 </property> 167 <property name="buddy" 168 <property name="buddy"> 168 169 <cstring>initial_step_spin</cstring> 169 170 </property> … … 171 172 </item> 172 173 <item> 173 <widget class="QSpinBox" name="initial_step_spin" 174 <property name="maximum" 174 <widget class="QSpinBox" name="initial_step_spin"> 175 <property name="maximum"> 175 176 <number>9999</number> 176 177 </property> … … 179 180 <item> 180 181 <spacer> 181 <property name="orientation" 182 <enum>Qt::Horizontal</enum> 183 </property> 184 <property name="sizeHint" >182 <property name="orientation"> 183 <enum>Qt::Horizontal</enum> 184 </property> 185 <property name="sizeHint" stdset="0"> 185 186 <size> 186 187 <width>40</width> … … 193 194 </item> 194 195 <item> 195 <layout class="QHBoxLayout" 196 <item> 197 <widget class="QLabel" name="label_6" 198 <property name="text" 196 <layout class="QHBoxLayout"> 197 <item> 198 <widget class="QLabel" name="label_6"> 199 <property name="text"> 199 200 <string>&Maximum width:</string> 200 201 </property> 201 <property name="buddy" 202 <property name="buddy"> 202 203 <cstring>max_width_spin</cstring> 203 204 </property> … … 205 206 </item> 206 207 <item> 207 <widget class="QSpinBox" name="max_width_spin" 208 <property name="minimum" 208 <widget class="QSpinBox" name="max_width_spin"> 209 <property name="minimum"> 209 210 <number>100</number> 210 211 </property> 211 <property name="maximum" 212 <property name="maximum"> 212 213 <number>2000</number> 213 214 </property> … … 216 217 <item> 217 218 <spacer> 218 <property name="orientation" 219 <enum>Qt::Horizontal</enum> 220 </property> 221 <property name="sizeHint" >219 <property name="orientation"> 220 <enum>Qt::Horizontal</enum> 221 </property> 222 <property name="sizeHint" stdset="0"> 222 223 <size> 223 224 <width>40</width> … … 230 231 </item> 231 232 <item> 232 <widget class="Line" name="line_3" 233 <property name="sizePolicy" 234 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">233 <widget class="Line" name="line_3"> 234 <property name="sizePolicy"> 235 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 235 236 <horstretch>0</horstretch> 236 237 <verstretch>0</verstretch> 237 238 </sizepolicy> 238 239 </property> 239 <property name="orientation" 240 <enum>Qt::Horizontal</enum> 241 </property> 242 </widget> 243 </item> 244 <item> 245 <layout class="QHBoxLayout" 246 <item> 247 <widget class="QLabel" name="label_7" 248 <property name="text" 240 <property name="orientation"> 241 <enum>Qt::Horizontal</enum> 242 </property> 243 </widget> 244 </item> 245 <item> 246 <layout class="QHBoxLayout"> 247 <item> 248 <widget class="QLabel" name="label_7"> 249 <property name="text"> 249 250 <string>&Extract frames as</string> 250 251 </property> 251 <property name="buddy" 252 <property name="buddy"> 252 253 <cstring>format_combo</cstring> 253 254 </property> … … 255 256 </item> 256 257 <item> 257 <widget class="QComboBox" name="format_combo" 258 </item> 259 <item> 260 <spacer> 261 <property name="orientation" 262 <enum>Qt::Horizontal</enum> 263 </property> 264 <property name="sizeHint" >258 <widget class="QComboBox" name="format_combo"/> 259 </item> 260 <item> 261 <spacer> 262 <property name="orientation"> 263 <enum>Qt::Horizontal</enum> 264 </property> 265 <property name="sizeHint" stdset="0"> 265 266 <size> 266 267 <width>71</width> … … 273 274 </item> 274 275 <item> 275 <widget class="Line" name="line" 276 <property name="sizePolicy" 277 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">276 <widget class="Line" name="line"> 277 <property name="sizePolicy"> 278 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 278 279 <horstretch>0</horstretch> 279 280 <verstretch>0</verstretch> 280 281 </sizepolicy> 281 282 </property> 282 <property name="orientation" 283 <enum>Qt::Horizontal</enum> 284 </property> 285 </widget> 286 </item> 287 <item> 288 <widget class="QCheckBox" name="save_last_directory_check" 289 <property name="text" 283 <property name="orientation"> 284 <enum>Qt::Horizontal</enum> 285 </property> 286 </widget> 287 </item> 288 <item> 289 <widget class="QCheckBox" name="save_last_directory_check"> 290 <property name="text"> 290 291 <string>Remember folder used to &save the preview</string> 291 292 </property> … … 293 294 </item> 294 295 <item> 295 <widget class="Line" name="line_4" 296 <property name="sizePolicy" 297 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">296 <widget class="Line" name="line_4"> 297 <property name="sizePolicy"> 298 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 298 299 <horstretch>0</horstretch> 299 300 <verstretch>0</verstretch> 300 301 </sizepolicy> 301 302 </property> 302 <property name="orientation" 303 <enum>Qt::Horizontal</enum> 304 </property> 305 </widget> 306 </item> 307 <item> 308 <widget class="QDialogButtonBox" name="buttonBox" 309 <property name="orientation" 310 <enum>Qt::Horizontal</enum> 311 </property> 312 <property name="standardButtons" 313 <set>QDialogButtonBox::Cancel|QDialogButtonBox:: NoButton|QDialogButtonBox::Ok</set>303 <property name="orientation"> 304 <enum>Qt::Horizontal</enum> 305 </property> 306 </widget> 307 </item> 308 <item> 309 <widget class="QDialogButtonBox" name="buttonBox"> 310 <property name="orientation"> 311 <enum>Qt::Horizontal</enum> 312 </property> 313 <property name="standardButtons"> 314 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 314 315 </property> 315 316 </widget> … … 344 345 <slot>accept()</slot> 345 346 <hints> 346 <hint type="sourcelabel" 347 <hint type="sourcelabel"> 347 348 <x>248</x> 348 349 <y>254</y> 349 350 </hint> 350 <hint type="destinationlabel" 351 <hint type="destinationlabel"> 351 352 <x>157</x> 352 353 <y>274</y> … … 360 361 <slot>reject()</slot> 361 362 <hints> 362 <hint type="sourcelabel" 363 <hint type="sourcelabel"> 363 364 <x>316</x> 364 365 <y>260</y> 365 366 </hint> 366 <hint type="destinationlabel" 367 <hint type="destinationlabel"> 367 368 <x>286</x> 368 369 <y>274</y>
Note:
See TracChangeset
for help on using the changeset viewer.