diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 22:23:23 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2014-01-03 22:23:23 +0000 |
commit | 7b516ff4cf154dee119b24d4bed40c5646f5f10f (patch) | |
tree | 64eaf7a12f05fd881e7e766c7244f1164a103f89 /settingsdialog.h | |
parent | branch 0.3.3 (diff) | |
parent | changed digest algo to sha512 (described under http://www.apache.org/dev/open... (diff) | |
download | gpg4usb-7b516ff4cf154dee119b24d4bed40c5646f5f10f.tar.gz gpg4usb-7b516ff4cf154dee119b24d4bed40c5646f5f10f.zip |
moved branch 0.3.2-1 to 0.3.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1084 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index d97fd49..e4ca8e6 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -34,6 +34,7 @@ class QHBoxLayout; class QVBoxLayout; class QComboBox; class QCheckBox; +class QSettings; class QDebug; class QSettings; class QApplication; @@ -107,7 +108,6 @@ private slots: class KeyserverTab : public QWidget { Q_OBJECT - public: KeyserverTab(QWidget *parent = 0); void setSettings(); @@ -115,11 +115,7 @@ private slots: private: QComboBox *comboBox; - - private slots: - void addKeyServer(); - void removeKeyServer(); - void editTextChangedAction(); + QLabel *label; }; class AdvancedTab : public QWidget @@ -135,27 +131,7 @@ private slots: }; - class GpgPathsTab : public QWidget - { - Q_OBJECT - public: - GpgPathsTab(QWidget *parent = 0); - void applySettings(); - -private: - QString getRelativePath(const QString dir1,const QString dir2); - QString defKeydbPath; /** The default keydb path used by gpg4usb */ - QString accKeydbPath; /** The currently used keydb path */ - QLabel *keydbLabel; - void setSettings(); - - private slots: - QString chooseKeydbDir(); - void setKeydbPathToDefault(); - - }; - - class SettingsDialog : public QDialog +class SettingsDialog : public QDialog { Q_OBJECT @@ -166,7 +142,6 @@ public: AppearanceTab *appearanceTab; KeyserverTab *keyserverTab; AdvancedTab *advancedTab; - GpgPathsTab *gpgPathsTab; static QHash<QString, QString> listLanguages(); |