source: smplayer/trunk/src/inputbookmark.ui

Last change on this file was 176, checked in by Silvan Scherrer, 9 years ago

smplayer: update trunk to version 16.4

File size: 2.7 KB
RevLine 
[175]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InputBookmark</class>
4 <widget class="QDialog" name="InputBookmark">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>381</width>
10 <height>128</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add new bookmark</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QGridLayout" name="gridLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>&amp;Time:</string>
23 </property>
24 <property name="buddy">
25 <cstring>time_edit</cstring>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1" colspan="2">
30 <widget class="QTimeEdit" name="time_edit"/>
31 </item>
32 <item row="0" column="3">
33 <spacer name="horizontalSpacer">
34 <property name="orientation">
35 <enum>Qt::Horizontal</enum>
36 </property>
37 <property name="sizeHint" stdset="0">
38 <size>
39 <width>88</width>
40 <height>20</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
45 <item row="1" column="0" colspan="2">
46 <widget class="QLabel" name="label_2">
47 <property name="text">
48 <string>&amp;Name (optional):</string>
49 </property>
50 <property name="buddy">
51 <cstring>name_edit</cstring>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="2" colspan="2">
56 <widget class="QLineEdit" name="name_edit"/>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <tabstops>
73 <tabstop>time_edit</tabstop>
74 <tabstop>name_edit</tabstop>
75 <tabstop>buttonBox</tabstop>
76 </tabstops>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>InputBookmark</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>InputBookmark</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112</ui>
Note: See TracBrowser for help on using the repository browser.