Last change
on this file was 165, checked in by Silvan Scherrer, 11 years ago |
SMPlayer: update trunk to latest 0.8.7
|
-
Property svn:eol-style
set to
LF
|
File size:
1.8 KB
|
Rev | Line | |
---|
[165] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
[93] | 3 | <class>SeekWidget</class>
|
---|
[165] | 4 | <widget class="QWidget" name="SeekWidget">
|
---|
| 5 | <property name="geometry">
|
---|
[93] | 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
| 9 | <width>292</width>
|
---|
| 10 | <height>31</height>
|
---|
| 11 | </rect>
|
---|
| 12 | </property>
|
---|
[165] | 13 | <layout class="QHBoxLayout">
|
---|
| 14 | <property name="spacing">
|
---|
| 15 | <number>4</number>
|
---|
[93] | 16 | </property>
|
---|
[165] | 17 | <property name="margin">
|
---|
[93] | 18 | <number>0</number>
|
---|
| 19 | </property>
|
---|
| 20 | <item>
|
---|
[165] | 21 | <widget class="QLabel" name="_image">
|
---|
| 22 | <property name="text">
|
---|
| 23 | <string notr="true">icon</string>
|
---|
[93] | 24 | </property>
|
---|
[165] | 25 | <property name="wordWrap">
|
---|
[93] | 26 | <bool>false</bool>
|
---|
| 27 | </property>
|
---|
| 28 | </widget>
|
---|
| 29 | </item>
|
---|
| 30 | <item>
|
---|
[165] | 31 | <widget class="QLabel" name="_label">
|
---|
| 32 | <property name="sizePolicy">
|
---|
| 33 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
---|
[93] | 34 | <horstretch>0</horstretch>
|
---|
| 35 | <verstretch>0</verstretch>
|
---|
| 36 | </sizepolicy>
|
---|
| 37 | </property>
|
---|
[165] | 38 | <property name="text">
|
---|
| 39 | <string notr="true">label</string>
|
---|
[93] | 40 | </property>
|
---|
[165] | 41 | <property name="alignment">
|
---|
| 42 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
---|
| 43 | </property>
|
---|
| 44 | <property name="wordWrap">
|
---|
[93] | 45 | <bool>false</bool>
|
---|
| 46 | </property>
|
---|
[165] | 47 | <property name="buddy">
|
---|
[93] | 48 | <cstring>time_edit</cstring>
|
---|
| 49 | </property>
|
---|
| 50 | </widget>
|
---|
| 51 | </item>
|
---|
| 52 | <item>
|
---|
[165] | 53 | <widget class="QTimeEdit" name="time_edit">
|
---|
| 54 | <property name="maximumTime">
|
---|
[93] | 55 | <time>
|
---|
| 56 | <hour>0</hour>
|
---|
| 57 | <minute>59</minute>
|
---|
| 58 | <second>59</second>
|
---|
| 59 | </time>
|
---|
| 60 | </property>
|
---|
[165] | 61 | <property name="minimumTime">
|
---|
[93] | 62 | <time>
|
---|
| 63 | <hour>0</hour>
|
---|
| 64 | <minute>0</minute>
|
---|
| 65 | <second>1</second>
|
---|
| 66 | </time>
|
---|
| 67 | </property>
|
---|
| 68 | </widget>
|
---|
| 69 | </item>
|
---|
| 70 | </layout>
|
---|
| 71 | </widget>
|
---|
[165] | 72 | <layoutdefault spacing="0" margin="0"/>
|
---|
[93] | 73 | <resources/>
|
---|
| 74 | <connections/>
|
---|
| 75 | </ui>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.