source: smplayer/trunk/src/sharedialog.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.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShareDialog</class>
4 <widget class="QDialog" name="ShareDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>472</width>
10 <height>306</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Support SMPlayer</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="intro_label">
19 <property name="text">
20 <string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:16pt;&quot;&gt;You can support SMPlayer by sending a donation or sharing it with your friends.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
21 </property>
22 <property name="wordWrap">
23 <bool>true</bool>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <widget class="QToolButton" name="donate_button">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="text">
38 <string notr="true">...</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QToolButton" name="facebook_button">
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
48 </sizepolicy>
49 </property>
50 <property name="text">
51 <string notr="true">...</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QToolButton" name="twitter_button">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="text">
64 <string notr="true">...</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <widget class="QWidget" name="check_widget" native="true">
72 <layout class="QHBoxLayout" name="horizontalLayout_2">
73 <item>
74 <spacer name="horizontalSpacer">
75 <property name="orientation">
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="sizeHint" stdset="0">
79 <size>
80 <width>286</width>
81 <height>20</height>
82 </size>
83 </property>
84 </spacer>
85 </item>
86 <item>
87 <widget class="QCheckBox" name="remind_check">
88 <property name="text">
89 <string>&amp;Remind me later</string>
90 </property>
91 <property name="checked">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </widget>
98 </item>
99 <item>
100 <widget class="Line" name="line">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <widget class="QDialogButtonBox" name="buttonBox">
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="standardButtons">
112 <set>QDialogButtonBox::Close</set>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 <tabstops>
119 <tabstop>donate_button</tabstop>
120 <tabstop>facebook_button</tabstop>
121 <tabstop>twitter_button</tabstop>
122 <tabstop>remind_check</tabstop>
123 <tabstop>buttonBox</tabstop>
124 </tabstops>
125 <resources/>
126 <connections>
127 <connection>
128 <sender>buttonBox</sender>
129 <signal>accepted()</signal>
130 <receiver>ShareDialog</receiver>
131 <slot>accept()</slot>
132 <hints>
133 <hint type="sourcelabel">
134 <x>248</x>
135 <y>254</y>
136 </hint>
137 <hint type="destinationlabel">
138 <x>157</x>
139 <y>274</y>
140 </hint>
141 </hints>
142 </connection>
143 <connection>
144 <sender>buttonBox</sender>
145 <signal>rejected()</signal>
146 <receiver>ShareDialog</receiver>
147 <slot>reject()</slot>
148 <hints>
149 <hint type="sourcelabel">
150 <x>316</x>
151 <y>260</y>
152 </hint>
153 <hint type="destinationlabel">
154 <x>286</x>
155 <y>274</y>
156 </hint>
157 </hints>
158 </connection>
159 </connections>
160</ui>
Note: See TracBrowser for help on using the repository browser.