Warning, /sdk/codevis/lvtqtw/ct_lvtqtw_searchwidget.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>SearchWidget</class>
0004  <widget class="QWidget" name="SearchWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>268</width>
0010     <height>80</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Form</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLineEdit" name="searchLine">
0021        <property name="placeholderText">
0022         <string>Search...</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QToolButton" name="btnPrevious">
0028        <property name="text">
0029         <string>...</string>
0030        </property>
0031        <property name="icon">
0032         <iconset resource="../resources.qrc">
0033          <normaloff>:/icons/imgs/go-down.png</normaloff>:/icons/imgs/go-down.png</iconset>
0034        </property>
0035        <property name="autoRaise">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QToolButton" name="btnNext">
0042        <property name="text">
0043         <string>...</string>
0044        </property>
0045        <property name="icon">
0046         <iconset resource="../resources.qrc">
0047          <normaloff>:/icons/imgs/go-up.png</normaloff>:/icons/imgs/go-up.png</iconset>
0048        </property>
0049        <property name="autoRaise">
0050         <bool>true</bool>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QToolButton" name="btnConfig">
0056        <property name="text">
0057         <string>...</string>
0058        </property>
0059        <property name="icon">
0060         <iconset resource="../resources.qrc">
0061          <normaloff>:/icons/imgs/system-run.png</normaloff>:/icons/imgs/system-run.png</iconset>
0062        </property>
0063        <property name="autoRaise">
0064         <bool>true</bool>
0065        </property>
0066       </widget>
0067      </item>
0068     </layout>
0069    </item>
0070    <item>
0071     <widget class="QLabel" name="lblFound">
0072      <property name="text">
0073       <string>Found:</string>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <resources>
0080   <include location="../resources.qrc"/>
0081  </resources>
0082  <connections/>
0083 </ui>