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