Changeset 58f33d5 for src/gui/mainwindow.ui
- Timestamp:
- 01/25/10 16:54:56 (13 years ago)
- Branches:
- master, qt5
- Children:
- cb18bc7
- Parents:
- e0cade3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
re0cade3 r58f33d5 126 126 <item> 127 127 <widget class="QWidget" name="searchVerticalWidget" native="true"> 128 <property name="enabled"> 129 <bool>true</bool> 130 </property> 131 <property name="sizePolicy"> 132 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 133 <horstretch>0</horstretch> 134 <verstretch>0</verstretch> 135 </sizepolicy> 136 </property> 128 137 <layout class="QVBoxLayout" name="searchDayNavigatorVerticalLayout"> 129 138 <item> 130 139 <widget class="QToolButton" name="searchAgainButton"> 140 <property name="toolTip"> 141 <string>Search again</string> 142 </property> 131 143 <property name="text"> 132 <string>S earch again</string>144 <string>S</string> 133 145 </property> 134 146 <property name="toolButtonStyle"> … … 154 166 <item> 155 167 <widget class="QWidget" name="searchHead" native="true"> 156 <layout class="QFormLayout" name="searchHeadLayout"> 157 <property name="fieldGrowthPolicy"> 158 <enum>QFormLayout::AllNonFixedFieldsGrow</enum> 168 <property name="sizePolicy"> 169 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 170 <horstretch>0</horstretch> 171 <verstretch>0</verstretch> 172 </sizepolicy> 173 </property> 174 <property name="maximumSize"> 175 <size> 176 <width>16777215</width> 177 <height>16777215</height> 178 </size> 179 </property> 180 <layout class="QGridLayout" name="searchHeadLayout"> 181 <property name="sizeConstraint"> 182 <enum>QLayout::SetDefaultConstraint</enum> 159 183 </property> 160 <item row="0" column="0">161 <widget class="QCheckBox" name="searchTitle">162 <property name="text">163 <string>Title</string>164 </property>165 </widget>166 </item>167 <item row="1" column="0">168 <widget class="QCheckBox" name="searchAbstract">169 <property name="text">170 <string>Abstract</string>171 </property>172 </widget>173 </item>174 184 <item row="2" column="0"> 175 <widget class="QCheckBox" name="searchSpeaker">176 <property name="text">177 <string>Speaker</string>178 </property>179 </widget>180 </item>181 <item row="0" column="1">182 <widget class="QCheckBox" name="searchTag">183 <property name="text">184 <string>Tag</string>185 </property>186 </widget>187 </item>188 <item row="1" column="1">189 <widget class="QCheckBox" name="searchRoom">190 <property name="text">191 <string>Room</string>192 </property>193 </widget>194 </item>195 <item row="2" column="1">196 185 <layout class="QHBoxLayout" name="horizontalLayout"> 197 186 <item> … … 226 215 </layout> 227 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"> 222 <string>Title</string> 223 </property> 224 <property name="checked"> 225 <bool>true</bool> 226 </property> 227 </widget> 228 </item> 229 <item> 230 <widget class="QCheckBox" name="searchAbstract"> 231 <property name="text"> 232 <string>Abstract</string> 233 </property> 234 </widget> 235 </item> 236 <item> 237 <widget class="QCheckBox" name="searchSpeaker"> 238 <property name="text"> 239 <string>Speaker</string> 240 </property> 241 </widget> 242 </item> 243 <item> 244 <widget class="QCheckBox" name="searchTag"> 245 <property name="text"> 246 <string>Tag</string> 247 </property> 248 </widget> 249 </item> 250 <item> 251 <widget class="QCheckBox" name="searchRoom"> 252 <property name="text"> 253 <string>Room</string> 254 </property> 255 </widget> 256 </item> 257 <item> 258 <spacer name="horizontalSpacer"> 259 <property name="orientation"> 260 <enum>Qt::Horizontal</enum> 261 </property> 262 <property name="sizeHint" stdset="0"> 263 <size> 264 <width>40</width> 265 <height>20</height> 266 </size> 267 </property> 268 </spacer> 269 </item> 270 </layout> 271 </item> 228 272 </layout> 229 273 </widget> … … 231 275 <item> 232 276 <widget class="TreeView" name="searchTreeView"> 277 <property name="sizePolicy"> 278 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> 279 <horstretch>0</horstretch> 280 <verstretch>1</verstretch> 281 </sizepolicy> 282 </property> 283 <property name="minimumSize"> 284 <size> 285 <width>0</width> 286 <height>0</height> 287 </size> 288 </property> 233 289 <property name="maximumSize"> 234 290 <size> … … 237 293 </size> 238 294 </property> 239 </widget> 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"> 303 <enum>Qt::Vertical</enum> 304 </property> 305 <property name="sizeType"> 306 <enum>QSizePolicy::Expanding</enum> 307 </property> 308 <property name="sizeHint" stdset="0"> 309 <size> 310 <width>20</width> 311 <height>1</height> 312 </size> 313 </property> 314 </spacer> 240 315 </item> 241 316 </layout>
Note: See TracChangeset
for help on using the changeset viewer.