diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2019-02-28 15:35:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-02-28 15:45:42 -0800 |
commit | 10e7835290fef4275fb85e5efc9e37c06887b9e6 (patch) | |
tree | 8e0a413393fafb435c40546488c37f8fccd73f5c /desktop-widgets/filterwidget2.ui | |
parent | 01e8a54f5897c5aaab52f2bcd720f6350677fde5 (diff) | |
download | subsurface-10e7835290fef4275fb85e5efc9e37c06887b9e6.tar.gz |
Filter panel: add suit and notes search fields
All the field in the Notes Panel of the main window are now supported.
This needs some testing especially for the Notes field that may contain
markup. It appears ok to me for single term searches. One would like
to think about the default search option for the Notes.
There is a vertical spacer in the Filter panel that I moved downwards
and whose function I am not quite sure of.
[Dirk Hohndel: small adjustments]
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/filterwidget2.ui')
-rw-r--r-- | desktop-widgets/filterwidget2.ui | 62 |
1 files changed, 60 insertions, 2 deletions
diff --git a/desktop-widgets/filterwidget2.ui b/desktop-widgets/filterwidget2.ui index eba4840e2..6b1318fc6 100644 --- a/desktop-widgets/filterwidget2.ui +++ b/desktop-widgets/filterwidget2.ui @@ -124,7 +124,13 @@ <item row="10" column="4" colspan="2"> <widget class="QLineEdit" name="location"/> </item> - <item row="11" column="0"> + <item row="11" column="4" colspan="2"> + <widget class="QLineEdit" name="suit"/> + </item> + <item row="12" column="4" colspan="2"> + <widget class="QLineEdit" name="dnotes"/> + </item> + <item row="13" column="0"> <widget class="QLabel" name="labelEquipment"> <property name="text"> <string>Equipment</string> @@ -164,6 +170,20 @@ </property> </widget> </item> + <item row="11" column="0"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Suit</string> + </property> + </widget> + </item> + <item row="12" column="0"> + <widget class="QLabel" name="label_19"> + <property name="text"> + <string>Notes</string> + </property> + </widget> + </item> <item row="4" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> @@ -349,6 +369,44 @@ </widget> </item> <item row="11" column="1" colspan="2"> + <widget class="QComboBox" name="suitMode"> + <item> + <property name="text"> + <string>All of</string> + </property> + </item> + <item> + <property name="text"> + <string>Any of</string> + </property> + </item> + <item> + <property name="text"> + <string>None of</string> + </property> + </item> + </widget> + </item> + <item row="12" column="1" colspan="2"> + <widget class="QComboBox" name="dnotesMode"> + <item> + <property name="text"> + <string>All of</string> + </property> + </item> + <item> + <property name="text"> + <string>Any of</string> + </property> + </item> + <item> + <property name="text"> + <string>None of</string> + </property> + </item> + </widget> + </item> + <item row="13" column="1" colspan="2"> <widget class="QComboBox" name="equipmentMode"> <item> <property name="text"> @@ -367,7 +425,7 @@ </item> </widget> </item> - <item row="12" column="0"> + <item row="13" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |