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="windowModality"> |
---|
6 | <enum>Qt::WindowModal</enum> |
---|
7 | </property> |
---|
8 | <property name="geometry"> |
---|
9 | <rect> |
---|
10 | <x>0</x> |
---|
11 | <y>0</y> |
---|
12 | <width>500</width> |
---|
13 | <height>300</height> |
---|
14 | </rect> |
---|
15 | </property> |
---|
16 | <property name="sizePolicy"> |
---|
17 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
18 | <horstretch>0</horstretch> |
---|
19 | <verstretch>0</verstretch> |
---|
20 | </sizepolicy> |
---|
21 | </property> |
---|
22 | <property name="minimumSize"> |
---|
23 | <size> |
---|
24 | <width>77</width> |
---|
25 | <height>77</height> |
---|
26 | </size> |
---|
27 | </property> |
---|
28 | <property name="maximumSize"> |
---|
29 | <size> |
---|
30 | <width>500</width> |
---|
31 | <height>300</height> |
---|
32 | </size> |
---|
33 | </property> |
---|
34 | <property name="palette"> |
---|
35 | <palette> |
---|
36 | <active> |
---|
37 | <colorrole role="Base"> |
---|
38 | <brush brushstyle="SolidPattern"> |
---|
39 | <color alpha="255"> |
---|
40 | <red>239</red> |
---|
41 | <green>235</green> |
---|
42 | <blue>231</blue> |
---|
43 | </color> |
---|
44 | </brush> |
---|
45 | </colorrole> |
---|
46 | <colorrole role="AlternateBase"> |
---|
47 | <brush brushstyle="SolidPattern"> |
---|
48 | <color alpha="255"> |
---|
49 | <red>239</red> |
---|
50 | <green>235</green> |
---|
51 | <blue>231</blue> |
---|
52 | </color> |
---|
53 | </brush> |
---|
54 | </colorrole> |
---|
55 | </active> |
---|
56 | <inactive> |
---|
57 | <colorrole role="Base"> |
---|
58 | <brush brushstyle="SolidPattern"> |
---|
59 | <color alpha="255"> |
---|
60 | <red>239</red> |
---|
61 | <green>235</green> |
---|
62 | <blue>231</blue> |
---|
63 | </color> |
---|
64 | </brush> |
---|
65 | </colorrole> |
---|
66 | <colorrole role="AlternateBase"> |
---|
67 | <brush brushstyle="SolidPattern"> |
---|
68 | <color alpha="255"> |
---|
69 | <red>239</red> |
---|
70 | <green>235</green> |
---|
71 | <blue>231</blue> |
---|
72 | </color> |
---|
73 | </brush> |
---|
74 | </colorrole> |
---|
75 | </inactive> |
---|
76 | <disabled> |
---|
77 | <colorrole role="Base"> |
---|
78 | <brush brushstyle="SolidPattern"> |
---|
79 | <color alpha="255"> |
---|
80 | <red>255</red> |
---|
81 | <green>255</green> |
---|
82 | <blue>255</blue> |
---|
83 | </color> |
---|
84 | </brush> |
---|
85 | </colorrole> |
---|
86 | <colorrole role="AlternateBase"> |
---|
87 | <brush brushstyle="SolidPattern"> |
---|
88 | <color alpha="255"> |
---|
89 | <red>239</red> |
---|
90 | <green>235</green> |
---|
91 | <blue>231</blue> |
---|
92 | </color> |
---|
93 | </brush> |
---|
94 | </colorrole> |
---|
95 | </disabled> |
---|
96 | </palette> |
---|
97 | </property> |
---|
98 | <property name="windowTitle"> |
---|
99 | <string>About application</string> |
---|
100 | </property> |
---|
101 | <property name="locale"> |
---|
102 | <locale language="C" country="AnyCountry"/> |
---|
103 | </property> |
---|
104 | <layout class="QGridLayout" name="gridLayout"> |
---|
105 | <item row="0" column="0"> |
---|
106 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
107 | <item> |
---|
108 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
109 | <item> |
---|
110 | <widget class="QLabel" name="FosdemIcon"> |
---|
111 | <property name="sizePolicy"> |
---|
112 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
113 | <horstretch>0</horstretch> |
---|
114 | <verstretch>0</verstretch> |
---|
115 | </sizepolicy> |
---|
116 | </property> |
---|
117 | <property name="text"> |
---|
118 | <string/> |
---|
119 | </property> |
---|
120 | <property name="pixmap"> |
---|
121 | <pixmap>:/icons/fosdem.png</pixmap> |
---|
122 | </property> |
---|
123 | </widget> |
---|
124 | </item> |
---|
125 | <item> |
---|
126 | <spacer name="verticalSpacer"> |
---|
127 | <property name="orientation"> |
---|
128 | <enum>Qt::Vertical</enum> |
---|
129 | </property> |
---|
130 | <property name="sizeHint" stdset="0"> |
---|
131 | <size> |
---|
132 | <width>20</width> |
---|
133 | <height>40</height> |
---|
134 | </size> |
---|
135 | </property> |
---|
136 | </spacer> |
---|
137 | </item> |
---|
138 | </layout> |
---|
139 | </item> |
---|
140 | <item> |
---|
141 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
---|
142 | <item> |
---|
143 | <widget class="QTextBrowser" name="textBrowser"> |
---|
144 | <property name="enabled"> |
---|
145 | <bool>true</bool> |
---|
146 | </property> |
---|
147 | <property name="autoFillBackground"> |
---|
148 | <bool>true</bool> |
---|
149 | </property> |
---|
150 | <property name="locale"> |
---|
151 | <locale language="C" country="AnyCountry"/> |
---|
152 | </property> |
---|
153 | <property name="frameShape"> |
---|
154 | <enum>QFrame::NoFrame</enum> |
---|
155 | </property> |
---|
156 | <property name="frameShadow"> |
---|
157 | <enum>QFrame::Plain</enum> |
---|
158 | </property> |
---|
159 | <property name="readOnly"> |
---|
160 | <bool>true</bool> |
---|
161 | </property> |
---|
162 | <property name="html"> |
---|
163 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
---|
164 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
---|
165 | p, li { white-space: pre-wrap; } |
---|
166 | </style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> |
---|
167 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; font-weight:600; color:#000000;">Qt FOSDEM/Maemo</span></p> |
---|
168 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt; color:#000000;">Version 1.0.0.</span></p> |
---|
169 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p> |
---|
170 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">The FOSDEM Maemo is an application making the conference schedule available offline. Supports searches on various items (speaker, speech topic, location, etc.). For Nokia N8x0 and N900 Internet Tablets.</span></p> |
---|
171 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> |
---|
172 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600; color:#000000;">Developers:</span></p> |
---|
173 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Berendova Monika, Hanzes Matus, Komara Martin, Korinek Pavol,</span></p> |
---|
174 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Pavelka Pavol, Timko Marek, Uzak Matus, Fortes Francisco.</span></p> |
---|
175 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> |
---|
176 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#000000;">Copyright (C) Ixonos, 2010</span></p> |
---|
177 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> |
---|
178 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt; color:#000000;">This program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR PARTICULAR PURPOSE.</span></p></body></html></string> |
---|
179 | </property> |
---|
180 | <property name="overwriteMode"> |
---|
181 | <bool>false</bool> |
---|
182 | </property> |
---|
183 | <property name="acceptRichText"> |
---|
184 | <bool>true</bool> |
---|
185 | </property> |
---|
186 | </widget> |
---|
187 | </item> |
---|
188 | <item> |
---|
189 | <widget class="QDialogButtonBox" name="buttonOK"> |
---|
190 | <property name="standardButtons"> |
---|
191 | <set>QDialogButtonBox::Ok</set> |
---|
192 | </property> |
---|
193 | </widget> |
---|
194 | </item> |
---|
195 | </layout> |
---|
196 | </item> |
---|
197 | </layout> |
---|
198 | </item> |
---|
199 | </layout> |
---|
200 | </widget> |
---|
201 | <resources/> |
---|
202 | <connections> |
---|
203 | <connection> |
---|
204 | <sender>buttonOK</sender> |
---|
205 | <signal>accepted()</signal> |
---|
206 | <receiver>AboutDialog</receiver> |
---|
207 | <slot>close()</slot> |
---|
208 | <hints> |
---|
209 | <hint type="sourcelabel"> |
---|
210 | <x>292</x> |
---|
211 | <y>272</y> |
---|
212 | </hint> |
---|
213 | <hint type="destinationlabel"> |
---|
214 | <x>249</x> |
---|
215 | <y>149</y> |
---|
216 | </hint> |
---|
217 | </hints> |
---|
218 | </connection> |
---|
219 | </connections> |
---|
220 | </ui> |
---|