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