]> git.sesse.net Git - kdenlive/blob - src/widgets/timecodedisplay_ui.ui
Add widget for easier timecode display
[kdenlive] / src / widgets / timecodedisplay_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TimecodeDisplay_UI</class>
4  <widget class="QWidget" name="TimecodeDisplay_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>132</width>
10     <height>31</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <widget class="QFrame" name="frame">
19      <property name="styleSheet">
20       <string notr="true">QToolButton {border: 0px;}</string>
21      </property>
22      <property name="frameShape">
23       <enum>QFrame::StyledPanel</enum>
24      </property>
25      <property name="frameShadow">
26       <enum>QFrame::Raised</enum>
27      </property>
28      <layout class="QGridLayout" name="gridLayout">
29       <property name="margin">
30        <number>0</number>
31       </property>
32       <property name="spacing">
33        <number>0</number>
34       </property>
35       <item row="0" column="0">
36        <widget class="KRestrictedLine" name="lineedit">
37         <property name="sizePolicy">
38          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="autoFillBackground">
44          <bool>false</bool>
45         </property>
46         <property name="frame">
47          <bool>false</bool>
48         </property>
49         <property name="alignment">
50          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
51         </property>
52        </widget>
53       </item>
54       <item row="0" column="2">
55        <layout class="QVBoxLayout" name="verticalLayout">
56         <property name="spacing">
57          <number>1</number>
58         </property>
59         <item>
60          <widget class="QToolButton" name="uparrow">
61           <property name="text">
62            <string>...</string>
63           </property>
64           <property name="iconSize">
65            <size>
66             <width>4</width>
67             <height>4</height>
68            </size>
69           </property>
70           <property name="autoRaise">
71            <bool>true</bool>
72           </property>
73           <property name="arrowType">
74            <enum>Qt::UpArrow</enum>
75           </property>
76          </widget>
77         </item>
78         <item>
79          <widget class="QToolButton" name="downarrow">
80           <property name="text">
81            <string>...</string>
82           </property>
83           <property name="iconSize">
84            <size>
85             <width>4</width>
86             <height>4</height>
87            </size>
88           </property>
89           <property name="autoRaise">
90            <bool>true</bool>
91           </property>
92           <property name="arrowType">
93            <enum>Qt::DownArrow</enum>
94           </property>
95          </widget>
96         </item>
97        </layout>
98       </item>
99       <item row="0" column="1">
100        <widget class="Line" name="line">
101         <property name="orientation">
102          <enum>Qt::Vertical</enum>
103         </property>
104        </widget>
105       </item>
106      </layout>
107     </widget>
108    </item>
109   </layout>
110  </widget>
111  <customwidgets>
112   <customwidget>
113    <class>KLineEdit</class>
114    <extends>QLineEdit</extends>
115    <header>klineedit.h</header>
116   </customwidget>
117   <customwidget>
118    <class>KRestrictedLine</class>
119    <extends>KLineEdit</extends>
120    <header>krestrictedline.h</header>
121   </customwidget>
122  </customwidgets>
123  <resources/>
124  <connections/>
125 </ui>