diff options
Diffstat (limited to 'desktop-widgets/filterwidget2.ui')
-rw-r--r-- | desktop-widgets/filterwidget2.ui | 59 |
1 files changed, 44 insertions, 15 deletions
diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui index 0822a582f..84c543640 100644 --- a/desktop-widgets/filterwidget2.ui +++ b/desktop-widgets/filterwidget2.ui @@ -21,7 +21,7 @@ </property> </widget> </item> - <item row="8" column="2" colspan="7"> + <item row="8" column="2" colspan="6"> <widget class="QLineEdit" name="tags"/> </item> <item row="1" column="2"> @@ -62,16 +62,6 @@ <item row="3" column="6"> <widget class="QDoubleSpinBox" name="minWaterTemp"/> </item> - <item row="12" column="2" colspan="7"> - <widget class="QCheckBox" name="invertFilter"> - <property name="toolTip"> - <string>Display dives that will not match the search, only applies to tags, people, location and equipment</string> - </property> - <property name="text"> - <string>Invert filter</string> - </property> - </widget> - </item> <item row="2" column="7"> <widget class="QLabel" name="label_16"> <property name="text"> @@ -131,7 +121,7 @@ </property> </widget> </item> - <item row="10" column="2" colspan="7"> + <item row="10" column="2" colspan="6"> <widget class="QLineEdit" name="location"/> </item> <item row="11" column="0"> @@ -147,7 +137,7 @@ <item row="4" column="8"> <widget class="QDoubleSpinBox" name="maxAirTemp"/> </item> - <item row="11" column="2" colspan="7"> + <item row="11" column="2" colspan="6"> <widget class="QLineEdit" name="equipment"/> </item> <item row="3" column="0"> @@ -157,7 +147,7 @@ </property> </widget> </item> - <item row="9" column="2" colspan="7"> + <item row="9" column="2" colspan="6"> <widget class="QLineEdit" name="people"/> </item> <item row="4" column="7"> @@ -301,6 +291,46 @@ </property> </widget> </item> + <item row="8" column="8"> + <widget class="QToolButton" name="tagsNegate"> + <property name="text"> + <string>¬</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="9" column="8"> + <widget class="QToolButton" name="peopleNegate"> + <property name="text"> + <string>¬</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="10" column="8"> + <widget class="QToolButton" name="locationNegate"> + <property name="text"> + <string>¬</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="11" column="8"> + <widget class="QToolButton" name="equipmentNegate"> + <property name="text"> + <string>¬</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> <customwidgets> @@ -326,7 +356,6 @@ <tabstop>people</tabstop> <tabstop>location</tabstop> <tabstop>equipment</tabstop> - <tabstop>invertFilter</tabstop> </tabstops> <resources/> <connections/> |