Changeset bf3bbb9 for src/gui/about.ui
- Timestamp:
- 04/14/10 07:48:24 (13 years ago)
- Branches:
- master, qt5
- Children:
- a0b8978
- Parents:
- 47d0a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/about.ui
r47d0a31 rbf3bbb9 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" 37 <colorrole role="Base"> 38 <brush brushstyle="SolidPattern"> 39 <color alpha="255"> 39 40 <red>239</red> 40 41 <green>235</green> … … 43 44 </brush> 44 45 </colorrole> 45 <colorrole role="AlternateBase" 46 <brush brushstyle="SolidPattern" 47 <color alpha="255" 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" 57 <colorrole role="Base"> 58 <brush brushstyle="SolidPattern"> 59 <color alpha="255"> 59 60 <red>239</red> 60 61 <green>235</green> … … 63 64 </brush> 64 65 </colorrole> 65 <colorrole role="AlternateBase" 66 <brush brushstyle="SolidPattern" 67 <color alpha="255" 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 <layout class="QVBoxLayout" name="verticalLayout"> 108 109 <item> 109 <widget class="QLabel" name="FosdemIcon" 110 <property name="sizePolicy" 111 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">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="maximumSize" 117 <property name="maximumSize"> 117 118 <size> 118 119 <width>77</width> … … 120 121 </size> 121 122 </property> 122 <property name="text" 123 <property name="text"> 123 124 <string/> 124 125 </property> 125 <property name="pixmap" 126 <pixmap resource="../icons.qrc" 127 </property> 128 <property name="scaledContents" 126 <property name="pixmap"> 127 <pixmap resource="../icons.qrc">:/icons/brain-alone.png</pixmap> 128 </property> 129 <property name="scaledContents"> 129 130 <bool>true</bool> 130 131 </property> … … 132 133 </item> 133 134 <item> 134 <spacer name="verticalSpacer" 135 <property name="orientation" 135 <spacer name="verticalSpacer"> 136 <property name="orientation"> 136 137 <enum>Qt::Vertical</enum> 137 138 </property> 138 <property name="sizeHint" stdset="0" 139 <property name="sizeHint" stdset="0"> 139 140 <size> 140 141 <width>20</width> … … 147 148 </item> 148 149 <item> 149 <layout class="QVBoxLayout" name="verticalLayout_2" 150 <layout class="QVBoxLayout" name="verticalLayout_2"> 150 151 <item> 151 <widget class="QScrollArea" name="scrollArea" 152 <property name="widgetResizable" 152 <widget class="QScrollArea" name="scrollArea"> 153 <property name="widgetResizable"> 153 154 <bool>true</bool> 154 155 </property> 155 <widget class="QWidget" name="scrollAreaWidgetContents" 156 <property name="geometry" 156 <widget class="QWidget" name="scrollAreaWidgetContents"> 157 <property name="geometry"> 157 158 <rect> 158 159 <x>0</x> 159 160 <y>0</y> 160 <width>3 89</width>161 <height> 429</height>161 <width>370</width> 162 <height>596</height> 162 163 </rect> 163 164 </property> 164 <layout class="QGridLayout" name="gridLayout_2" 165 <item row="0" column="0" 166 <widget class="QWidget" na tive="1" name="content">167 <layout class="QVBoxLayout" name="verticalLayout_3" 168 <item> 169 <widget class="QLabel" name="label" 170 <property name="sizePolicy" 171 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">165 <layout class="QGridLayout" name="gridLayout_2"> 166 <item row="0" column="0"> 167 <widget class="QWidget" name="content" native="true"> 168 <layout class="QVBoxLayout" name="verticalLayout_3"> 169 <item> 170 <widget class="QLabel" name="label"> 171 <property name="sizePolicy"> 172 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 172 173 <horstretch>0</horstretch> 173 174 <verstretch>0</verstretch> 174 175 </sizepolicy> 175 176 </property> 176 <property name="font" 177 <property name="font"> 177 178 <font> 178 179 <weight>75</weight> … … 180 181 </font> 181 182 </property> 182 <property name="text" 183 <property name="text"> 183 184 <string>FOSDEM Schedule</string> 184 185 </property> … … 186 187 </item> 187 188 <item> 188 <widget class="QLabel" name="label_2" 189 <property name="text" 189 <widget class="QLabel" name="label_2"> 190 <property name="text"> 190 191 <string>Version 0.4.1</string> 191 192 </property> … … 193 194 </item> 194 195 <item> 195 <widget class="QLabel" name="spacer" 196 <property name="text" 196 <widget class="QLabel" name="spacer"> 197 <property name="text"> 197 198 <string/> 198 199 </property> … … 200 201 </item> 201 202 <item> 202 <widget class="QLabel" name="description" 203 <property name="text" 203 <widget class="QLabel" name="description"> 204 <property name="text"> 204 205 <string>FOSDEM Schedule is an application written in Qt, which makes the conference schedule available offline. Supports searches on various items (speaker, speech topic, location, etc.). For Nokia N810 and N900 Internet Tablets.</string> 205 206 </property> 206 <property name="wordWrap" 207 <property name="wordWrap"> 207 208 <bool>true</bool> 208 209 </property> 209 <property name="openExternalLinks" 210 <property name="openExternalLinks"> 210 211 <bool>true</bool> 211 212 </property> … … 213 214 </item> 214 215 <item> 215 <widget class="QLabel" name="label_3" 216 <property name="text" 216 <widget class="QLabel" name="label_3"> 217 <property name="text"> 217 218 <string/> 218 219 </property> … … 220 221 </item> 221 222 <item> 222 <widget class="QGroupBox" name="groupBox" 223 <property name="sizePolicy" 224 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">223 <widget class="QGroupBox" name="groupBox"> 224 <property name="sizePolicy"> 225 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 225 226 <horstretch>0</horstretch> 226 227 <verstretch>0</verstretch> 227 228 </sizepolicy> 228 229 </property> 229 <property name="minimumSize" 230 <property name="minimumSize"> 230 231 <size> 231 232 <width>0</width> … … 233 234 </size> 234 235 </property> 235 <property name="font" 236 <property name="font"> 236 237 <font> 237 238 <weight>75</weight> … … 239 240 </font> 240 241 </property> 241 <property name="title" 242 <property name="title"> 242 243 <string>Developers</string> 243 244 </property> 244 <layout class="QVBoxLayout" name="verticalLayout_4" 245 <layout class="QVBoxLayout" name="verticalLayout_4"> 245 246 <item> 246 <widget class="QLabel" name="label_4" 247 <property name="sizePolicy" 248 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">247 <widget class="QLabel" name="label_4"> 248 <property name="sizePolicy"> 249 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 249 250 <horstretch>0</horstretch> 250 251 <verstretch>0</verstretch> 251 252 </sizepolicy> 252 253 </property> 253 <property name="font" 254 <property name="font"> 254 255 <font> 255 256 <weight>50</weight> … … 257 258 </font> 258 259 </property> 259 <property name="text" 260 <property name="text"> 260 261 <string>Berendova Monika, Hanzes Matus, Komara Martin, Korinek Pavol, Pavelka Pavol, Timko Marek, Uzak Matus, Fortes Francisco</string> 261 262 </property> 262 <property name="wordWrap" 263 <property name="wordWrap"> 263 264 <bool>true</bool> 264 265 </property> … … 269 270 </item> 270 271 <item> 271 <widget class="QGroupBox" name="groupBox_2" 272 <property name="sizePolicy" 273 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">272 <widget class="QGroupBox" name="groupBox_2"> 273 <property name="sizePolicy"> 274 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 274 275 <horstretch>0</horstretch> 275 276 <verstretch>0</verstretch> 276 277 </sizepolicy> 277 278 </property> 278 <property name="font" 279 <property name="font"> 279 280 <font> 280 281 <weight>75</weight> … … 282 283 </font> 283 284 </property> 284 <property name="title" 285 <property name="title"> 285 286 <string>Notice</string> 286 287 </property> 287 <layout class="QVBoxLayout" name="verticalLayout_5" 288 <layout class="QVBoxLayout" name="verticalLayout_5"> 288 289 <item> 289 <widget class="QLabel" name="label_5" 290 <property name="sizePolicy" 291 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">290 <widget class="QLabel" name="label_5"> 291 <property name="sizePolicy"> 292 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 292 293 <horstretch>0</horstretch> 293 294 <verstretch>0</verstretch> 294 295 </sizepolicy> 295 296 </property> 296 <property name="font" 297 <property name="font"> 297 298 <font> 298 299 <weight>50</weight> … … 300 301 </font> 301 302 </property> 302 <property name="text" 303 <property name="text"> 303 304 <string>FOSDEM Schedule is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.</string> 304 305 </property> 305 <property name="wordWrap" 306 <property name="wordWrap"> 306 307 <bool>true</bool> 307 308 </property> … … 309 310 </item> 310 311 <item> 311 <widget class="QLabel" name="label_6" 312 <property name="font" 312 <widget class="QLabel" name="label_6"> 313 <property name="font"> 313 314 <font> 314 315 <weight>50</weight> … … 316 317 </font> 317 318 </property> 318 <property name="text" 319 <property name="text"> 319 320 <string>FOSDEM Schedule is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string> 320 321 </property> 321 <property name="wordWrap" 322 <property name="wordWrap"> 322 323 <bool>true</bool> 323 324 </property> … … 328 329 </item> 329 330 <item> 330 <widget class="QLabel" name="copyright" 331 <property name="text" 331 <widget class="QLabel" name="copyright"> 332 <property name="text"> 332 333 <string>Copyright (C) 2010 Ixonos Plc.</string> 333 334 </property> … … 337 338 </widget> 338 339 </item> 339 <item row="1" column="0" 340 <spacer name="verticalSpacer_2" 341 <property name="orientation" 340 <item row="1" column="0"> 341 <spacer name="verticalSpacer_2"> 342 <property name="orientation"> 342 343 <enum>Qt::Vertical</enum> 343 344 </property> 344 <property name="sizeHint" stdset="0" 345 <property name="sizeHint" stdset="0"> 345 346 <size> 346 347 <width>20</width> … … 355 356 </item> 356 357 <item> 357 <layout class="QHBoxLayout" name="horizontalLayout_2" 358 <layout class="QHBoxLayout" name="horizontalLayout_2"> 358 359 <item> 359 <spacer name="horizontalSpacer" 360 <property name="orientation" 360 <spacer name="horizontalSpacer"> 361 <property name="orientation"> 361 362 <enum>Qt::Horizontal</enum> 362 363 </property> 363 <property name="sizeHint" stdset="0" 364 <property name="sizeHint" stdset="0"> 364 365 <size> 365 366 <width>40</width> … … 370 371 </item> 371 372 <item> 372 <widget class="QPushButton" name="okButton" 373 <property name="text" 373 <widget class="QPushButton" name="okButton"> 374 <property name="text"> 374 375 <string>OK</string> 375 376 </property> … … 385 386 </widget> 386 387 <resources> 387 <include location="../icons.qrc" 388 <include location="../icons.qrc"/> 388 389 </resources> 389 390 <connections> … … 394 395 <slot>close()</slot> 395 396 <hints> 396 <hint type="sourcelabel" 397 <hint type="sourcelabel"> 397 398 <x>512</x> 398 399 <y>724</y> 399 400 </hint> 400 <hint type="destinationlabel" 401 <hint type="destinationlabel"> 401 402 <x>282</x> 402 403 <y>375</y>
Note: See TracChangeset
for help on using the changeset viewer.