You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adept/adept/adept/quickfilterui.ui

131 lines
4.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>adept::QuickFilterUi</class>
<widget class="adept::PredicateInterface">
<property name="name">
<cstring>QuickFilterUi</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>805</width>
<height>31</height>
</rect>
</property>
<property name="caption">
<string>QuickFilterUi</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>2</number>
</property>
<property name="spacing">
<number>1</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>m_title</cstring>
</property>
<property name="text">
<string>&lt;b&gt;Search:&amp;nbsp;&lt;/b&gt;</string>
</property>
</widget>
<widget class="TQLineEdit">
<property name="name">
<cstring>m_match</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Match: </string>
</property>
<property name="textFormat">
<enum>AutoText</enum>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_name</cstring>
</property>
<property name="text">
<string>package name,</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_description</cstring>
</property>
<property name="text">
<string>description,</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_maintainer</cstring>
</property>
<property name="text">
<string>maintainer.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>41</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<includes>
<include location="global" impldecl="in declaration">adept/filterlist.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>