Changeset cb18bc7 for src/gui/mainwindow.ui
- Timestamp:
- 01/26/10 08:29:07 (13 years ago)
- Branches:
- master, qt5
- Children:
- b6d8f58
- Parents:
- 58f33d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
r58f33d5 rcb18bc7 22 22 <layout class="QGridLayout" name="gridLayout" > 23 23 <item row="0" column="0" > 24 <widget class=" QTabWidget" name="tabWidget" >24 <widget class="TabWidget" name="tabWidget" > 25 25 <property name="currentIndex" > 26 26 <number>0</number> … … 119 119 </layout> 120 120 </widget> 121 <widget class="QWidget" name="searchTab" >122 <attribute name="title" >121 <widget class="QWidget" name="searchTab" > 122 <attribute name="title" > 123 123 <string>Search</string> 124 124 </attribute> 125 <layout class="QHBoxLayout" name="horizontalLayout_1" >125 <layout class="QHBoxLayout" name="horizontalLayout_1" > 126 126 <item> 127 <widget class="QWidget" na me="searchVerticalWidget" native="true">128 <property name="enabled" >127 <widget class="QWidget" native="1" name="searchVerticalWidget" > 128 <property name="enabled" > 129 129 <bool>true</bool> 130 130 </property> 131 <property name="sizePolicy" >132 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">131 <property name="sizePolicy" > 132 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 133 133 <horstretch>0</horstretch> 134 134 <verstretch>0</verstretch> 135 135 </sizepolicy> 136 136 </property> 137 <layout class="QVBoxLayout" name="searchDayNavigatorVerticalLayout" >137 <layout class="QVBoxLayout" name="searchDayNavigatorVerticalLayout" > 138 138 <item> 139 <widget class="QToolButton" name="searchAgainButton" >140 <property name="toolTip" >139 <widget class="QToolButton" name="searchAgainButton" > 140 <property name="toolTip" > 141 141 <string>Search again</string> 142 142 </property> 143 <property name="text" >143 <property name="text" > 144 144 <string>S</string> 145 145 </property> 146 <property name="toolButtonStyle" >146 <property name="toolButtonStyle" > 147 147 <enum>Qt::ToolButtonTextOnly</enum> 148 148 </property> … … 150 150 </item> 151 151 <item> 152 <widget class="DayNavigatorWidget" na me="searchDayNavigator" native="true">153 <property name="maximumSize" >152 <widget class="DayNavigatorWidget" native="1" name="searchDayNavigator" > 153 <property name="maximumSize" > 154 154 <size> 155 155 <width>16777215</width> … … 163 163 </item> 164 164 <item> 165 <layout class="QVBoxLayout" name="verticalLayout_3" >166 <item> 167 <widget class="QWidget" na me="searchHead" native="true">168 <property name="sizePolicy" >169 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">165 <layout class="QVBoxLayout" name="verticalLayout_3" > 166 <item> 167 <widget class="QWidget" native="1" name="searchHead" > 168 <property name="sizePolicy" > 169 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 170 170 <horstretch>0</horstretch> 171 171 <verstretch>0</verstretch> 172 172 </sizepolicy> 173 173 </property> 174 <property name="maximumSize" >174 <property name="maximumSize" > 175 175 <size> 176 176 <width>16777215</width> … … 178 178 </size> 179 179 </property> 180 <layout class="QGridLayout" name="searchHeadLayout" >181 <property name="sizeConstraint" >180 <layout class="QGridLayout" name="searchHeadLayout" > 181 <property name="sizeConstraint" > 182 182 <enum>QLayout::SetDefaultConstraint</enum> 183 183 </property> 184 <item row="2" column="0" >185 <layout class="QHBoxLayout" name="horizontalLayout" >186 <item> 187 <widget class="QLineEdit" name="searchEdit" >188 <property name="enabled" >184 <item row="2" column="0" > 185 <layout class="QHBoxLayout" name="horizontalLayout" > 186 <item> 187 <widget class="QLineEdit" name="searchEdit" > 188 <property name="enabled" > 189 189 <bool>true</bool> 190 190 </property> 191 <property name="toolTip" >191 <property name="toolTip" > 192 192 <string>type a keyword to search</string> 193 193 </property> … … 195 195 </item> 196 196 <item> 197 <widget class="QPushButton" name="searchButton" >198 <property name="text" >197 <widget class="QPushButton" name="searchButton" > 198 <property name="text" > 199 199 <string>Search</string> 200 200 </property> 201 <property name="checkable" >201 <property name="checkable" > 202 202 <bool>false</bool> 203 203 </property> 204 <property name="autoDefault" >204 <property name="autoDefault" > 205 205 <bool>true</bool> 206 206 </property> 207 <property name="default" >207 <property name="default" > 208 208 <bool>true</bool> 209 209 </property> 210 <property name="flat" >210 <property name="flat" > 211 211 <bool>false</bool> 212 212 </property> … … 215 215 </layout> 216 216 </item> 217 <item row="0" column="0" >218 <layout class="QHBoxLayout" name="horizontalLayout_6" >219 <item> 220 <widget class="QCheckBox" name="searchTitle" >221 <property name="text" >217 <item row="0" column="0" > 218 <layout class="QHBoxLayout" name="horizontalLayout_6" > 219 <item> 220 <widget class="QCheckBox" name="searchTitle" > 221 <property name="text" > 222 222 <string>Title</string> 223 223 </property> 224 <property name="checked" >224 <property name="checked" > 225 225 <bool>true</bool> 226 226 </property> … … 228 228 </item> 229 229 <item> 230 <widget class="QCheckBox" name="searchAbstract" >231 <property name="text" >230 <widget class="QCheckBox" name="searchAbstract" > 231 <property name="text" > 232 232 <string>Abstract</string> 233 233 </property> … … 235 235 </item> 236 236 <item> 237 <widget class="QCheckBox" name="searchSpeaker" >238 <property name="text" >237 <widget class="QCheckBox" name="searchSpeaker" > 238 <property name="text" > 239 239 <string>Speaker</string> 240 240 </property> … … 242 242 </item> 243 243 <item> 244 <widget class="QCheckBox" name="searchTag" >245 <property name="text" >244 <widget class="QCheckBox" name="searchTag" > 245 <property name="text" > 246 246 <string>Tag</string> 247 247 </property> … … 249 249 </item> 250 250 <item> 251 <widget class="QCheckBox" name="searchRoom" >252 <property name="text" >251 <widget class="QCheckBox" name="searchRoom" > 252 <property name="text" > 253 253 <string>Room</string> 254 254 </property> … … 256 256 </item> 257 257 <item> 258 <spacer name="horizontalSpacer" >259 <property name="orientation" >258 <spacer name="horizontalSpacer" > 259 <property name="orientation" > 260 260 <enum>Qt::Horizontal</enum> 261 261 </property> 262 <property name="sizeHint" stdset="0" >262 <property name="sizeHint" stdset="0" > 263 263 <size> 264 264 <width>40</width> … … 274 274 </item> 275 275 <item> 276 <widget class="TreeView" name="searchTreeView" >277 <property name="sizePolicy" >278 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">276 <widget class="TreeView" name="searchTreeView" > 277 <property name="sizePolicy" > 278 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" > 279 279 <horstretch>0</horstretch> 280 280 <verstretch>1</verstretch> 281 281 </sizepolicy> 282 282 </property> 283 <property name="minimumSize" >283 <property name="minimumSize" > 284 284 <size> 285 285 <width>0</width> … … 287 287 </size> 288 288 </property> 289 <property name="maximumSize" >289 <property name="maximumSize" > 290 290 <size> 291 291 <width>16777215</width> … … 293 293 </size> 294 294 </property> 295 <attribute name="headerDefaultSectionSize"> 296 <number>100</number> 297 </attribute> 298 </widget> 299 </item> 300 <item> 301 <spacer name="verticalSpacer_2"> 302 <property name="orientation"> 295 </widget> 296 </item> 297 <item> 298 <spacer name="verticalSpacer_2" > 299 <property name="orientation" > 303 300 <enum>Qt::Vertical</enum> 304 301 </property> 305 <property name="sizeType" >302 <property name="sizeType" > 306 303 <enum>QSizePolicy::Expanding</enum> 307 304 </property> 308 <property name="sizeHint" stdset="0" >305 <property name="sizeHint" stdset="0" > 309 306 <size> 310 307 <width>20</width> … … 534 531 <header>../mvc/treeview.h</header> 535 532 </customwidget> 533 <customwidget> 534 <class>TabWidget</class> 535 <extends>QTabWidget</extends> 536 <header>tabwidget.h</header> 537 <container>1</container> 538 </customwidget> 536 539 </customwidgets> 537 540 <resources/>
Note: See TracChangeset
for help on using the changeset viewer.