From a6c1843ed6e8ec767d49e5206c91d2dcc0ba296f Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 16 Oct 2011 00:28:55 +0000 Subject: added keyservertab to settings git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@553 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- settingsdialog.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'settingsdialog.h') diff --git a/settingsdialog.h b/settingsdialog.h index f7a5d8c..bf98cc1 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -106,6 +106,18 @@ private slots: QCheckBox *windowSizeCheckBox; }; + class KeyserverTab : public QWidget + { + Q_OBJECT + public: + KeyserverTab(QWidget *parent = 0); + void setSettings(); + void applySettings(); + + private: + QComboBox *comboBox; + QLabel *label; +}; class SettingsDialog : public QDialog { @@ -116,6 +128,7 @@ public: GeneralTab *generalTab; MimeTab *mimeTab; AppearanceTab *appearanceTab; + KeyserverTab *keyserverTab; public slots: void accept(); -- cgit v1.2.3