Changeset 1fb7a33 for src/gui/mainwindow.ui
- Timestamp:
- 01/29/10 11:06:55 (12 years ago)
- Branches:
- master, qt5
- Children:
- 5007fde
- Parents:
- 8b0bf22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
r8b0bf22 r1fb7a33 233 233 </item> 234 234 <item> 235 <widget class="QWidget" native="1" name="selectConferenceWidget" > 236 <property name="sizePolicy" > 237 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > 238 <horstretch>0</horstretch> 239 <verstretch>0</verstretch> 240 </sizepolicy> 241 </property> 242 <layout class="QHBoxLayout" name="horizontalLayout" > 243 <item> 244 <widget class="QLabel" name="selectConferenceLabel" > 245 <property name="text" > 246 <string>Select conference: </string> 247 </property> 248 </widget> 249 </item> 250 <item> 251 <spacer name="horizontalSpacer" > 252 <property name="orientation" > 253 <enum>Qt::Horizontal</enum> 254 </property> 255 <property name="sizeHint" stdset="0" > 256 <size> 257 <width>40</width> 258 <height>20</height> 259 </size> 260 </property> 261 </spacer> 262 </item> 263 <item> 264 <widget class="QComboBox" name="selectConference" > 265 <property name="sizePolicy" > 266 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > 267 <horstretch>0</horstretch> 268 <verstretch>0</verstretch> 269 </sizepolicy> 270 </property> 271 </widget> 272 </item> 273 </layout> 274 </widget> 275 </item> 276 <item> 235 277 <widget class="ImportScheduleWidget" native="1" name="importScheduleWidget" > 236 278 <property name="sizePolicy" >
Note: See TracChangeset
for help on using the changeset viewer.