diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:04 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:04 +0000 |
commit | 229efd23c77809c436fa63ccf2c748acdf5b772a (patch) | |
tree | 84f3f6c352a6e363668032d8a3602580c144e162 /keyimportdetaildialog.cpp | |
parent | change appeareance of gpg signatures to play with new format possibilities in... (diff) | |
download | gpg4usb-229efd23c77809c436fa63ccf2c748acdf5b772a.tar.gz gpg4usb-229efd23c77809c436fa63ccf2c748acdf5b772a.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@676 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keyimportdetaildialog.cpp')
-rw-r--r-- | keyimportdetaildialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyimportdetaildialog.cpp b/keyimportdetaildialog.cpp index 4834852..995a4f0 100644 --- a/keyimportdetaildialog.cpp +++ b/keyimportdetaildialog.cpp @@ -103,6 +103,8 @@ void KeyImportDetailDialog::createKeysTable() QStringList headerLabels; headerLabels << tr("Name") << tr("Email") << tr("KeyID") << tr("Status"); keysTable->horizontalHeader()->setResizeMode(0, QHeaderView::ResizeToContents); + keysTable->horizontalHeader()->setStretchLastSection(true); + keysTable->verticalHeader()->hide(); keysTable->setHorizontalHeaderLabels(headerLabels); int row = 0; |