source: smplayer/trunk/src/reminderdialog.ui@ 165

Last change on this file since 165 was 165, checked in by Silvan Scherrer, 11 years ago

SMPlayer: update trunk to latest 0.8.7

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ReminderDialog</class>
4 <widget class="QDialog" name="ReminderDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>501</width>
10 <height>212</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Help SMPlayer</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout_2">
19 <item>
20 <widget class="QLabel" name="icon_label">
21 <property name="minimumSize">
22 <size>
23 <width>100</width>
24 <height>0</height>
25 </size>
26 </property>
27 <property name="palette">
28 <palette>
29 <active>
30 <colorrole role="Base">
31 <brush brushstyle="SolidPattern">
32 <color alpha="255">
33 <red>255</red>
34 <green>255</green>
35 <blue>255</blue>
36 </color>
37 </brush>
38 </colorrole>
39 <colorrole role="Window">
40 <brush brushstyle="SolidPattern">
41 <color alpha="255">
42 <red>255</red>
43 <green>255</green>
44 <blue>255</blue>
45 </color>
46 </brush>
47 </colorrole>
48 </active>
49 <inactive>
50 <colorrole role="Base">
51 <brush brushstyle="SolidPattern">
52 <color alpha="255">
53 <red>255</red>
54 <green>255</green>
55 <blue>255</blue>
56 </color>
57 </brush>
58 </colorrole>
59 <colorrole role="Window">
60 <brush brushstyle="SolidPattern">
61 <color alpha="255">
62 <red>255</red>
63 <green>255</green>
64 <blue>255</blue>
65 </color>
66 </brush>
67 </colorrole>
68 </inactive>
69 <disabled>
70 <colorrole role="Base">
71 <brush brushstyle="SolidPattern">
72 <color alpha="255">
73 <red>255</red>
74 <green>255</green>
75 <blue>255</blue>
76 </color>
77 </brush>
78 </colorrole>
79 <colorrole role="Window">
80 <brush brushstyle="SolidPattern">
81 <color alpha="255">
82 <red>255</red>
83 <green>255</green>
84 <blue>255</blue>
85 </color>
86 </brush>
87 </colorrole>
88 </disabled>
89 </palette>
90 </property>
91 <property name="toolTip">
92 <string/>
93 </property>
94 <property name="autoFillBackground">
95 <bool>true</bool>
96 </property>
97 <property name="frameShape">
98 <enum>QFrame::WinPanel</enum>
99 </property>
100 <property name="frameShadow">
101 <enum>QFrame::Sunken</enum>
102 </property>
103 <property name="text">
104 <string notr="true">icon</string>
105 </property>
106 <property name="alignment">
107 <set>Qt::AlignCenter</set>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <layout class="QVBoxLayout" name="verticalLayout">
113 <item>
114 <widget class="QLabel" name="text_label">
115 <property name="sizePolicy">
116 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
117 <horstretch>0</horstretch>
118 <verstretch>0</verstretch>
119 </sizepolicy>
120 </property>
121 <property name="text">
122 <string notr="true">text</string>
123 </property>
124 <property name="wordWrap">
125 <bool>true</bool>
126 </property>
127 </widget>
128 </item>
129 <item>
130 <layout class="QHBoxLayout" name="horizontalLayout">
131 <item>
132 <spacer name="horizontalSpacer">
133 <property name="orientation">
134 <enum>Qt::Horizontal</enum>
135 </property>
136 <property name="sizeHint" stdset="0">
137 <size>
138 <width>40</width>
139 <height>20</height>
140 </size>
141 </property>
142 </spacer>
143 </item>
144 <item>
145 <widget class="QCheckBox" name="remind_check">
146 <property name="text">
147 <string>&amp;Remind me later</string>
148 </property>
149 <property name="checked">
150 <bool>true</bool>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </item>
156 </layout>
157 </item>
158 </layout>
159 </item>
160 <item>
161 <widget class="Line" name="line">
162 <property name="orientation">
163 <enum>Qt::Horizontal</enum>
164 </property>
165 </widget>
166 </item>
167 <item>
168 <widget class="QDialogButtonBox" name="buttonBox">
169 <property name="orientation">
170 <enum>Qt::Horizontal</enum>
171 </property>
172 <property name="standardButtons">
173 <set>QDialogButtonBox::Close</set>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 </widget>
179 <tabstops>
180 <tabstop>buttonBox</tabstop>
181 <tabstop>remind_check</tabstop>
182 </tabstops>
183 <resources/>
184 <connections/>
185</ui>
Note: See TracBrowser for help on using the repository browser.