- Timestamp:
- 04/14/10 07:48:24 (13 years ago)
- Branches:
- master, qt5
- Children:
- a0b8978
- Parents:
- 47d0a31
- Location:
- src/gui
- Files:
-
- 10 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> -
src/gui/alarmdialog.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>AlarmDialog</class> 3 <widget class="QDialog" name="AlarmDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="AlarmDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Dialog</string> 20 21 </property> 21 <layout class="QGridLayout" name="gridLayout" 22 <item row="2" column="0" 23 <layout class="QVBoxLayout" name="verticalLayout" 22 <layout class="QGridLayout" name="gridLayout"> 23 <item row="2" column="0"> 24 <layout class="QVBoxLayout" name="verticalLayout"> 24 25 <item> 25 <widget class="QLabel" name="message" 26 <property name="sizePolicy" 27 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">26 <widget class="QLabel" name="message"> 27 <property name="sizePolicy"> 28 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 28 29 <horstretch>0</horstretch> 29 30 <verstretch>0</verstretch> 30 31 </sizepolicy> 31 32 </property> 32 <property name="text" 33 <property name="text"> 33 34 <string>Alarm message goes here</string> 34 35 </property> 35 <property name="wordWrap" 36 <property name="wordWrap"> 36 37 <bool>true</bool> 37 38 </property> … … 39 40 </item> 40 41 <item> 41 <layout class="QHBoxLayout" name="horizontalLayout_2" 42 <layout class="QHBoxLayout" name="horizontalLayout_2"> 42 43 <item> 43 <widget class="QLabel" name="label" 44 <property name="text" 44 <widget class="QLabel" name="label"> 45 <property name="text"> 45 46 <string/> 46 47 </property> 47 <property name="pixmap" 48 <pixmap resource="../icons.qrc" 48 <property name="pixmap"> 49 <pixmap resource="../icons.qrc">:/icons/fosdem.png</pixmap> 49 50 </property> 50 51 </widget> 51 52 </item> 52 53 <item> 53 <layout class="QGridLayout" name="gridLayout_2" 54 <item row="0" column="1" 55 <widget class="QLabel" name="label_2" 56 <property name="text" 54 <layout class="QGridLayout" name="gridLayout_2"> 55 <item row="0" column="1"> 56 <widget class="QLabel" name="label_2"> 57 <property name="text"> 57 58 <string>Time:</string> 58 59 </property> 59 60 </widget> 60 61 </item> 61 <item row="1" column="1" 62 <widget class="QLabel" name="label_3" 63 <property name="text" 62 <item row="1" column="1"> 63 <widget class="QLabel" name="label_3"> 64 <property name="text"> 64 65 <string>Presenter(s):</string> 65 66 </property> 66 67 </widget> 67 68 </item> 68 <item row="2" column="1" 69 <widget class="QLabel" name="label_4" 70 <property name="text" 69 <item row="2" column="1"> 70 <widget class="QLabel" name="label_4"> 71 <property name="text"> 71 72 <string>Room:</string> 72 73 </property> 73 74 </widget> 74 75 </item> 75 <item row="1" column="3" 76 <widget class="QLabel" name="persons" 77 <property name="text" 76 <item row="1" column="3"> 77 <widget class="QLabel" name="persons"> 78 <property name="text"> 78 79 <string>PRESETNER(S)</string> 79 80 </property> 80 81 </widget> 81 82 </item> 82 <item row="0" column="3" 83 <widget class="QLabel" name="time" 84 <property name="text" 83 <item row="0" column="3"> 84 <widget class="QLabel" name="time"> 85 <property name="text"> 85 86 <string>TIME</string> 86 87 </property> 87 88 </widget> 88 89 </item> 89 <item row="2" column="3" 90 <widget class="QLabel" name="room" 91 <property name="text" 90 <item row="2" column="3"> 91 <widget class="QLabel" name="room"> 92 <property name="text"> 92 93 <string>ROOM</string> 93 94 </property> 94 95 </widget> 95 96 </item> 96 <item row="1" column="0" 97 <widget class="QLabel" name="label_5" 98 <property name="text" 97 <item row="1" column="0"> 98 <widget class="QLabel" name="label_5"> 99 <property name="text"> 99 100 <string/> 100 101 </property> 101 102 </widget> 102 103 </item> 103 <item row="1" column="2" 104 <widget class="QLabel" name="label_6" 105 <property name="text" 104 <item row="1" column="2"> 105 <widget class="QLabel" name="label_6"> 106 <property name="text"> 106 107 <string/> 107 108 </property> … … 111 112 </item> 112 113 <item> 113 <spacer name="horizontalSpacer" 114 <property name="orientation" 114 <spacer name="horizontalSpacer"> 115 <property name="orientation"> 115 116 <enum>Qt::Horizontal</enum> 116 117 </property> 117 <property name="sizeHint" stdset="0" 118 <property name="sizeHint" stdset="0"> 118 119 <size> 119 120 <width>40</width> … … 126 127 </item> 127 128 <item> 128 <layout class="QHBoxLayout" name="horizontalLayout" 129 <layout class="QHBoxLayout" name="horizontalLayout"> 129 130 <item> 130 <widget class="QPushButton" name="appPB" 131 <property name="text" 131 <widget class="QPushButton" name="appPB"> 132 <property name="text"> 132 133 <string>App</string> 133 134 </property> … … 135 136 </item> 136 137 <item> 137 <widget class="QPushButton" name="snoozePB" 138 <property name="text" 138 <widget class="QPushButton" name="snoozePB"> 139 <property name="text"> 139 140 <string>Snooze</string> 140 141 </property> … … 142 143 </item> 143 144 <item> 144 <widget class="QPushButton" name="stopPB" 145 <property name="text" 145 <widget class="QPushButton" name="stopPB"> 146 <property name="text"> 146 147 <string>Cancel</string> 147 148 </property> … … 155 156 </widget> 156 157 <resources> 157 <include location="../icons.qrc" 158 <include location="../icons.qrc"/> 158 159 </resources> 159 160 <connections/> -
src/gui/conflictsdialog.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>ConflictsDialog</class> 3 <widget class="QDialog" name="ConflictsDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="ConflictsDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <property name="windowTitle"> 13 14 <string>Dialog</string> 14 15 </property> 15 <layout class="QVBoxLayout" name="verticalLayout" 16 <layout class="QVBoxLayout" name="verticalLayout"> 16 17 <item> 17 <widget class="QLabel" name="message" 18 <property name="text" 18 <widget class="QLabel" name="message"> 19 <property name="text"> 19 20 <string>Selected Event is in conflict with the following event(s):</string> 20 21 </property> 21 <property name="wordWrap" 22 <property name="wordWrap"> 22 23 <bool>true</bool> 23 24 </property> … … 25 26 </item> 26 27 <item> 27 <widget class="ConflictDialogContainer" na tive="1" name="container">28 <property name="sizePolicy" 29 <sizepolicy vsizetype="Expanding" hsizetype="Expanding">28 <widget class="ConflictDialogContainer" name="container" native="true"> 29 <property name="sizePolicy"> 30 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 30 31 <horstretch>0</horstretch> 31 32 <verstretch>1</verstretch> … … 35 36 </item> 36 37 <item> 37 <layout class="QHBoxLayout" name="horizontalLayout" 38 <layout class="QHBoxLayout" name="horizontalLayout"> 38 39 <item> 39 <spacer name="horizontalSpacer" 40 <property name="orientation" 40 <spacer name="horizontalSpacer"> 41 <property name="orientation"> 41 42 <enum>Qt::Horizontal</enum> 42 43 </property> 43 <property name="sizeHint" stdset="0" 44 <property name="sizeHint" stdset="0"> 44 45 <size> 45 46 <width>40</width> … … 50 51 </item> 51 52 <item> 52 <widget class="QPushButton" name="okButton" 53 <property name="text" 53 <widget class="QPushButton" name="okButton"> 54 <property name="text"> 54 55 <string>OK</string> 55 56 </property> … … 76 77 <slot>close()</slot> 77 78 <hints> 78 <hint type="sourcelabel" 79 <hint type="sourcelabel"> 79 80 <x>301</x> 80 81 <y>156</y> 81 82 </hint> 82 <hint type="destinationlabel" 83 <hint type="destinationlabel"> 83 84 <x>175</x> 84 85 <y>89</y> -
src/gui/daynavigatorwidget.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>DayNavigatorWidget</class> 3 <widget class="QWidget" name="DayNavigatorWidget" 4 <property name="geometry" 4 <widget class="QWidget" name="DayNavigatorWidget"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="Expanding" hsizetype="Minimum">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Form</string> 20 21 </property> 21 <property name="layoutDirection" 22 <property name="layoutDirection"> 22 23 <enum>Qt::LeftToRight</enum> 23 24 </property> 24 <layout class="QGridLayout" name="gridLayout" 25 <item row="1" column="0" 26 <layout class="QVBoxLayout" name="verticalLayout" 25 <layout class="QGridLayout" name="gridLayout"> 26 <item row="1" column="0"> 27 <layout class="QVBoxLayout" name="verticalLayout"> 27 28 <item> 28 <widget class="QToolButton" name="nextDayButton" 29 <property name="text" 29 <widget class="QToolButton" name="nextDayButton"> 30 <property name="text"> 30 31 <string>...</string> 31 32 </property> 32 <property name="autoRaise" 33 <property name="autoRaise"> 33 34 <bool>true</bool> 34 35 </property> 35 <property name="arrowType" 36 <property name="arrowType"> 36 37 <enum>Qt::UpArrow</enum> 37 38 </property> … … 39 40 </item> 40 41 <item> 41 <widget class="QWidget" na tive="1" name="selectedDate">42 <property name="sizePolicy" 43 <sizepolicy vsizetype="Expanding" hsizetype="Minimum">42 <widget class="QWidget" name="selectedDate" native="true"> 43 <property name="sizePolicy"> 44 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 44 45 <horstretch>0</horstretch> 45 46 <verstretch>0</verstretch> … … 49 50 </item> 50 51 <item> 51 <widget class="QToolButton" name="prevDayButton" 52 <property name="text" 52 <widget class="QToolButton" name="prevDayButton"> 53 <property name="text"> 53 54 <string>...</string> 54 55 </property> 55 <property name="autoRaise" 56 <property name="autoRaise"> 56 57 <bool>true</bool> 57 58 </property> 58 <property name="arrowType" 59 <property name="arrowType"> 59 60 <enum>Qt::DownArrow</enum> 60 61 </property> -
src/gui/eventdialog.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>EventDialog</class> 3 <widget class="QDialog" name="EventDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="EventDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 9 <width>485</width> 9 <height>3 52</height>10 <height>368</height> 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Details</string> 20 21 </property> 21 <property name="autoFillBackground" 22 <property name="autoFillBackground"> 22 23 <bool>false</bool> 23 24 </property> 24 <layout class="QGridLayout" name="gridLayout" 25 <item row="0" column="0" 26 <layout class="QVBoxLayout" name="verticalLayout" 25 <layout class="QGridLayout" name="gridLayout"> 26 <item row="0" column="0"> 27 <layout class="QVBoxLayout" name="verticalLayout"> 27 28 <item> 28 <widget class="QLabel" name="title" 29 <property name="sizePolicy" 30 <sizepolicy vsizetype="Minimum" hsizetype="Preferred">29 <widget class="QLabel" name="title"> 30 <property name="sizePolicy"> 31 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 31 32 <horstretch>0</horstretch> 32 33 <verstretch>0</verstretch> 33 34 </sizepolicy> 34 35 </property> 35 <property name="font" 36 <property name="font"> 36 37 <font> 37 38 <weight>75</weight> … … 40 41 </font> 41 42 </property> 42 <property name="text" 43 <property name="text"> 43 44 <string>Title goes here</string> 44 45 </property> 45 <property name="alignment" 46 <property name="alignment"> 46 47 <set>Qt::AlignCenter</set> 47 48 </property> 48 <property name="wordWrap" 49 <property name="wordWrap"> 49 50 <bool>true</bool> 50 51 </property> … … 52 53 </item> 53 54 <item> 54 <widget class="QScrollArea" name="scrollArea" 55 <property name="sizePolicy" 56 <sizepolicy vsizetype="Expanding" hsizetype="Preferred">55 <widget class="QScrollArea" name="scrollArea"> 56 <property name="sizePolicy"> 57 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 57 58 <horstretch>0</horstretch> 58 59 <verstretch>0</verstretch> 59 60 </sizepolicy> 60 61 </property> 61 <property name="widgetResizable" 62 <property name="widgetResizable"> 62 63 <bool>true</bool> 63 64 </property> 64 <widget class="QWidget" name="scrollAreaWidgetContents" 65 <property name="geometry" 65 <widget class="QWidget" name="scrollAreaWidgetContents"> 66 <property name="geometry"> 66 67 <rect> 67 68 <x>0</x> 68 69 <y>0</y> 69 <width>46 1</width>70 <height>2 54</height>70 <width>463</width> 71 <height>270</height> 71 72 </rect> 72 73 </property> 73 <layout class="QGridLayout" name="gridLayout_2" 74 <item row="0" column="0" 75 <widget class="QWidget" na tive="1" name="content">76 <property name="sizePolicy" 77 <sizepolicy vsizetype="Expanding" hsizetype="Preferred">74 <layout class="QGridLayout" name="gridLayout_2"> 75 <item row="0" column="0"> 76 <widget class="QWidget" name="content" native="true"> 77 <property name="sizePolicy"> 78 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 78 79 <horstretch>0</horstretch> 79 80 <verstretch>0</verstretch> 80 81 </sizepolicy> 81 82 </property> 82 <layout class="QVBoxLayout" name="verticalLayout_2" 83 <layout class="QVBoxLayout" name="verticalLayout_2"> 83 84 <item> 84 <widget class="QGroupBox" name="personsGB" 85 <property name="sizePolicy" 86 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">85 <widget class="QGroupBox" name="personsGB"> 86 <property name="sizePolicy"> 87 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 87 88 <horstretch>0</horstretch> 88 89 <verstretch>0</verstretch> 89 90 </sizepolicy> 90 91 </property> 91 <property name="font" 92 <property name="font"> 92 93 <font> 93 94 <weight>75</weight> … … 95 96 </font> 96 97 </property> 97 <property name="title" 98 <property name="title"> 98 99 <string>Persons</string> 99 100 </property> 100 <layout class="QVBoxLayout" name="verticalLayout_3" 101 <layout class="QVBoxLayout" name="verticalLayout_3"> 101 102 <item> 102 <widget class="QLabel" name="persons" 103 <property name="font" 103 <widget class="QLabel" name="persons"> 104 <property name="font"> 104 105 <font> 105 106 <weight>50</weight> … … 107 108 </font> 108 109 </property> 109 <property name="text" 110 <property name="text"> 110 111 <string>PERSONS</string> 111 112 </property> 112 <property name="wordWrap" 113 <bool>true</bool> 114 </property> 115 <property name="openExternalLinks" 113 <property name="wordWrap"> 114 <bool>true</bool> 115 </property> 116 <property name="openExternalLinks"> 116 117 <bool>true</bool> 117 118 </property> … … 122 123 </item> 123 124 <item> 124 <widget class="QGroupBox" name="abstractGB" 125 <property name="sizePolicy" 126 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">125 <widget class="QGroupBox" name="abstractGB"> 126 <property name="sizePolicy"> 127 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 127 128 <horstretch>0</horstretch> 128 129 <verstretch>0</verstretch> 129 130 </sizepolicy> 130 131 </property> 131 <property name="font" 132 <property name="font"> 132 133 <font> 133 134 <weight>75</weight> … … 135 136 </font> 136 137 </property> 137 <property name="title" 138 <property name="title"> 138 139 <string>Abstract</string> 139 140 </property> 140 <layout class="QVBoxLayout" name="verticalLayout_4" 141 <layout class="QVBoxLayout" name="verticalLayout_4"> 141 142 <item> 142 <widget class="QLabel" name="abstract" 143 <property name="font" 143 <widget class="QLabel" name="abstract"> 144 <property name="font"> 144 145 <font> 145 146 <weight>50</weight> … … 147 148 </font> 148 149 </property> 149 <property name="text" 150 <property name="text"> 150 151 <string>ABSTRACT</string> 151 152 </property> 152 <property name="wordWrap" 153 <bool>true</bool> 154 </property> 155 <property name="openExternalLinks" 153 <property name="wordWrap"> 154 <bool>true</bool> 155 </property> 156 <property name="openExternalLinks"> 156 157 <bool>true</bool> 157 158 </property> … … 162 163 </item> 163 164 <item> 164 <widget class="QGroupBox" name="descriptionGB" 165 <property name="font" 165 <widget class="QGroupBox" name="descriptionGB"> 166 <property name="font"> 166 167 <font> 167 168 <weight>75</weight> … … 169 170 </font> 170 171 </property> 171 <property name="title" 172 <property name="title"> 172 173 <string>Description</string> 173 174 </property> 174 <layout class="QVBoxLayout" name="verticalLayout_5" 175 <layout class="QVBoxLayout" name="verticalLayout_5"> 175 176 <item> 176 <widget class="QLabel" name="description" 177 <property name="sizePolicy" 178 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">177 <widget class="QLabel" name="description"> 178 <property name="sizePolicy"> 179 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 179 180 <horstretch>0</horstretch> 180 181 <verstretch>0</verstretch> 181 182 </sizepolicy> 182 183 </property> 183 <property name="font" 184 <property name="font"> 184 185 <font> 185 186 <weight>50</weight> … … 187 188 </font> 188 189 </property> 189 <property name="text" 190 <property name="text"> 190 191 <string>DESCRIPTION</string> 191 192 </property> 192 <property name="wordWrap" 193 <bool>true</bool> 194 </property> 195 <property name="openExternalLinks" 193 <property name="wordWrap"> 194 <bool>true</bool> 195 </property> 196 <property name="openExternalLinks"> 196 197 <bool>true</bool> 197 198 </property> … … 202 203 </item> 203 204 <item> 204 <widget class="QGroupBox" name="linksGB" 205 <property name="font" 205 <widget class="QGroupBox" name="linksGB"> 206 <property name="font"> 206 207 <font> 207 208 <weight>75</weight> … … 209 210 </font> 210 211 </property> 211 <property name="title" 212 <property name="title"> 212 213 <string>Links</string> 213 214 </property> 214 <layout class="QVBoxLayout" name="verticalLayout_6" 215 <layout class="QVBoxLayout" name="verticalLayout_6"> 215 216 <item> 216 <widget class="QLabel" name="links" 217 <property name="sizePolicy" 218 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">217 <widget class="QLabel" name="links"> 218 <property name="sizePolicy"> 219 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 219 220 <horstretch>0</horstretch> 220 221 <verstretch>0</verstretch> 221 222 </sizepolicy> 222 223 </property> 223 <property name="font" 224 <property name="font"> 224 225 <font> 225 226 <weight>50</weight> … … 227 228 </font> 228 229 </property> 229 <property name="text" 230 <property name="text"> 230 231 <string>LINKS</string> 231 232 </property> 232 <property name="wordWrap" 233 <bool>true</bool> 234 </property> 235 <property name="openExternalLinks" 233 <property name="wordWrap"> 234 <bool>true</bool> 235 </property> 236 <property name="openExternalLinks"> 236 237 <bool>true</bool> 237 238 </property> … … 249 250 </item> 250 251 <item> 251 <spacer name="verticalSpacer_2" 252 <property name="orientation" 252 <spacer name="verticalSpacer_2"> 253 <property name="orientation"> 253 254 <enum>Qt::Vertical</enum> 254 255 </property> 255 <property name="sizeType" 256 <property name="sizeType"> 256 257 <enum>QSizePolicy::Minimum</enum> 257 258 </property> 258 <property name="sizeHint" stdset="0" 259 <property name="sizeHint" stdset="0"> 259 260 <size> 260 261 <width>20</width> … … 265 266 </item> 266 267 <item> 267 <layout class="QHBoxLayout" name="horizontalLayout" 268 <layout class="QHBoxLayout" name="horizontalLayout"> 268 269 <item> 269 <widget class="QToolButton" name="alarmButton" 270 <property name="text" 270 <widget class="QToolButton" name="alarmButton"> 271 <property name="text"> 271 272 <string>...</string> 272 273 </property> 273 <property name="icon" 274 <iconset resource="../icons.qrc" 274 <property name="icon"> 275 <iconset resource="../icons.qrc"> 275 276 <normaloff>:/icons/alarm-offBig.png</normaloff>:/icons/alarm-offBig.png</iconset> 276 277 </property> … … 278 279 </item> 279 280 <item> 280 <widget class="QToolButton" name="favouriteButton" 281 <property name="text" 281 <widget class="QToolButton" name="favouriteButton"> 282 <property name="text"> 282 283 <string>...</string> 283 284 </property> 284 <property name="icon" 285 <iconset resource="../icons.qrc" 285 <property name="icon"> 286 <iconset resource="../icons.qrc"> 286 287 <normaloff>:/icons/favourite-offBig.png</normaloff>:/icons/favourite-offBig.png</iconset> 287 288 </property> … … 289 290 </item> 290 291 <item> 291 <spacer name="horizontalSpacer" 292 <property name="orientation" 292 <spacer name="horizontalSpacer"> 293 <property name="orientation"> 293 294 <enum>Qt::Horizontal</enum> 294 295 </property> 295 <property name="sizeHint" stdset="0" 296 <property name="sizeHint" stdset="0"> 296 297 <size> 297 298 <width>40</width> … … 302 303 </item> 303 304 <item> 304 <widget class="QPushButton" name="okButton" 305 <property name="text" 305 <widget class="QPushButton" name="okButton"> 306 <property name="text"> 306 307 <string>OK</string> 307 308 </property> … … 315 316 </widget> 316 317 <resources> 317 <include location="../icons.qrc" 318 <include location="../icons.qrc"/> 318 319 </resources> 319 320 <connections> … … 324 325 <slot>close()</slot> 325 326 <hints> 326 <hint type="sourcelabel" 327 <hint type="sourcelabel"> 327 328 <x>287</x> 328 329 <y>84</y> 329 330 </hint> 330 <hint type="destinationlabel" 331 <hint type="destinationlabel"> 331 332 <x>169</x> 332 333 <y>53</y> -
src/gui/importschedulewidget.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>ImportScheduleWidget</class> 3 <widget class="QWidget" name="ImportScheduleWidget" 4 <property name="geometry" 4 <widget class="QWidget" name="ImportScheduleWidget"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 <width>6 71</width>9 <height> 66</height>9 <width>699</width> 10 <height>79</height> 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Import schedule</string> 20 21 </property> 21 <layout class="QGridLayout" name="gridLayout" 22 <item row="0" column="0" 23 <layout class="QHBoxLayout" name="horizontalLayout_2" 22 <layout class="QGridLayout" name="gridLayout"> 23 <item row="0" column="0"> 24 <layout class="QHBoxLayout" name="horizontalLayout_2"> 24 25 <item> 25 <widget class="QLabel" name="importScheduleLabel" 26 <property name="sizePolicy" 27 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding">26 <widget class="QLabel" name="importScheduleLabel"> 27 <property name="sizePolicy"> 28 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> 28 29 <horstretch>0</horstretch> 29 30 <verstretch>0</verstretch> 30 31 </sizepolicy> 31 32 </property> 32 <property name="text" 33 <property name="text"> 33 34 <string>Import schedule: </string> 34 35 </property> … … 36 37 </item> 37 38 <item> 38 <widget class="QGroupBox" name="importAction" 39 <property name="title" 39 <widget class="QGroupBox" name="importAction"> 40 <property name="title"> 40 41 <string/> 41 42 </property> 42 <layout class="QHBoxLayout" name="horizontalLayout" 43 <layout class="QHBoxLayout" name="horizontalLayout"> 43 44 <item> 44 <widget class="QRadioButton" name="update" 45 <property name="text" 45 <widget class="QRadioButton" name="update"> 46 <property name="text"> 46 47 <string>Update</string> 47 48 </property> 48 <property name="checked" 49 <property name="checked"> 49 50 <bool>true</bool> 50 51 </property> … … 52 53 </item> 53 54 <item> 54 <widget class="QRadioButton" name="replace" 55 <property name="text" 55 <widget class="QRadioButton" name="replace"> 56 <property name="text"> 56 57 <string>Replace</string> 57 58 </property> … … 62 63 </item> 63 64 <item> 64 <widget class="QPushButton" name="online" 65 <property name="text" 65 <widget class="QPushButton" name="online"> 66 <property name="text"> 66 67 <string>Online</string> 67 68 </property> … … 76 77 </sizepolicy> 77 78 </property> 78 <property name="text" 79 <property name="text"> 79 80 <string>Browse</string> 80 81 </property> … … 82 83 </item> 83 84 <item> 84 <widget class="QPushButton" name="cancel" 85 <property name="text" 85 <widget class="QPushButton" name="cancel"> 86 <property name="text"> 86 87 <string>Cancel</string> 87 88 </property> … … 89 90 </item> 90 91 <item> 91 <widget class="QProgressBar" name="progressBar" 92 <property name="sizePolicy" 93 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">92 <widget class="QProgressBar" name="progressBar"> 93 <property name="sizePolicy"> 94 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 94 95 <horstretch>0</horstretch> 95 96 <verstretch>10</verstretch> 96 97 </sizepolicy> 97 98 </property> 98 <property name="value" 99 <property name="value"> 99 100 <number>0</number> 100 101 </property> 101 <property name="textVisible" 102 <property name="textVisible"> 102 103 <bool>false</bool> 103 104 </property> … … 109 110 </widget> 110 111 <resources> 111 <include location="../icons.qrc" 112 <include location="../icons.qrc"/> 112 113 </resources> 113 114 <connections/> -
src/gui/mainwindow.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>MainWindow</class> 3 <widget class="QMainWindow" name="MainWindow" 4 <property name="geometry" 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="minimumSize" 13 <property name="minimumSize"> 13 14 <size> 14 15 <width>400</width> … … 16 17 </size> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>FOSDEM Schedule</string> 20 21 </property> 21 <widget class="QWidget" name="centralwidget" 22 <layout class="QGridLayout" name="gridLayout" 23 <item row="0" column="0" 24 <widget class="QTabWidget" name="tabWidget" 25 <property name="currentIndex" 22 <widget class="QWidget" name="centralwidget"> 23 <layout class="QGridLayout" name="gridLayout"> 24 <item row="0" column="0"> 25 <widget class="QTabWidget" name="tabWidget"> 26 <property name="currentIndex"> 26 27 <number>2</number> 27 28 </property> 28 <widget class="QWidget" name="nowTab" 29 <attribute name="title" 29 <widget class="QWidget" name="nowTab"> 30 <attribute name="title"> 30 31 <string>Now</string> 31 32 </attribute> 32 <layout class="QGridLayout" name="gridLayout_7" 33 <item row="0" column="0" 34 <widget class="NowTabContainer" na tive="1" name="nowTabContainer"/>35 </item> 36 </layout> 37 </widget> 38 <widget class="QWidget" name="favouritesTab" 39 <attribute name="title" 33 <layout class="QGridLayout" name="gridLayout_7"> 34 <item row="0" column="0"> 35 <widget class="NowTabContainer" name="nowTabContainer" native="true"/> 36 </item> 37 </layout> 38 </widget> 39 <widget class="QWidget" name="favouritesTab"> 40 <attribute name="title"> 40 41 <string>Favourites</string> 41 42 </attribute> 42 <layout class="QGridLayout" name="gridLayout_3" 43 <item row="0" column="0" 44 <widget class="FavTabContainer" na tive="1" name="favsTabContainer"/>45 </item> 46 </layout> 47 </widget> 48 <widget class="QWidget" name="dayViewTab" 49 <attribute name="title" 43 <layout class="QGridLayout" name="gridLayout_3"> 44 <item row="0" column="0"> 45 <widget class="FavTabContainer" name="favsTabContainer" native="true"/> 46 </item> 47 </layout> 48 </widget> 49 <widget class="QWidget" name="dayViewTab"> 50 <attribute name="title"> 50 51 <string>Day View</string> 51 52 </attribute> 52 <layout class="QGridLayout" name="gridLayout_2" 53 <item row="0" column="0" 54 <widget class="DayViewTabContainer" na tive="1" name="dayTabContainer"/>55 </item> 56 </layout> 57 </widget> 58 <widget class="QWidget" name="tracksTab" 59 <attribute name="title" 53 <layout class="QGridLayout" name="gridLayout_2"> 54 <item row="0" column="0"> 55 <widget class="DayViewTabContainer" name="dayTabContainer" native="true"/> 56 </item> 57 </layout> 58 </widget> 59 <widget class="QWidget" name="tracksTab"> 60 <attribute name="title"> 60 61 <string>Tracks</string> 61 62 </attribute> 62 <layout class="QGridLayout" name="gridLayout_4" 63 <item row="0" column="0" 64 <widget class="TracksTabContainer" na tive="1" name="tracksTabContainer"/>65 </item> 66 </layout> 67 </widget> 68 <widget class="QWidget" name="roomsTab" 69 <attribute name="title" 63 <layout class="QGridLayout" name="gridLayout_4"> 64 <item row="0" column="0"> 65 <widget class="TracksTabContainer" name="tracksTabContainer" native="true"/> 66 </item> 67 </layout> 68 </widget> 69 <widget class="QWidget" name="roomsTab"> 70 <attribute name="title"> 70 71 <string>Rooms</string> 71 72 </attribute> 72 <layout class="QGridLayout" name="gridLayout_8" 73 <item row="0" column="0" 74 <widget class="RoomsTabContainer" na tive="1" name="roomsTabContainer"/>75 </item> 76 </layout> 77 </widget> 78 <widget class="QWidget" name="searchTab" 79 <attribute name="title" 73 <layout class="QGridLayout" name="gridLayout_8"> 74 <item row="0" column="0"> 75 <widget class="RoomsTabContainer" name="roomsTabContainer" native="true"/> 76 </item> 77 </layout> 78 </widget> 79 <widget class="QWidget" name="searchTab"> 80 <attribute name="title"> 80 81 <string>Search</string> 81 82 </attribute> 82 <layout class="QHBoxLayout" name="horizontalLayout_1" 83 <layout class="QHBoxLayout" name="horizontalLayout_1"> 83 84 <item> 84 <widget class="SearchTabContainer" na tive="1" name="searchTabContainer">85 <property name="sizePolicy" 86 <sizepolicy vsizetype="Expanding" hsizetype="Expanding">85 <widget class="SearchTabContainer" name="searchTabContainer" native="true"> 86 <property name="sizePolicy"> 87 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 87 88 <horstretch>0</horstretch> 88 89 <verstretch>0</verstretch> … … 93 94 </layout> 94 95 </widget> 95 <widget class="QWidget" name="conferenceTab" 96 <attribute name="title" 96 <widget class="QWidget" name="conferenceTab"> 97 <attribute name="title"> 97 98 <string>Conference</string> 98 99 </attribute> 99 <layout class="QGridLayout" name="gridLayout_5" 100 <item row="0" column="0" 101 <layout class="QVBoxLayout" name="verticalLayout_4" 100 <layout class="QGridLayout" name="gridLayout_5"> 101 <item row="0" column="0"> 102 <layout class="QVBoxLayout" name="verticalLayout_4"> 102 103 <item> 103 <widget class="QWidget" na tive="1" name="conferenceHeader">104 <layout class="QGridLayout" name="gridLayout_9" 105 <item row="0" column="0" 106 <widget class="QLabel" name="conferenceTitle" 107 <property name="font" 104 <widget class="QWidget" name="conferenceHeader" native="true"> 105 <layout class="QGridLayout" name="gridLayout_9"> 106 <item row="0" column="0"> 107 <widget class="QLabel" name="conferenceTitle"> 108 <property name="font"> 108 109 <font> 109 110 <weight>75</weight> … … 111 112 </font> 112 113 </property> 113 <property name="text" 114 <property name="text"> 114 115 <string>Conference Name</string> 115 116 </property> 116 <property name="alignment" 117 <property name="alignment"> 117 118 <set>Qt::AlignCenter</set> 118 119 </property> 119 <property name="wordWrap" 120 <property name="wordWrap"> 120 121 <bool>true</bool> 121 122 </property> 122 123 </widget> 123 124 </item> 124 <item row="1" column="0" 125 <widget class="QLabel" name="conferenceSubtitle" 126 <property name="text" 125 <item row="1" column="0"> 126 <widget class="QLabel" name="conferenceSubtitle"> 127 <property name="text"> 127 128 <string>Conference Subtitle</string> 128 129 </property> 129 <property name="alignment" 130 <property name="alignment"> 130 131 <set>Qt::AlignCenter</set> 131 132 </property> 132 <property name="wordWrap" 133 <property name="wordWrap"> 133 134 <bool>true</bool> 134 135 </property> 135 136 </widget> 136 137 </item> 137 <item row="2" column="0" 138 <widget class="Line" name="line" 139 <property name="orientation" 138 <item row="2" column="0"> 139 <widget class="Line" name="line"> 140 <property name="orientation"> 140 141 <enum>Qt::Horizontal</enum> 141 142 </property> 142 143 </widget> 143 144 </item> 144 <item row="3" column="0" 145 <layout class="QGridLayout" name="gridLayout_6" 146 <item row="0" column="0" 147 <widget class="QLabel" name="label" 148 <property name="font" 145 <item row="3" column="0"> 146 <layout class="QGridLayout" name="gridLayout_6"> 147 <item row="0" column="0"> 148 <widget class="QLabel" name="label"> 149 <property name="font"> 149 150 <font> 150 151 <weight>75</weight> … … 153 154 </font> 154 155 </property> 155 <property name="text" 156 <property name="text"> 156 157 <string>When:</string> 157 158 </property> 158 159 </widget> 159 160 </item> 160 <item row="1" column="0" 161 <widget class="QLabel" name="label_2" 162 <property name="font" 161 <item row="1" column="0"> 162 <widget class="QLabel" name="label_2"> 163 <property name="font"> 163 164 <font> 164 165 <weight>75</weight> … … 167 168 </font> 168 169 </property> 169 <property name="text" 170 <property name="text"> 170 171 <string>Where:</string> 171 172 </property> 172 173 </widget> 173 174 </item> 174 <item row="0" column="2" 175 <widget class="QLabel" name="conferenceWhen" 176 <property name="text" 175 <item row="0" column="2"> 176 <widget class="QLabel" name="conferenceWhen"> 177 <property name="text"> 177 178 <string>DATE (FROM - TO)</string> 178 179 </property> 179 180 </widget> 180 181 </item> 181 <item row="1" column="2" 182 <widget class="QLabel" name="conferenceWhere" 183 <property name="text" 182 <item row="1" column="2"> 183 <widget class="QLabel" name="conferenceWhere"> 184 <property name="text"> 184 185 <string>CITY, CAMPUS</string> 185 186 </property> 186 187 </widget> 187 188 </item> 188 <item row="1" column="3" 189 <widget class="QPushButton" name="showMapButton" 190 <property name="text" 189 <item row="1" column="3"> 190 <widget class="QPushButton" name="showMapButton"> 191 <property name="text"> 191 192 <string>MAP</string> 192 193 </property> 193 <property name="icon" 194 <iconset resource="../icons.qrc" 194 <property name="icon"> 195 <iconset resource="../icons.qrc"> 195 196 <normaloff>:/icons/compassBig.png</normaloff>:/icons/compassBig.png</iconset> 196 197 </property> 197 <property name="flat" 198 <property name="flat"> 198 199 <bool>true</bool> 199 200 </property> 200 201 </widget> 201 202 </item> 202 <item row="1" column="4" 203 <spacer name="horizontalSpacer_3" 204 <property name="orientation" 203 <item row="1" column="4"> 204 <spacer name="horizontalSpacer_3"> 205 <property name="orientation"> 205 206 <enum>Qt::Horizontal</enum> 206 207 </property> 207 <property name="sizeHint" stdset="0" 208 <property name="sizeHint" stdset="0"> 208 209 <size> 209 210 <width>40</width> … … 213 214 </spacer> 214 215 </item> 215 <item row="0" column="1" 216 <widget class="QLabel" name="spacer" 217 <property name="text" 216 <item row="0" column="1"> 217 <widget class="QLabel" name="spacer"> 218 <property name="text"> 218 219 <string/> 219 220 </property> … … 222 223 </layout> 223 224 </item> 224 <item row="4" column="0" 225 <widget class="Line" name="line_2" 226 <property name="orientation" 225 <item row="4" column="0"> 226 <widget class="Line" name="line_2"> 227 <property name="orientation"> 227 228 <enum>Qt::Horizontal</enum> 228 229 </property> … … 233 234 </item> 234 235 <item> 235 <widget class="QWidget" na tive="1" name="selectConferenceWidget">236 <property name="sizePolicy" 237 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">236 <widget class="QWidget" name="selectConferenceWidget" native="true"> 237 <property name="sizePolicy"> 238 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 238 239 <horstretch>0</horstretch> 239 240 <verstretch>0</verstretch> 240 241 </sizepolicy> 241 242 </property> 242 <layout class="QHBoxLayout" name="horizontalLayout" 243 <layout class="QHBoxLayout" name="horizontalLayout"> 243 244 <item> 244 <widget class="QLabel" name="selectConferenceLabel" 245 <property name="text" 245 <widget class="QLabel" name="selectConferenceLabel"> 246 <property name="text"> 246 247 <string>Select conference: </string> 247 248 </property> … … 249 250 </item> 250 251 <item> 251 <spacer name="horizontalSpacer" 252 <property name="orientation" 252 <spacer name="horizontalSpacer"> 253 <property name="orientation"> 253 254 <enum>Qt::Horizontal</enum> 254 255 </property> 255 <property name="sizeHint" stdset="0" 256 <property name="sizeHint" stdset="0"> 256 257 <size> 257 258 <width>40</width> … … 262 263 </item> 263 264 <item> 264 <widget class="QComboBox" name="selectConference" 265 <property name="sizePolicy" 266 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding">265 <widget class="QComboBox" name="selectConference"> 266 <property name="sizePolicy"> 267 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 267 268 <horstretch>0</horstretch> 268 269 <verstretch>0</verstretch> … … 275 276 </item> 276 277 <item> 277 <widget class="ImportScheduleWidget" na tive="1" name="importScheduleWidget">278 <property name="sizePolicy" 279 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">278 <widget class="ImportScheduleWidget" name="importScheduleWidget" native="true"> 279 <property name="sizePolicy"> 280 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 280 281 <horstretch>0</horstretch> 281 282 <verstretch>0</verstretch> … … 285 286 </item> 286 287 <item> 287 <spacer name="verticalSpacer" 288 <property name="orientation" 288 <spacer name="verticalSpacer"> 289 <property name="orientation"> 289 290 <enum>Qt::Vertical</enum> 290 291 </property> 291 <property name="sizeHint" stdset="0" 292 <property name="sizeHint" stdset="0"> 292 293 <size> 293 294 <width>20</width> … … 305 306 </layout> 306 307 </widget> 307 <widget class="QStatusBar" name="statusbar" 308 <widget class="QStatusBar" name="statusbar"/> 308 309 <widget class="QMenuBar" name="menuBar"> 309 310 <property name="geometry"> … … 387 388 </customwidgets> 388 389 <resources> 389 <include location="../icons.qrc" 390 <include location="../icons.qrc"/> 390 391 </resources> 391 392 <connections/> -
src/gui/mapwindow.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>MapWindow</class> 3 <widget class="QDialog" name="MapWindow" 4 <property name="geometry" 4 <widget class="QDialog" name="MapWindow"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="Expanding" hsizetype="Expanding">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Dialog</string> 20 21 </property> 21 <layout class="QGridLayout" name="gridLayout" 22 <item row="0" column="0" 23 <widget class="QLabel" name="map" 24 <property name="sizePolicy" 25 <sizepolicy vsizetype="Expanding" hsizetype="Expanding">22 <layout class="QGridLayout" name="gridLayout"> 23 <item row="0" column="0"> 24 <widget class="QLabel" name="map"> 25 <property name="sizePolicy"> 26 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 26 27 <horstretch>0</horstretch> 27 28 <verstretch>0</verstretch> 28 29 </sizepolicy> 29 30 </property> 30 <property name="text" 31 <property name="text"> 31 32 <string>Map goes here</string> 32 33 </property> 33 <property name="alignment" 34 <property name="alignment"> 34 35 <set>Qt::AlignCenter</set> 35 36 </property> -
src/gui/searchhead.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>SearchHeadClass</class> 3 <widget class="QWidget" name="SearchHeadClass" 4 <property name="geometry" 4 <widget class="QWidget" name="SearchHeadClass"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="Minimum" hsizetype="Expanding">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="minimumSize" 19 <property name="minimumSize"> 19 20 <size> 20 21 <width>10</width> … … 22 23 </size> 23 24 </property> 24 <property name="windowTitle" 25 <property name="windowTitle"> 25 26 <string>SearchHead</string> 26 27 </property> 27 <layout class="QVBoxLayout" name="verticalLayout" 28 <property name="leftMargin" 28 <layout class="QVBoxLayout" name="verticalLayout"> 29 <property name="leftMargin"> 29 30 <number>9</number> 30 31 </property> 31 32 <item> 32 <layout class="QHBoxLayout" name="horizontalLayout_7" 33 <layout class="QHBoxLayout" name="horizontalLayout_7"> 33 34 <item> 34 <widget class="QCheckBox" name="searchTitle" 35 <property name="text" 35 <widget class="QCheckBox" name="searchTitle"> 36 <property name="text"> 36 37 <string>Title</string> 37 38 </property> 38 <property name="checked" 39 <property name="checked"> 39 40 <bool>true</bool> 40 41 </property> … … 42 43 </item> 43 44 <item> 44 <widget class="QCheckBox" name="searchAbstract" 45 <property name="text" 45 <widget class="QCheckBox" name="searchAbstract"> 46 <property name="text"> 46 47 <string>Abstract</string> 47 48 </property> … … 49 50 </item> 50 51 <item> 51 <widget class="QCheckBox" name="searchSpeaker" 52 <property name="text" 52 <widget class="QCheckBox" name="searchSpeaker"> 53 <property name="text"> 53 54 <string>Speaker</string> 54 55 </property> … … 56 57 </item> 57 58 <item> 58 <widget class="QCheckBox" name="searchTag" 59 <property name="text" 59 <widget class="QCheckBox" name="searchTag"> 60 <property name="text"> 60 61 <string>Tag</string> 61 62 </property> … … 63 64 </item> 64 65 <item> 65 <widget class="QCheckBox" name="searchRoom" 66 <property name="text" 66 <widget class="QCheckBox" name="searchRoom"> 67 <property name="text"> 67 68 <string>Room</string> 68 69 </property> … … 72 73 </item> 73 74 <item> 74 <layout class="QHBoxLayout" name="horizontalLayout_2" 75 <layout class="QHBoxLayout" name="horizontalLayout_2"> 75 76 <item> 76 <widget class="QLineEdit" name="searchEdit" 77 <property name="enabled" 77 <widget class="QLineEdit" name="searchEdit"> 78 <property name="enabled"> 78 79 <bool>true</bool> 79 80 </property> 80 <property name="toolTip" 81 <property name="toolTip"> 81 82 <string>type a keyword to search</string> 82 83 </property> … … 84 85 </item> 85 86 <item> 86 <widget class="QPushButton" name="searchButton" 87 <property name="sizePolicy" 88 <sizepolicy vsizetype="Minimum" hsizetype="Minimum">87 <widget class="QPushButton" name="searchButton"> 88 <property name="sizePolicy"> 89 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 89 90 <horstretch>0</horstretch> 90 91 <verstretch>0</verstretch> 91 92 </sizepolicy> 92 93 </property> 93 <property name="text" 94 <property name="text"> 94 95 <string>Search</string> 95 96 </property> 96 <property name="icon" 97 <iconset resource="../icons.qrc" 97 <property name="icon"> 98 <iconset resource="../icons.qrc"> 98 99 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 99 100 </property> 100 <property name="checkable" 101 <property name="checkable"> 101 102 <bool>false</bool> 102 103 </property> 103 <property name="autoDefault" 104 <property name="autoDefault"> 104 105 <bool>true</bool> 105 106 </property> 106 <property name="default" 107 <property name="default"> 107 108 <bool>true</bool> 108 109 </property> 109 <property name="flat" 110 <property name="flat"> 110 111 <bool>false</bool> 111 112 </property> … … 115 116 </item> 116 117 <item> 117 <spacer name="verticalSpacer" 118 <property name="orientation" 118 <spacer name="verticalSpacer"> 119 <property name="orientation"> 119 120 <enum>Qt::Vertical</enum> 120 121 </property> 121 <property name="sizeHint" stdset="0" 122 <property name="sizeHint" stdset="0"> 122 123 <size> 123 124 <width>20</width> … … 129 130 </layout> 130 131 </widget> 131 <layoutdefault spacing="6" margin="11" 132 <layoutdefault spacing="6" margin="11"/> 132 133 <resources> 133 <include location="../icons.qrc" 134 <include location="../icons.qrc"/> 134 135 </resources> 135 136 <connections/> -
src/gui/settingsdialog.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>SettingsDialog</class> 3 <widget class="QDialog" name="SettingsDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="SettingsDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 9 <width>469</width> 9 <height>1 46</height>10 <height>195</height> 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Settings</string> 20 21 </property> 21 <layout class="QVBoxLayout" name="verticalLayout" 22 <layout class="QVBoxLayout" name="verticalLayout"> 22 23 <item> 23 24 <widget class="QGroupBox" name="groupBox"> … … 27 28 <layout class="QVBoxLayout" name="verticalLayout_2"> 28 29 <item> 29 <widget class="QCheckBox" name="directConnection" > 30 <property name="text" > 31 <string>Direct connection</string> 32 </property> 33 <property name="checked" > 34 <bool>true</bool> 35 </property> 36 </widget> 37 </item> 38 <item> 39 <widget class="QWidget" native="1" name="proxyWidget" > 40 <layout class="QHBoxLayout" name="horizontalLayout_3" > 41 <item> 42 <widget class="QLabel" name="label" > 43 <property name="text" > 44 <string>Address: </string> 30 <widget class="QCheckBox" name="directConnection"> 31 <property name="text"> 32 <string>Direct connection</string> 33 </property> 34 <property name="checked"> 35 <bool>true</bool> 45 36 </property> 46 37 </widget> 47 38 </item> 48 39 <item> 49 <widget class="QLineEdit" name="address" /> 50 </item> 51 <item> 52 <widget class="QLabel" name="label_2" > 53 <property name="text" > 54 <string>Port:</string> 55 </property> 40 <widget class="QWidget" name="proxyWidget" native="true"> 41 <layout class="QHBoxLayout" name="horizontalLayout_3"> 42 <item> 43 <widget class="QLabel" name="label"> 44 <property name="text"> 45 <string>Address: </string> 46 </property> 47 </widget> 48 </item> 49 <item> 50 <widget class="QLineEdit" name="address"/> 51 </item> 52 <item> 53 <widget class="QLabel" name="label_2"> 54 <property name="text"> 55 <string>Port:</string> 56 </property> 57 </widget> 58 </item> 59 <item> 60 <widget class="QSpinBox" name="port"> 61 <property name="maximum"> 62 <number>9999</number> 63 </property> 64 <property name="value"> 65 <number>8080</number> 66 </property> 67 </widget> 68 </item> 69 </layout> 56 70 </widget> 57 71 </item> 58 72 <item> 59 < widget class="QSpinBox" name="port">60 <property name=" maximum">61 < number>9999</number>73 <spacer name="verticalSpacer"> 74 <property name="orientation"> 75 <enum>Qt::Vertical</enum> 62 76 </property> 63 <property name="value" > 64 <number>8080</number> 77 <property name="sizeHint" stdset="0"> 78 <size> 79 <width>20</width> 80 <height>24</height> 81 </size> 65 82 </property> 66 </widget> 83 </spacer> 84 </item> 85 <item> 86 <layout class="QHBoxLayout" name="horizontalLayout"> 87 <item> 88 <spacer name="horizontalSpacer"> 89 <property name="orientation"> 90 <enum>Qt::Horizontal</enum> 91 </property> 92 <property name="sizeHint" stdset="0"> 93 <size> 94 <width>40</width> 95 <height>20</height> 96 </size> 97 </property> 98 </spacer> 99 </item> 100 <item> 101 <widget class="QPushButton" name="okButton"> 102 <property name="text"> 103 <string>OK</string> 104 </property> 105 </widget> 106 </item> 107 </layout> 67 108 </item> 68 109 </layout> 69 110 </widget> 70 </item>71 <item>72 <spacer name="verticalSpacer" >73 <property name="orientation" >74 <enum>Qt::Vertical</enum>75 </property>76 <property name="sizeHint" stdset="0" >77 <size>78 <width>20</width>79 <height>24</height>80 </size>81 </property>82 </spacer>83 </item>84 <item>85 <layout class="QHBoxLayout" name="horizontalLayout" >86 <item>87 <spacer name="horizontalSpacer" >88 <property name="orientation" >89 <enum>Qt::Horizontal</enum>90 </property>91 <property name="sizeHint" stdset="0" >92 <size>93 <width>40</width>94 <height>20</height>95 </size>96 </property>97 </spacer>98 </item>99 <item>100 <widget class="QPushButton" name="okButton" >101 <property name="text" >102 <string>OK</string>103 </property>104 </widget>105 </item>106 </layout>107 </item>108 </layout>109 </widget>110 111 </item> 111 112 </layout>
Note: See TracChangeset
for help on using the changeset viewer.