summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2024-10-10 13:49:31 +0200
committerGitHub <noreply@github.com>2024-10-10 13:49:31 +0200
commitbafc058b7f84d5133d166cf322d0b7e07c170f49 (patch)
treef6fd2215f22d114e4182b3af2c908d4d5a16162a /src/mainwindow.ui
parent71434efaa98eff5bf6182b5151a367be61522474 (diff)
Add filter checkbox to data tab to show/hide hidden files (#2136)
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index c2ce37b3..c9e5db12 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1181,6 +1181,25 @@
</widget>
</item>
<item>
+ <widget class="QCheckBox" name="dataTabShowHiddenFiles">
+ <property name="toolTip">
+ <string>Filter the list so that hidden files are shown.</string>
+ </property>
+ <property name="statusTip">
+ <string/>
+ </property>
+ <property name="whatsThis">
+ <string>Filter the list so that hidden files are shown.</string>
+ </property>
+ <property name="text">
+ <string>Hidden Files</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QLineEdit" name="dataTabFilter">
<property name="toolTip">
<string>Filter the Data tree.</string>