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