Changeset 001c8cf in confclerk_git for src/gui/tabcontainer.ui
- Timestamp:
- 01/27/10 09:07:41 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6bc425e
- Parents:
- 9f367eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/tabcontainer.ui
r9f367eb r001c8cf 14 14 </property> 15 15 <layout class="QGridLayout" name="gridLayout" > 16 <item row="0" column="0" > 17 <widget class="QToolButton" name="searchAgainButton" > 18 <property name="enabled" > 19 <bool>true</bool> 20 </property> 21 <property name="sizePolicy" > 22 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 23 <horstretch>0</horstretch> 24 <verstretch>0</verstretch> 25 </sizepolicy> 26 </property> 27 <property name="toolTip" > 28 <string>Search again</string> 29 </property> 30 <property name="text" > 31 <string>S</string> 32 </property> 33 <property name="icon" > 34 <iconset resource="../icons.qrc" > 35 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 36 </property> 37 <property name="iconSize" > 38 <size> 39 <width>24</width> 40 <height>24</height> 41 </size> 42 </property> 43 <property name="toolButtonStyle" > 44 <enum>Qt::ToolButtonIconOnly</enum> 45 </property> 46 </widget> 16 <item row="0" column="2" > 17 <layout class="QVBoxLayout" name="verticalLayout" > 18 <item> 19 <widget class="QWidget" native="1" name="searchHead" > 20 <property name="sizePolicy" > 21 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 22 <horstretch>0</horstretch> 23 <verstretch>0</verstretch> 24 </sizepolicy> 25 </property> 26 <property name="maximumSize" > 27 <size> 28 <width>16777215</width> 29 <height>16777215</height> 30 </size> 31 </property> 32 <layout class="QGridLayout" name="searchHeadLayout_2" > 33 <property name="sizeConstraint" > 34 <enum>QLayout::SetDefaultConstraint</enum> 35 </property> 36 <item row="2" column="0" > 37 <layout class="QHBoxLayout" name="horizontalLayout_2" > 38 <item> 39 <widget class="QLineEdit" name="searchEdit" > 40 <property name="enabled" > 41 <bool>true</bool> 42 </property> 43 <property name="toolTip" > 44 <string>type a keyword to search</string> 45 </property> 46 </widget> 47 </item> 48 <item> 49 <widget class="QPushButton" name="searchButton" > 50 <property name="sizePolicy" > 51 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > 52 <horstretch>0</horstretch> 53 <verstretch>0</verstretch> 54 </sizepolicy> 55 </property> 56 <property name="text" > 57 <string>Search</string> 58 </property> 59 <property name="icon" > 60 <iconset resource="../icons.qrc" > 61 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 62 </property> 63 <property name="checkable" > 64 <bool>false</bool> 65 </property> 66 <property name="autoDefault" > 67 <bool>true</bool> 68 </property> 69 <property name="default" > 70 <bool>true</bool> 71 </property> 72 <property name="flat" > 73 <bool>false</bool> 74 </property> 75 </widget> 76 </item> 77 </layout> 78 </item> 79 <item row="0" column="0" > 80 <layout class="QHBoxLayout" name="horizontalLayout_7" > 81 <item> 82 <widget class="QCheckBox" name="searchTitle" > 83 <property name="text" > 84 <string>Title</string> 85 </property> 86 <property name="checked" > 87 <bool>true</bool> 88 </property> 89 </widget> 90 </item> 91 <item> 92 <widget class="QCheckBox" name="searchAbstract" > 93 <property name="text" > 94 <string>Abstract</string> 95 </property> 96 </widget> 97 </item> 98 <item> 99 <widget class="QCheckBox" name="searchSpeaker" > 100 <property name="text" > 101 <string>Speaker</string> 102 </property> 103 </widget> 104 </item> 105 <item> 106 <widget class="QCheckBox" name="searchTag" > 107 <property name="text" > 108 <string>Tag</string> 109 </property> 110 </widget> 111 </item> 112 <item> 113 <widget class="QCheckBox" name="searchRoom" > 114 <property name="text" > 115 <string>Room</string> 116 </property> 117 </widget> 118 </item> 119 <item> 120 <spacer name="horizontalSpacer" > 121 <property name="orientation" > 122 <enum>Qt::Horizontal</enum> 123 </property> 124 <property name="sizeHint" stdset="0" > 125 <size> 126 <width>40</width> 127 <height>20</height> 128 </size> 129 </property> 130 </spacer> 131 </item> 132 </layout> 133 </item> 134 <item row="3" column="0" > 135 <spacer name="verticalSpacer" > 136 <property name="orientation" > 137 <enum>Qt::Vertical</enum> 138 </property> 139 <property name="sizeHint" stdset="0" > 140 <size> 141 <width>20</width> 142 <height>40</height> 143 </size> 144 </property> 145 </spacer> 146 </item> 147 </layout> 148 </widget> 149 </item> 150 <item> 151 <widget class="TreeView" name="treeView" /> 152 </item> 153 </layout> 47 154 </item> 48 <item rowspan="2" row="0" column="1" > 49 <widget class="TreeView" name="treeView" /> 50 </item> 51 <item row="1" column="0" > 52 <widget class="DayNavigatorWidget" native="1" name="dayNavigator" > 53 <property name="sizePolicy" > 54 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > 55 <horstretch>0</horstretch> 56 <verstretch>0</verstretch> 57 </sizepolicy> 58 </property> 59 </widget> 155 <item row="0" column="1" > 156 <layout class="QVBoxLayout" name="verticalLayout_2" > 157 <item> 158 <widget class="QToolButton" name="searchAgainButton" > 159 <property name="enabled" > 160 <bool>true</bool> 161 </property> 162 <property name="sizePolicy" > 163 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > 164 <horstretch>0</horstretch> 165 <verstretch>0</verstretch> 166 </sizepolicy> 167 </property> 168 <property name="toolTip" > 169 <string>Search again</string> 170 </property> 171 <property name="text" > 172 <string>S</string> 173 </property> 174 <property name="icon" > 175 <iconset resource="../icons.qrc" > 176 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 177 </property> 178 <property name="iconSize" > 179 <size> 180 <width>24</width> 181 <height>24</height> 182 </size> 183 </property> 184 <property name="toolButtonStyle" > 185 <enum>Qt::ToolButtonIconOnly</enum> 186 </property> 187 </widget> 188 </item> 189 <item> 190 <widget class="DayNavigatorWidget" native="1" name="dayNavigator" > 191 <property name="sizePolicy" > 192 <sizepolicy vsizetype="Expanding" hsizetype="Minimum" > 193 <horstretch>0</horstretch> 194 <verstretch>0</verstretch> 195 </sizepolicy> 196 </property> 197 </widget> 198 </item> 199 </layout> 60 200 </item> 61 201 </layout>
Note: See TracChangeset
for help on using the changeset viewer.