2010-05-09 22:18:05 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>LibraryFilterWidget</class>
|
|
|
|
<widget class="QWidget" name="LibraryFilterWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>30</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2012-06-27 17:28:44 +02:00
|
|
|
<widget class="QSearchField" name="filter">
|
2012-06-27 17:40:48 +02:00
|
|
|
<property name="placeholderText" stdset="0">
|
2010-05-09 22:18:05 +02:00
|
|
|
<string>Enter search terms here</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="options">
|
2010-06-08 13:43:34 +02:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-05-09 22:18:05 +02:00
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<action name="filter_age_all">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Entire collection</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="filter_age_today">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Added today</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="filter_age_week">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Added this week</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="filter_age_three_months">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Added within three months</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Added within three months</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="filter_age_year">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Added this year</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="filter_age_month">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Added this month</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-06-27 17:28:44 +02:00
|
|
|
<class>QSearchField</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>3rdparty/qocoa/qsearchfield.h</header>
|
2010-05-09 22:18:05 +02:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-05-19 17:45:29 +02:00
|
|
|
<resources/>
|
2010-05-09 22:18:05 +02:00
|
|
|
<connections/>
|
|
|
|
</ui>
|