mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
Add a filter row to the table view in the browse tab
Add a row of line edits between the table header and the actual content of the table in the browse tab. Show one input widget per table column in this row. Add a live search which hides any table rows which do not fit to the current filter settings. Why add this to the parital-data-fetch branch? Because this is an attempt to get rid of the find dialog which is broken again and not even worth fixing. Also there is not much to break in this branch at the moment ;)
This commit is contained in:
@@ -26,7 +26,8 @@ HEADERS += \
|
||||
grammar/Sqlite3Lexer.hpp \
|
||||
grammar/Sqlite3Parser.hpp \
|
||||
grammar/sqlite3TokenTypes.hpp \
|
||||
sqlitetablemodel.h
|
||||
sqlitetablemodel.h \
|
||||
FilterTableHeader.h
|
||||
|
||||
SOURCES += \
|
||||
sqlitedb.cpp \
|
||||
@@ -45,7 +46,8 @@ SOURCES += \
|
||||
ExtendedTableWidget.cpp \
|
||||
grammar/Sqlite3Lexer.cpp \
|
||||
grammar/Sqlite3Parser.cpp \
|
||||
sqlitetablemodel.cpp
|
||||
sqlitetablemodel.cpp \
|
||||
FilterTableHeader.cpp
|
||||
|
||||
# create a unittest option
|
||||
CONFIG(unittest) {
|
||||
|
||||
Reference in New Issue
Block a user