Warning, /education/cantor/src/standardsearchbar.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>StandardSearchBar</class>
0004  <widget class="QWidget" name="StandardSearchBar">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>736</width>
0010     <height>34</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>SearchBar</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="horizontalLayout_2">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QToolButton" name="close">
0021        <property name="text">
0022         <string>...</string>
0023        </property>
0024        <property name="autoRaise">
0025         <bool>true</bool>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="KLineEdit" name="pattern">
0031        <property name="clearButtonEnabled">
0032         <bool>true</bool>
0033        </property>
0034        <property name="placeholderText">
0035         <string>Find…</string>
0036        </property>
0037        <property name="maximumSize" >
0038         <size>
0039          <width>16777215</width>
0040          <height>16777215</height>
0041         </size>
0042        </property>
0043       </widget>
0044      </item>
0045      <item>
0046       <widget class="QPushButton" name="next">
0047        <property name="text">
0048         <string>&amp;Next</string>
0049        </property>
0050       </widget>
0051      </item>
0052      <item>
0053       <widget class="QPushButton" name="previous">
0054        <property name="text">
0055         <string>&amp;Previous</string>
0056        </property>
0057       </widget>
0058      </item>
0059      <item>
0060       <widget class="QToolButton" name="matchCase">
0061        <property name="text">
0062         <string>&amp;Match case</string>
0063        </property>
0064        <property name="checkable">
0065         <bool>true</bool>
0066        </property>
0067       </widget>
0068      </item>
0069      <item>
0070       <widget class="KSqueezedTextLabel" name="status">
0071        <property name="alignment">
0072         <set>Qt::AlignCenter</set>
0073        </property>
0074        <property name="maximumSize" >
0075         <size>
0076          <width>160</width>
0077          <height>16777215</height>
0078         </size>
0079        </property>
0080       </widget>
0081      </item>
0082      <item>
0083       <widget class="QToolButton" name="openExtended">
0084        <property name="text">
0085         <string>...</string>
0086        </property>
0087        <property name="autoRaise">
0088         <bool>true</bool>
0089        </property>
0090       </widget>
0091      </item>
0092     </layout>
0093    </item>
0094   </layout>
0095  </widget>
0096  <customwidgets>
0097   <customwidget>
0098    <class>KLineEdit</class>
0099    <extends>QLineEdit</extends>
0100    <header>klineedit.h</header>
0101   </customwidget>
0102   <customwidget>
0103    <class>KSqueezedTextLabel</class>
0104    <extends>QLabel</extends>
0105    <header>ksqueezedtextlabel.h</header>
0106   </customwidget>
0107  </customwidgets>
0108  <tabstops>
0109   <tabstop>pattern</tabstop>
0110   <tabstop>next</tabstop>
0111   <tabstop>previous</tabstop>
0112   <tabstop>matchCase</tabstop>
0113   <tabstop>openExtended</tabstop>
0114   <tabstop>close</tabstop>
0115  </tabstops>
0116  <resources/>
0117  <connections/>
0118 </ui>