mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-15 16:39:43 -05:00
Subclass QSortFilterProxyModel to hide the group column in EntryView.
QTreeView::hideColumn() does not work well with keyboard search.
This commit is contained in:
parent
edb644baef
commit
9ad4cc8783
8 changed files with 138 additions and 11 deletions
|
|
@ -32,6 +32,7 @@ private Q_SLOTS:
|
|||
void testDefaultIconModel();
|
||||
void testCustomIconModel();
|
||||
void testAutoTypeAssociationsModel();
|
||||
void testProxyModel();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTENTRYMODEL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue