Skip to content
Snippets Groups Projects

Implement file search

Merged Kien Le requested to merge feature-#10-search_folder_list into master
1 unresolved thread
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -398,6 +398,7 @@ class UIMainWindow(object):
self.search_line_edit.setPlaceholderText('Search...')
self.search_line_edit.setToolTip('Filter the list of files based on '
'the content.')
self.search_line_edit.textChanged.connect(self.main_window.filter_folder_list)
self.search_line_edit.setClearButtonEnabled(True)
try:
# This value was obtained from the C++ source of QT. We use it here
Loading