diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-06-12 00:32:27 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-06-12 00:32:27 +0000 |
commit | f12c20bb0cd115d9966e241ed93077b60f202892 (patch) | |
tree | b7a01fec0133ceff32ccdd05022025081435065f /keyserverimportdialog.h | |
parent | removed background colour and added icon in message in keyserverimportdialog (diff) | |
download | gpg4usb-f12c20bb0cd115d9966e241ed93077b60f202892.tar.gz gpg4usb-f12c20bb0cd115d9966e241ed93077b60f202892.zip |
Keyserverimport: just one row selectable of the keys and some minor bugfixes
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@489 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r-- | keyserverimportdialog.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h index 17531a5..a5a77c5 100644 --- a/keyserverimportdialog.h +++ b/keyserverimportdialog.h @@ -42,11 +42,6 @@ class QPalette; class QTreeWidget; class QTreeWidgetItem; QT_END_NAMESPACE -struct key { - QString name; - int fingerprint; - QStringList uids; -}; class KeyServerImportDialog : public QDialog { @@ -64,10 +59,11 @@ private slots: private: void createKeysTable(); void setMessage(const QString &text, bool error); + void close(); + QPushButton *createButton(const QString &text, const char *member); - QComboBox *createComboBox(const QString &text = QString()); + QComboBox *createComboBox(); GpgME::Context *mCtx; - QLineEdit *searchLineEdit; QComboBox *keyServerComboBox; QLabel *searchLabel; |