Warning, /utilities/markdownpart/src/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>582</width>
0010     <height>35</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">
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <widget class="QToolButton" name="hideButton">
0031      <property name="icon">
0032       <iconset theme="dialog-close"/>
0033      </property>
0034      <property name="autoRaise">
0035       <bool>true</bool>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <widget class="QLabel" name="label">
0041      <property name="text">
0042       <string comment="@label:textbox">Find:</string>
0043      </property>
0044      <property name="buddy">
0045       <cstring>searchTextEdit</cstring>
0046      </property>
0047     </widget>
0048    </item>
0049    <item>
0050     <widget class="QLineEdit" name="searchTextEdit">
0051      <property name="clearButtonEnabled">
0052       <bool>true</bool>
0053      </property>
0054     </widget>
0055    </item>
0056    <item>
0057     <widget class="QToolButton" name="nextButton">
0058      <property name="toolTip">
0059       <string comment="@info:tooltip">Jump to next match</string>
0060      </property>
0061      <property name="icon">
0062       <iconset theme="go-down-search"/>
0063      </property>
0064      <property name="autoRaise">
0065       <bool>true</bool>
0066      </property>
0067     </widget>
0068    </item>
0069    <item>
0070     <widget class="QToolButton" name="previousButton">
0071      <property name="toolTip">
0072       <string comment="@info:tooltip">Jump to previous match</string>
0073      </property>
0074      <property name="icon">
0075       <iconset theme="go-up-search"/>
0076      </property>
0077      <property name="autoRaise">
0078       <bool>true</bool>
0079      </property>
0080     </widget>
0081    </item>
0082    <item>
0083     <widget class="QToolButton" name="matchCaseCheckButton">
0084      <property name="toolTip">
0085       <string comment="@info:tooltip">Match case sensitive</string>
0086      </property>
0087      <property name="icon">
0088       <iconset theme="format-text-superscript"/>
0089      </property>
0090      <property name="checkable">
0091       <bool>true</bool>
0092      </property>
0093      <property name="autoRaise">
0094       <bool>true</bool>
0095      </property>
0096     </widget>
0097    </item>
0098   </layout>
0099  </widget>
0100  <resources/>
0101  <connections/>
0102 </ui>