Changeset f3f6162 for src/gui/about.ui
- Timestamp:
- 01/14/10 12:17:43 (13 years ago)
- Branches:
- master, qt5
- Children:
- 03ff157
- Parents:
- 92995da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/about.ui
r92995da rf3f6162 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>AboutDialog</class> 3 <widget class="QDialog" name="AboutDialog" 4 <property name="windowModality" 4 <widget class="QDialog" name="AboutDialog"> 5 <property name="windowModality"> 5 6 <enum>Qt::WindowModal</enum> 6 7 </property> 7 <property name="geometry" 8 <property name="geometry"> 8 9 <rect> 9 10 <x>0</x> … … 13 14 </rect> 14 15 </property> 15 <property name="sizePolicy" 16 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">16 <property name="sizePolicy"> 17 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 17 18 <horstretch>0</horstretch> 18 19 <verstretch>0</verstretch> 19 20 </sizepolicy> 20 21 </property> 21 <property name="minimumSize" 22 <property name="minimumSize"> 22 23 <size> 23 24 <width>77</width> … … 25 26 </size> 26 27 </property> 27 <property name="maximumSize" 28 <property name="maximumSize"> 28 29 <size> 29 30 <width>500</width> … … 31 32 </size> 32 33 </property> 33 <property name="palette" 34 <property name="palette"> 34 35 <palette> 35 36 <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" 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"> 48 49 <red>239</red> 49 50 <green>235</green> … … 54 55 </active> 55 56 <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" 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"> 68 69 <red>239</red> 69 70 <green>235</green> … … 74 75 </inactive> 75 76 <disabled> 76 <colorrole role="Base" 77 <brush brushstyle="SolidPattern" 78 <color alpha="255" 77 <colorrole role="Base"> 78 <brush brushstyle="SolidPattern"> 79 <color alpha="255"> 79 80 <red>255</red> 80 81 <green>255</green> … … 83 84 </brush> 84 85 </colorrole> 85 <colorrole role="AlternateBase" 86 <brush brushstyle="SolidPattern" 87 <color alpha="255" 86 <colorrole role="AlternateBase"> 87 <brush brushstyle="SolidPattern"> 88 <color alpha="255"> 88 89 <red>239</red> 89 90 <green>235</green> … … 95 96 </palette> 96 97 </property> 97 <property name="windowTitle" 98 <property name="windowTitle"> 98 99 <string>About application</string> 99 100 </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" 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"> 106 107 <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">108 <layout class="QVBoxLayout" name="verticalLayout"> 109 <item> 110 <widget class="QLabel" name="FosdemIcon"> 111 <property name="sizePolicy"> 112 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 112 113 <horstretch>0</horstretch> 113 114 <verstretch>0</verstretch> 114 115 </sizepolicy> 115 116 </property> 116 <property name="text" 117 <property name="text"> 117 118 <string/> 118 119 </property> 119 <property name="pixmap" 120 <pixmap resource="../icons.qrc">:/icons/fosdem.png</pixmap>120 <property name="pixmap"> 121 <pixmap>:/icons/fosdem.png</pixmap> 121 122 </property> 122 123 </widget> 123 124 </item> 124 125 <item> 125 <spacer name="verticalSpacer" 126 <property name="orientation" 126 <spacer name="verticalSpacer"> 127 <property name="orientation"> 127 128 <enum>Qt::Vertical</enum> 128 129 </property> 129 <property name="sizeHint" stdset="0" 130 <property name="sizeHint" stdset="0"> 130 131 <size> 131 132 <width>20</width> … … 138 139 </item> 139 140 <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" 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"> 153 154 <enum>QFrame::NoFrame</enum> 154 155 </property> 155 <property name="frameShadow" 156 <property name="frameShadow"> 156 157 <enum>QFrame::Plain</enum> 157 158 </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">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"> 164 165 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" 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"> 180 181 <bool>false</bool> 181 182 </property> 182 <property name="acceptRichText" 183 <property name="acceptRichText"> 183 184 <bool>true</bool> 184 185 </property> … … 186 187 </item> 187 188 <item> 188 <widget class="QDialogButtonBox" name="buttonOK" 189 <property name="standardButtons" 189 <widget class="QDialogButtonBox" name="buttonOK"> 190 <property name="standardButtons"> 190 191 <set>QDialogButtonBox::Ok</set> 191 192 </property> … … 198 199 </layout> 199 200 </widget> 200 <resources> 201 <include location="../icons.qrc" /> 202 <include location="../icons.qrc" /> 203 </resources> 201 <resources/> 204 202 <connections> 205 203 <connection> … … 209 207 <slot>close()</slot> 210 208 <hints> 211 <hint type="sourcelabel" 209 <hint type="sourcelabel"> 212 210 <x>292</x> 213 211 <y>272</y> 214 212 </hint> 215 <hint type="destinationlabel" 213 <hint type="destinationlabel"> 216 214 <x>249</x> 217 215 <y>149</y>
Note: See TracChangeset
for help on using the changeset viewer.