Warning, /network/konqueror/webenginepart/src/ui/searchbar.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>SearchBar</class> 0004 <widget class="QWidget" name="SearchBar"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>564</width> 0010 <height>34</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <layout class="QHBoxLayout" name="horizontalLayout"> 0020 <item> 0021 <widget class="QToolButton" name="closeButton"> 0022 <property name="toolTip"> 0023 <string>Close the search bar</string> 0024 </property> 0025 <property name="icon"> 0026 <iconset theme="dialog-close"/> 0027 </property> 0028 <property name="autoRaise"> 0029 <bool>true</bool> 0030 </property> 0031 </widget> 0032 </item> 0033 <item> 0034 <widget class="KHistoryComboBox" name="searchComboBox"> 0035 <property name="sizePolicy"> 0036 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0037 <horstretch>10</horstretch> 0038 <verstretch>0</verstretch> 0039 </sizepolicy> 0040 </property> 0041 </widget> 0042 </item> 0043 <item> 0044 <widget class="QToolButton" name="nextButton"> 0045 <property name="enabled"> 0046 <bool>false</bool> 0047 </property> 0048 <property name="toolTip"> 0049 <string>Find the next match for the current search phrase</string> 0050 </property> 0051 <property name="text"> 0052 <string>&Next</string> 0053 </property> 0054 <property name="icon"> 0055 <iconset theme="go-down-search"/> 0056 </property> 0057 <property name="toolButtonStyle"> 0058 <enum>Qt::ToolButtonTextBesideIcon</enum> 0059 </property> 0060 </widget> 0061 </item> 0062 <item> 0063 <widget class="QToolButton" name="previousButton"> 0064 <property name="enabled"> 0065 <bool>false</bool> 0066 </property> 0067 <property name="toolTip"> 0068 <string>Find the previous match for the current search phrase</string> 0069 </property> 0070 <property name="text"> 0071 <string>&Previous</string> 0072 </property> 0073 <property name="icon"> 0074 <iconset theme="go-up-search"/> 0075 </property> 0076 <property name="toolButtonStyle"> 0077 <enum>Qt::ToolButtonTextBesideIcon</enum> 0078 </property> 0079 </widget> 0080 </item> 0081 <item> 0082 <widget class="QPushButton" name="optionsButton"> 0083 <property name="toolTip"> 0084 <string>Find the previous match for the current search phrase</string> 0085 </property> 0086 <property name="text"> 0087 <string>&Options</string> 0088 </property> 0089 <property name="icon"> 0090 <iconset theme="settings-configure" /> 0091 </property> 0092 </widget> 0093 </item> 0094 <item> 0095 <spacer name="horizontalSpacer"> 0096 <property name="orientation"> 0097 <enum>Qt::Horizontal</enum> 0098 </property> 0099 <property name="sizeType"> 0100 <enum>QSizePolicy::MinimumExpanding</enum> 0101 </property> 0102 <property name="sizeHint" stdset="0"> 0103 <size> 0104 <width>20</width> 0105 <height>20</height> 0106 </size> 0107 </property> 0108 </spacer> 0109 </item> 0110 </layout> 0111 <action name="actionMatchCase"> 0112 <property name="checkable"> 0113 <bool>true</bool> 0114 </property> 0115 <property name="text"> 0116 <string>&Match Case</string> 0117 </property> 0118 </action> 0119 <action name="actionSearchAutomatically"> 0120 <property name="checkable"> 0121 <bool>true</bool> 0122 </property> 0123 <property name="checked"> 0124 <bool>true</bool> 0125 </property> 0126 <property name="text"> 0127 <string>&Search As You Type</string> 0128 </property> 0129 </action> 0130 <action name="actionHighlightMatch"> 0131 <property name="checkable"> 0132 <bool>true</bool> 0133 </property> 0134 <property name="text"> 0135 <string>&Highlight All Matches</string> 0136 </property> 0137 <property name="toolTip"> 0138 <string>Highlight Matches</string> 0139 </property> 0140 </action> 0141 </widget> 0142 <customwidgets> 0143 <customwidget> 0144 <class>KComboBox</class> 0145 <extends>QComboBox</extends> 0146 <header>kcombobox.h</header> 0147 </customwidget> 0148 <customwidget> 0149 <class>KHistoryComboBox</class> 0150 <extends>KComboBox</extends> 0151 <header>khistorycombobox.h</header> 0152 </customwidget> 0153 </customwidgets> 0154 <resources/> 0155 <connections> 0156 <connection> 0157 <sender>closeButton</sender> 0158 <signal>clicked()</signal> 0159 <receiver>SearchBar</receiver> 0160 <slot>close()</slot> 0161 <hints> 0162 <hint type="sourcelabel"> 0163 <x>16</x> 0164 <y>16</y> 0165 </hint> 0166 <hint type="destinationlabel"> 0167 <x>290</x> 0168 <y>16</y> 0169 </hint> 0170 </hints> 0171 </connection> 0172 </connections> 0173 </ui>