Warning, /education/khipu/src/filter.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>FilterWidget</class>
0004  <widget class="QWidget" name="FilterWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>553</width>
0010     <height>36</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <item>
0015     <spacer name="horizontalSpacer">
0016      <property name="orientation">
0017       <enum>Qt::Horizontal</enum>
0018      </property>
0019      <property name="sizeHint" stdset="0">
0020       <size>
0021        <width>40</width>
0022        <height>20</height>
0023       </size>
0024      </property>
0025     </spacer>
0026    </item>
0027    <item>
0028     <widget class="QLineEdit" name="filterText">
0029      <property name="minimumSize">
0030       <size>
0031        <width>128</width>
0032        <height>0</height>
0033       </size>
0034      </property>
0035      <property name="maximumSize">
0036       <size>
0037        <width>256</width>
0038        <height>16777215</height>
0039       </size>
0040      </property>
0041      <property name="placeholderText">
0042       <string>Filter by space name or description...</string>
0043      </property>
0044      <property name="showClearButton" stdset="0">
0045       <bool>true</bool>
0046      </property>
0047     </widget>
0048    </item>
0049    <item>
0050     <widget class="QComboBox" name="filterOptions"/>
0051    </item>
0052   </layout>
0053  </widget>
0054  <resources/>
0055  <connections/>
0056 </ui>