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