2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CollectionFilterWidget</class>
|
|
|
|
<widget class="QWidget" name="CollectionFilterWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>30</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-12-29 23:37:48 +01:00
|
|
|
<string>Collection Filter</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2018-02-27 18:06:05 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2021-06-28 00:11:45 +02:00
|
|
|
<widget class="QSearchField" name="search_field" native="true">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="placeholderText" stdset="0">
|
|
|
|
<string>Enter search terms here</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="options">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
<action name="save_grouping">
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Save current grouping</string>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
</action>
|
|
|
|
<action name="manage_groupings">
|
2018-08-09 21:04:30 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Manage saved groupings</string>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>QSearchField</class>
|
|
|
|
<extends>QWidget</extends>
|
2019-05-08 23:34:44 +02:00
|
|
|
<header>widgets/qsearchfield.h</header>
|
2018-02-27 18:06:05 +01:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|