- Timestamp:
- 01/30/10 14:43:42 (13 years ago)
- Branches:
- master, qt5
- Children:
- c129f8a6
- Parents:
- a190b81
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/about.ui
ra190b81 r20e6343 114 114 </sizepolicy> 115 115 </property> 116 <property name="maximumSize" > 117 <size> 118 <width>77</width> 119 <height>68</height> 120 </size> 121 </property> 116 122 <property name="text" > 117 123 <string/> 118 124 </property> 119 125 <property name="pixmap" > 120 <pixmap>:/icons/fosdem.png</pixmap> 126 <pixmap resource="../icons.qrc" >:/icons/brain-alone.png</pixmap> 127 </property> 128 <property name="scaledContents" > 129 <bool>true</bool> 121 130 </property> 122 131 </widget> … … 149 158 <x>0</x> 150 159 <y>0</y> 151 <width> 446</width>160 <width>389</width> 152 161 <height>429</height> 153 162 </rect> … … 375 384 </layout> 376 385 </widget> 377 <resources/> 386 <resources> 387 <include location="../icons.qrc" /> 388 </resources> 378 389 <connections> 379 390 <connection> -
src/gui/eventdialog.ui
ra190b81 r20e6343 7 7 <y>0</y> 8 8 <width>485</width> 9 <height> 441</height>9 <height>352</height> 10 10 </rect> 11 11 </property> … … 28 28 <widget class="QLabel" name="title" > 29 29 <property name="sizePolicy" > 30 <sizepolicy vsizetype="Minimum Expanding" hsizetype="Preferred" >30 <sizepolicy vsizetype="Minimum" hsizetype="Preferred" > 31 31 <horstretch>0</horstretch> 32 32 <verstretch>0</verstretch> … … 54 54 <widget class="QScrollArea" name="scrollArea" > 55 55 <property name="sizePolicy" > 56 <sizepolicy vsizetype=" MinimumExpanding" hsizetype="Preferred" >56 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > 57 57 <horstretch>0</horstretch> 58 58 <verstretch>0</verstretch> … … 68 68 <y>0</y> 69 69 <width>461</width> 70 <height> 355</height>70 <height>254</height> 71 71 </rect> 72 72 </property> … … 75 75 <widget class="QWidget" native="1" name="content" > 76 76 <property name="sizePolicy" > 77 <sizepolicy vsizetype=" MinimumExpanding" hsizetype="Preferred" >77 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > 78 78 <horstretch>0</horstretch> 79 79 <verstretch>0</verstretch> … … 244 244 </widget> 245 245 </item> 246 <item row="1" column="0" >247 <spacer name="verticalSpacer" >248 <property name="orientation" >249 <enum>Qt::Vertical</enum>250 </property>251 <property name="sizeHint" stdset="0" >252 <size>253 <width>20</width>254 <height>40</height>255 </size>256 </property>257 </spacer>258 </item>259 246 </layout> 260 247 </widget> 261 248 </widget> 249 </item> 250 <item> 251 <spacer name="verticalSpacer_2" > 252 <property name="orientation" > 253 <enum>Qt::Vertical</enum> 254 </property> 255 <property name="sizeType" > 256 <enum>QSizePolicy::Minimum</enum> 257 </property> 258 <property name="sizeHint" stdset="0" > 259 <size> 260 <width>20</width> 261 <height>10</height> 262 </size> 263 </property> 264 </spacer> 262 265 </item> 263 266 <item>
Note: See TracChangeset
for help on using the changeset viewer.