Merge "tests: Remove Linux-specific includes for dlsym"
[trojita.git] / src / Gui / AboutDialog.ui
blob78574ca08c0ee43cedbb413d0b9b1f2be9ad06bd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AboutDialog</class>
4 <widget class="QDialog" name="AboutDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>623</width>
10 <height>382</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>About Trojitá</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="main">
19 <property name="spacing">
20 <number>10</number>
21 </property>
22 <item>
23 <layout class="QVBoxLayout" name="leftColumn">
24 <item>
25 <widget class="QLabel" name="iconLabel">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <property name="minimumSize">
33 <size>
34 <width>144</width>
35 <height>128</height>
36 </size>
37 </property>
38 <property name="pixmap">
39 <pixmap resource="../icons.qrc">:/icons/trojita-144.png</pixmap>
40 </property>
41 <property name="alignment">
42 <set>Qt::AlignHCenter|Qt::AlignTop</set>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QLabel" name="versionLabel">
48 <property name="text">
49 <string notr="true">VersionPlaceholder</string>
50 </property>
51 <property name="alignment">
52 <set>Qt::AlignHCenter|Qt::AlignTop</set>
53 </property>
54 <property name="wordWrap">
55 <bool>true</bool>
56 </property>
57 <property name="textInteractionFlags">
58 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QLabel" name="wwwLabel">
64 <property name="text">
65 <string notr="true">&lt;a href=&quot;http://trojita.flaska.net/&quot;&gt;http://trojita.flaska.net/&lt;/a&gt;</string>
66 </property>
67 <property name="alignment">
68 <set>Qt::AlignHCenter|Qt::AlignTop</set>
69 </property>
70 <property name="openExternalLinks">
71 <bool>true</bool>
72 </property>
73 <property name="textInteractionFlags">
74 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <spacer name="spacer1">
80 <property name="orientation">
81 <enum>Qt::Vertical</enum>
82 </property>
83 <property name="sizeType">
84 <enum>QSizePolicy::Fixed</enum>
85 </property>
86 <property name="sizeHint" stdset="0">
87 <size>
88 <width>20</width>
89 <height>40</height>
90 </size>
91 </property>
92 </spacer>
93 </item>
94 <item>
95 <widget class="QLabel" name="qtLogo">
96 <property name="sizePolicy">
97 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
98 <horstretch>0</horstretch>
99 <verstretch>0</verstretch>
100 </sizepolicy>
101 </property>
102 <property name="minimumSize">
103 <size>
104 <width>142</width>
105 <height>34</height>
106 </size>
107 </property>
108 <property name="pixmap">
109 <pixmap resource="../icons.qrc">:/icons/Built_with_Qt_logo_RGB.svg</pixmap>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QLabel" name="qtVersion">
115 <property name="text">
116 <string notr="true">QtVersion</string>
117 </property>
118 <property name="alignment">
119 <set>Qt::AlignHCenter|Qt::AlignTop</set>
120 </property>
121 </widget>
122 </item>
123 <item>
124 <spacer name="spacer2">
125 <property name="orientation">
126 <enum>Qt::Vertical</enum>
127 </property>
128 <property name="sizeType">
129 <enum>QSizePolicy::MinimumExpanding</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>20</width>
134 <height>40</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 </layout>
140 </item>
141 <item>
142 <layout class="QVBoxLayout" name="rightColumn" stretch="0,1">
143 <property name="spacing">
144 <number>20</number>
145 </property>
146 <item>
147 <widget class="QLabel" name="descriptionLabel">
148 <property name="text">
149 <string>&lt;p&gt;This is &lt;b&gt;Trojitá&lt;/b&gt;, a fast Qt IMAP e-mail client&lt;/p&gt;</string>
150 </property>
151 <property name="wordWrap">
152 <bool>true</bool>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <widget class="QScrollArea" name="scrollableCredits">
158 <property name="frameShape">
159 <enum>QFrame::NoFrame</enum>
160 </property>
161 <property name="verticalScrollBarPolicy">
162 <enum>Qt::ScrollBarAsNeeded</enum>
163 </property>
164 <property name="horizontalScrollBarPolicy">
165 <enum>Qt::ScrollBarAlwaysOff</enum>
166 </property>
167 <property name="widgetResizable">
168 <bool>true</bool>
169 </property>
170 <widget class="QLabel" name="credits">
171 <property name="font">
172 <font>
173 <family>Monospace</family>
174 </font>
175 </property>
176 <property name="text">
177 <string notr="true">LICENSE placeholder</string>
178 </property>
179 <property name="alignment">
180 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
181 </property>
182 <property name="wordWrap">
183 <bool>true</bool>
184 </property>
185 <property name="readOnly" stdset="0">
186 <bool>true</bool>
187 </property>
188 </widget>
189 </widget>
190 </item>
191 </layout>
192 </item>
193 </layout>
194 </item>
195 <item>
196 <widget class="QDialogButtonBox" name="buttonBox">
197 <property name="orientation">
198 <enum>Qt::Horizontal</enum>
199 </property>
200 <property name="standardButtons">
201 <set>QDialogButtonBox::Ok</set>
202 </property>
203 <property name="centerButtons">
204 <bool>true</bool>
205 </property>
206 </widget>
207 </item>
208 </layout>
209 </widget>
210 <resources>
211 <include location="../icons.qrc"/>
212 </resources>
213 <connections>
214 <connection>
215 <sender>buttonBox</sender>
216 <signal>accepted()</signal>
217 <receiver>AboutDialog</receiver>
218 <slot>accept()</slot>
219 <hints>
220 <hint type="sourcelabel">
221 <x>20</x>
222 <y>20</y>
223 </hint>
224 <hint type="destinationlabel">
225 <x>20</x>
226 <y>20</y>
227 </hint>
228 </hints>
229 </connection>
230 <connection>
231 <sender>buttonBox</sender>
232 <signal>rejected()</signal>
233 <receiver>AboutDialog</receiver>
234 <slot>reject()</slot>
235 <hints>
236 <hint type="sourcelabel">
237 <x>20</x>
238 <y>20</y>
239 </hint>
240 <hint type="destinationlabel">
241 <x>20</x>
242 <y>20</y>
243 </hint>
244 </hints>
245 </connection>
246 </connections>
247 </ui>