Delay applying a changed filter value

When changing a filter value delay the application of the new value on
the table for a couple of milliseconds. This makes the filter process
much smoother for fast typing users working on large tables.

See issue #415.
This commit is contained in:
Martin Kleusberg
2015-10-15 11:42:59 +02:00
parent 9d7efcacfa
commit 71b7806f03
5 changed files with 114 additions and 42 deletions
+4 -2
View File
@@ -52,7 +52,8 @@ HEADERS += \
ExportSqlDialog.h \
SqlUiLexer.h \
FileDialog.h \
ColumnDisplayFormatDialog.h
ColumnDisplayFormatDialog.h \
FilterLineEdit.h
SOURCES += \
sqlitedb.cpp \
@@ -80,7 +81,8 @@ SOURCES += \
ExportSqlDialog.cpp \
SqlUiLexer.cpp \
FileDialog.cpp \
ColumnDisplayFormatDialog.cpp
ColumnDisplayFormatDialog.cpp \
FilterLineEdit.cpp
RESOURCES += icons/icons.qrc \
translations/flags/flags.qrc \