Subclass QSortFilterProxyModel to hide the group column in EntryView.
QTreeView::hideColumn() does not work well with keyboard search.
This commit is contained in:
@@ -32,6 +32,7 @@ private Q_SLOTS:
|
||||
void testDefaultIconModel();
|
||||
void testCustomIconModel();
|
||||
void testAutoTypeAssociationsModel();
|
||||
void testProxyModel();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTENTRYMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user