Warning, /network/falkon/src/lib/webtab/searchtoolbar.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>SearchToolbar</class>
0004  <widget class="QWidget" name="SearchToolbar">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>855</width>
0010     <height>40</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <property name="topMargin">
0015     <number>4</number>
0016    </property>
0017    <property name="bottomMargin">
0018     <number>4</number>
0019    </property>
0020    <item>
0021     <widget class="MacToolButton" name="closeButton">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0024        <horstretch>0</horstretch>
0025        <verstretch>0</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="autoRaise">
0029       <bool>true</bool>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="FocusSelectLineEdit" name="lineEdit">
0035      <property name="minimumSize">
0036       <size>
0037        <width>100</width>
0038        <height>0</height>
0039       </size>
0040      </property>
0041      <property name="maximumSize">
0042       <size>
0043        <width>16777215</width>
0044        <height>16777215</height>
0045       </size>
0046      </property>
0047      <property name="placeholderText">
0048       <string>Find...</string>
0049      </property>
0050      <property name="clearButtonEnabled">
0051       <bool>true</bool>
0052      </property>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="QToolButton" name="next">
0057      <property name="toolTip">
0058       <string>Find the next match for the current search phrase</string>
0059      </property>
0060      <property name="text">
0061       <string>&amp;Next</string>
0062      </property>
0063      <property name="icon">
0064       <iconset theme="go-down-search"/>
0065      </property>
0066      <property name="toolButtonStyle">
0067       <enum>Qt::ToolButtonTextBesideIcon</enum>
0068      </property>
0069     </widget>
0070    </item>
0071    <item>
0072     <widget class="QToolButton" name="previous">
0073      <property name="toolTip">
0074       <string>Find the previous match for the current search phrase</string>
0075      </property>
0076      <property name="text">
0077       <string>&amp;Previous</string>
0078      </property>
0079      <property name="icon">
0080       <iconset theme="go-up-search"/>
0081      </property>
0082      <property name="toolButtonStyle">
0083       <enum>Qt::ToolButtonTextBesideIcon</enum>
0084      </property>
0085     </widget>
0086    </item>
0087    <item>
0088     <widget class="QToolButton" name="caseSensitive">
0089      <property name="text">
0090       <string>&amp;Match Case</string>
0091      </property>
0092      <property name="checkable">
0093       <bool>true</bool>
0094      </property>
0095     </widget>
0096    </item>
0097    <item>
0098     <widget class="QLabel" name="resultsInfo">
0099      <property name="text">
0100       <string/>
0101      </property>
0102     </widget>
0103    </item>
0104   </layout>
0105  </widget>
0106  <customwidgets>
0107   <customwidget>
0108    <class>FocusSelectLineEdit</class>
0109    <extends>QLineEdit</extends>
0110    <header>focusselectlineedit.h</header>
0111   </customwidget>
0112   <customwidget>
0113    <class>MacToolButton</class>
0114    <extends>QToolButton</extends>
0115    <header>mactoolbutton.h</header>
0116   </customwidget>
0117  </customwidgets>
0118  <resources/>
0119  <connections/>
0120 </ui>