mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-27 07:29:13 -05:00
Make it possible to jump between filters by pressing the tab key
Allow jumping between the filter input fields by pressing Tab and Shift+Tab. See issue #106.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
class QLineEdit;
|
||||
class QTableView;
|
||||
class FilterLineEdit;
|
||||
|
||||
class FilterTableHeader : public QHeaderView
|
||||
{
|
||||
@@ -29,7 +30,7 @@ private slots:
|
||||
void inputChanged(const QString& new_value);
|
||||
|
||||
private:
|
||||
QList<QLineEdit*> filterWidgets;
|
||||
QList<FilterLineEdit*> filterWidgets;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user