Changeset bf3bbb9 in confclerk_git for src/gui/searchhead.ui
- Timestamp:
- 04/14/10 07:48:24 (13 years ago)
- Branches:
- master, qt5
- Children:
- a0b8978
- Parents:
- 47d0a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/searchhead.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>SearchHeadClass</class> 3 <widget class="QWidget" name="SearchHeadClass" 4 <property name="geometry" 4 <widget class="QWidget" name="SearchHeadClass"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="Minimum" hsizetype="Expanding">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="minimumSize" 19 <property name="minimumSize"> 19 20 <size> 20 21 <width>10</width> … … 22 23 </size> 23 24 </property> 24 <property name="windowTitle" 25 <property name="windowTitle"> 25 26 <string>SearchHead</string> 26 27 </property> 27 <layout class="QVBoxLayout" name="verticalLayout" 28 <property name="leftMargin" 28 <layout class="QVBoxLayout" name="verticalLayout"> 29 <property name="leftMargin"> 29 30 <number>9</number> 30 31 </property> 31 32 <item> 32 <layout class="QHBoxLayout" name="horizontalLayout_7" 33 <layout class="QHBoxLayout" name="horizontalLayout_7"> 33 34 <item> 34 <widget class="QCheckBox" name="searchTitle" 35 <property name="text" 35 <widget class="QCheckBox" name="searchTitle"> 36 <property name="text"> 36 37 <string>Title</string> 37 38 </property> 38 <property name="checked" 39 <property name="checked"> 39 40 <bool>true</bool> 40 41 </property> … … 42 43 </item> 43 44 <item> 44 <widget class="QCheckBox" name="searchAbstract" 45 <property name="text" 45 <widget class="QCheckBox" name="searchAbstract"> 46 <property name="text"> 46 47 <string>Abstract</string> 47 48 </property> … … 49 50 </item> 50 51 <item> 51 <widget class="QCheckBox" name="searchSpeaker" 52 <property name="text" 52 <widget class="QCheckBox" name="searchSpeaker"> 53 <property name="text"> 53 54 <string>Speaker</string> 54 55 </property> … … 56 57 </item> 57 58 <item> 58 <widget class="QCheckBox" name="searchTag" 59 <property name="text" 59 <widget class="QCheckBox" name="searchTag"> 60 <property name="text"> 60 61 <string>Tag</string> 61 62 </property> … … 63 64 </item> 64 65 <item> 65 <widget class="QCheckBox" name="searchRoom" 66 <property name="text" 66 <widget class="QCheckBox" name="searchRoom"> 67 <property name="text"> 67 68 <string>Room</string> 68 69 </property> … … 72 73 </item> 73 74 <item> 74 <layout class="QHBoxLayout" name="horizontalLayout_2" 75 <layout class="QHBoxLayout" name="horizontalLayout_2"> 75 76 <item> 76 <widget class="QLineEdit" name="searchEdit" 77 <property name="enabled" 77 <widget class="QLineEdit" name="searchEdit"> 78 <property name="enabled"> 78 79 <bool>true</bool> 79 80 </property> 80 <property name="toolTip" 81 <property name="toolTip"> 81 82 <string>type a keyword to search</string> 82 83 </property> … … 84 85 </item> 85 86 <item> 86 <widget class="QPushButton" name="searchButton" 87 <property name="sizePolicy" 88 <sizepolicy vsizetype="Minimum" hsizetype="Minimum">87 <widget class="QPushButton" name="searchButton"> 88 <property name="sizePolicy"> 89 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 89 90 <horstretch>0</horstretch> 90 91 <verstretch>0</verstretch> 91 92 </sizepolicy> 92 93 </property> 93 <property name="text" 94 <property name="text"> 94 95 <string>Search</string> 95 96 </property> 96 <property name="icon" 97 <iconset resource="../icons.qrc" 97 <property name="icon"> 98 <iconset resource="../icons.qrc"> 98 99 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 99 100 </property> 100 <property name="checkable" 101 <property name="checkable"> 101 102 <bool>false</bool> 102 103 </property> 103 <property name="autoDefault" 104 <property name="autoDefault"> 104 105 <bool>true</bool> 105 106 </property> 106 <property name="default" 107 <property name="default"> 107 108 <bool>true</bool> 108 109 </property> 109 <property name="flat" 110 <property name="flat"> 110 111 <bool>false</bool> 111 112 </property> … … 115 116 </item> 116 117 <item> 117 <spacer name="verticalSpacer" 118 <property name="orientation" 118 <spacer name="verticalSpacer"> 119 <property name="orientation"> 119 120 <enum>Qt::Vertical</enum> 120 121 </property> 121 <property name="sizeHint" stdset="0" 122 <property name="sizeHint" stdset="0"> 122 123 <size> 123 124 <width>20</width> … … 129 130 </layout> 130 131 </widget> 131 <layoutdefault spacing="6" margin="11" 132 <layoutdefault spacing="6" margin="11"/> 132 133 <resources> 133 <include location="../icons.qrc" 134 <include location="../icons.qrc"/> 134 135 </resources> 135 136 <connections/>
Note: See TracChangeset
for help on using the changeset viewer.