diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-15 15:44:24 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-15 15:44:24 +0000 |
commit | 168c54db76bad4fb2a89196636edd90b6f1da7e7 (patch) | |
tree | f3008c7f9d896d6331359b1be9d79c297bad253f /keylist.h | |
parent | astyle code beautyfying (diff) | |
download | gpg4usb-keylist-rewrite.tar.gz gpg4usb-keylist-rewrite.zip |
use own tablemodel instead of qtablewidget for keylistkeylist-rewrite
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/keylist-rewrite@337 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,7 @@ #define __KEYLIST_H__ #include "context.h" +#include "keytablemodel.h" class QWidget; class QVBoxLayout; @@ -54,7 +55,7 @@ public slots: private: GpgME::Context *mCtx; - QTableWidget *mKeyList; + QTableView *mKeyList; QString iconPath; QMenu *popupMenu; |