- Timestamp:
- 07/19/11 19:33:10 (12 years ago)
- Branches:
- master, qt5
- Children:
- 7cef62a
- Parents:
- a89e18c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conferenceeditor.ui
ra89e18c r6b6b29c 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>5 57</width>10 <height> 384</height>9 <width>596</width> 10 <height>267</height> 11 11 </rect> 12 12 </property> … … 18 18 <normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset> 19 19 </property> 20 <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,1">20 <layout class="QHBoxLayout" name="horizontalLayout_4"> 21 21 <item> 22 22 <widget class="QWidget" name="widget_2" native="true"> … … 101 101 </item> 102 102 <item> 103 <layout class="QVBoxLayout" name="verticalLayout" >103 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0"> 104 104 <item> 105 105 <widget class="QStackedWidget" name="conferenceInfo"> … … 222 222 </layout> 223 223 </item> 224 <item>225 <spacer name="verticalSpacer">226 <property name="orientation">227 <enum>Qt::Vertical</enum>228 </property>229 <property name="sizeHint" stdset="0">230 <size>231 <width>20</width>232 <height>40</height>233 </size>234 </property>235 </spacer>236 </item>237 <item>238 <widget class="QDialogButtonBox" name="buttonBox">239 <property name="standardButtons">240 <set>QDialogButtonBox::Close</set>241 </property>242 </widget>243 </item>244 224 </layout> 245 225 </widget> 246 226 <widget class="QWidget" name="conferenceInfoEmpty"/> 227 </widget> 228 </item> 229 <item> 230 <spacer name="verticalSpacer"> 231 <property name="orientation"> 232 <enum>Qt::Vertical</enum> 233 </property> 234 <property name="sizeHint" stdset="0"> 235 <size> 236 <width>20</width> 237 <height>40</height> 238 </size> 239 </property> 240 </spacer> 241 </item> 242 <item> 243 <widget class="QDialogButtonBox" name="buttonBox"> 244 <property name="standardButtons"> 245 <set>QDialogButtonBox::Close</set> 246 </property> 247 247 </widget> 248 248 </item> … … 252 252 </widget> 253 253 <resources> 254 <include location="../../data/data.qrc"/> 254 255 <include location="../icons.qrc"/> 255 <include location="../../data/data.qrc"/>256 256 </resources> 257 257 <connections/>
Note: See TracChangeset
for help on using the changeset viewer.