- Timestamp:
- 01/29/10 08:55:33 (13 years ago)
- Branches:
- master, qt5
- Children:
- 1fb7a33
- Parents:
- bcf67d6
- Location:
- src/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/about.ui
rbcf67d6 r8b0bf22 10 10 <y>0</y> 11 11 <width>500</width> 12 <height>60 7</height>12 <height>609</height> 13 13 </rect> 14 14 </property> … … 149 149 <x>0</x> 150 150 <y>0</y> 151 <width>4 31</width>152 <height>5 51</height>151 <width>446</width> 152 <height>547</height> 153 153 </rect> 154 154 </property> … … 172 172 </property> 173 173 <property name="text" > 174 <string> Qt FOSDEM</string>174 <string>FOSDEM Schedule</string> 175 175 </property> 176 176 </widget> … … 193 193 <widget class="QLabel" name="description" > 194 194 <property name="text" > 195 <string> Qt FOSDEM 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.</string>195 <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> 196 196 </property> 197 197 <property name="wordWrap" > … … 213 213 <widget class="QGroupBox" name="groupBox" > 214 214 <property name="sizePolicy" > 215 <sizepolicy vsizetype="MinimumExpanding" hsizetype=" MinimumExpanding" >215 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > 216 216 <horstretch>0</horstretch> 217 217 <verstretch>0</verstretch> … … 237 237 <widget class="QLabel" name="label_4" > 238 238 <property name="sizePolicy" > 239 <sizepolicy vsizetype="MinimumExpanding" hsizetype=" MinimumExpanding" >239 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" > 240 240 <horstretch>0</horstretch> 241 241 <verstretch>0</verstretch> … … 292 292 </property> 293 293 <property name="text" > 294 <string> Qt FOSDEMis 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>294 <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> 295 295 </property> 296 296 <property name="wordWrap" > … … 308 308 </property> 309 309 <property name="text" > 310 <string> Qt FOSDEMis 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>310 <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> 311 311 </property> 312 312 <property name="wordWrap" > … … 324 324 </property> 325 325 </widget> 326 </item>327 <item>328 <spacer name="verticalSpacer_2" >329 <property name="orientation" >330 <enum>Qt::Vertical</enum>331 </property>332 <property name="sizeHint" stdset="0" >333 <size>334 <width>20</width>335 <height>40</height>336 </size>337 </property>338 </spacer>339 326 </item> 340 327 </layout> -
src/gui/importschedulewidget.cpp
rbcf67d6 r8b0bf22 19 19 connect(browse, SIGNAL(clicked()), SLOT(browseSchedule())); 20 20 progressBar->hide(); 21 22 cancel->hide(); 23 online->hide(); 24 importAction->hide(); 21 25 } 22 26 -
src/gui/importschedulewidget.ui
rbcf67d6 r8b0bf22 6 6 <x>0</x> 7 7 <y>0</y> 8 <width> 379</width>9 <height> 48</height>8 <width>634</width> 9 <height>66</height> 10 10 </rect> 11 11 </property> … … 36 36 </item> 37 37 <item> 38 <widget class="QGroupBox" name="importAction" > 39 <property name="title" > 40 <string/> 41 </property> 42 <layout class="QHBoxLayout" name="horizontalLayout" > 43 <item> 44 <widget class="QRadioButton" name="update" > 45 <property name="text" > 46 <string>Update</string> 47 </property> 48 <property name="checked" > 49 <bool>true</bool> 50 </property> 51 </widget> 52 </item> 53 <item> 54 <widget class="QRadioButton" name="replace" > 55 <property name="text" > 56 <string>Replace</string> 57 </property> 58 </widget> 59 </item> 60 </layout> 61 </widget> 62 </item> 63 <item> 64 <widget class="QPushButton" name="online" > 65 <property name="text" > 66 <string>Online</string> 67 </property> 68 </widget> 69 </item> 70 <item> 38 71 <widget class="QPushButton" name="browse" > 39 72 <property name="sizePolicy" > … … 49 82 </item> 50 83 <item> 84 <widget class="QPushButton" name="cancel" > 85 <property name="text" > 86 <string>Cancel</string> 87 </property> 88 </widget> 89 </item> 90 <item> 51 91 <widget class="QProgressBar" name="progressBar" > 92 <property name="sizePolicy" > 93 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > 94 <horstretch>0</horstretch> 95 <verstretch>10</verstretch> 96 </sizepolicy> 97 </property> 52 98 <property name="value" > 53 99 <number>0</number>
Note: See TracChangeset
for help on using the changeset viewer.