Subclass QSortFilterProxyModel to hide the group column in EntryView.

QTreeView::hideColumn() does not work well with keyboard search.
This commit is contained in:
Felix Geyer 2012-07-22 21:56:31 +02:00
parent edb644baef
commit 9ad4cc8783
8 changed files with 138 additions and 11 deletions

View file

@ -32,6 +32,7 @@ private Q_SLOTS:
void testDefaultIconModel();
void testCustomIconModel();
void testAutoTypeAssociationsModel();
void testProxyModel();
};
#endif // KEEPASSX_TESTENTRYMODEL_H