mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove filter settings
These are not used anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
eed4e2746d
commit
4cff23ef7a
5 changed files with 0 additions and 64 deletions
|
@ -545,50 +545,6 @@ TemplatePage {
|
|||
TemplateLine {
|
||||
visible: sectionAdvanced.isExpanded
|
||||
}
|
||||
GridLayout {
|
||||
id: filterPrefs
|
||||
visible: sectionAdvanced.isExpanded
|
||||
columns: 2
|
||||
|
||||
TemplateLabel {
|
||||
text: qsTr("Filter preferences")
|
||||
font.pointSize: subsurfaceTheme.headingPointSize
|
||||
font.weight: Font.Light
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||
Layout.bottomMargin: Kirigami.Units.largeSpacing / 2
|
||||
Layout.columnSpan: 2
|
||||
}
|
||||
TemplateLabel {
|
||||
text: qsTr("Include notes in full text filtering")
|
||||
Layout.preferredWidth: gridWidth * 0.75
|
||||
}
|
||||
|
||||
SsrfSwitch {
|
||||
id: fullTextNotes
|
||||
checked: PrefGeneral.filterFullTextNotes
|
||||
Layout.preferredWidth: gridWidth * 0.25
|
||||
onClicked: {
|
||||
PrefGeneral.filterFullTextNotes = checked
|
||||
}
|
||||
}
|
||||
|
||||
TemplateLabel {
|
||||
text: qsTr("Match filter case sensitive")
|
||||
Layout.preferredWidth: gridWidth * 0.75
|
||||
}
|
||||
|
||||
SsrfSwitch {
|
||||
id: filterCaseSensitive
|
||||
checked: PrefGeneral.filterCaseSensitive
|
||||
Layout.preferredWidth: gridWidth * 0.25
|
||||
onClicked: {
|
||||
PrefGeneral.filterCaseSensitive = checked
|
||||
}
|
||||
}
|
||||
}
|
||||
TemplateLine {
|
||||
visible: sectionAdvanced.isExpanded
|
||||
}
|
||||
GridLayout {
|
||||
id: whichBluetoothDevices
|
||||
visible: sectionAdvanced.isExpanded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue