Skip to content
Snippets Groups Projects
Commit 0507e88e authored by payno's avatar payno
Browse files

Add placeholder to the scan watcher "filter" GUI

close #801
parent 2b316ecc
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,7 @@ class DataWatcherWidget(_DataWatcher, qt.QMainWindow):
self._filterQLE.setToolTip(
"You can provide a Linux Regular Expression that will insure only file fitting the expression will be discovered"
)
self._filterQLE.setPlaceholderText("*file_pattern*")
widget.layout().addWidget(self._filterQLE)
self._filterQLE.editingFinished.connect(self._restartObservation)
self._filterQLE.editingFinished.connect(self._filterChanged)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment