diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-24 23:23:03 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-24 23:23:03 +0100 |
| commit | 379352d21f89df5adda1bc11fdf0d35509f17835 (patch) | |
| tree | f682be7a354357576c29daf0eeebd15798f6431d | |
| parent | added button to importdetails to show/hide details for individual keys (diff) | |
| download | gpg4usb-379352d21f89df5adda1bc11fdf0d35509f17835.tar.gz gpg4usb-379352d21f89df5adda1bc11fdf0d35509f17835.zip | |
added import status in import detail dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@648 34ebc366-c3a9-4b3c-9f84-69acf7962910
| -rw-r--r-- | importdetaildialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/importdetaildialog.cpp b/importdetaildialog.cpp index 758a89d..b07d14a 100644 --- a/importdetaildialog.cpp +++ b/importdetaildialog.cpp @@ -134,6 +134,7 @@ void ImportDetailDialog::createKeyInfoBox() keyInfoBoxLayout->addWidget(new QLabel(key.name),keyrow,2); keyInfoBoxLayout->addWidget(new QLabel(key.email),keyrow,3); keyInfoBoxLayout->addWidget(new QLabel(key.id),keyrow,4); + keyInfoBoxLayout->addWidget(new QLabel(QString::number(status->status)),keyrow,5); status=status->next; keyrow++; |
