From 00be2262fe99ce24fb6649c0056d2d5c7f862f79 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 1 Sep 2015 15:11:37 +0200 Subject: Verbessere und vervollständige graphische Oberfläche MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publickeyimport.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 publickeyimport.h (limited to 'publickeyimport.h') diff --git a/publickeyimport.h b/publickeyimport.h new file mode 100644 index 0000000..ecc64c1 --- /dev/null +++ b/publickeyimport.h @@ -0,0 +1,22 @@ +#ifndef PUBLICKEYIMPORT_H +#define PUBLICKEYIMPORT_H + +#include + +namespace Ui { +class PublicKeyImport; +} + +class PublicKeyImport : public QWidget +{ + Q_OBJECT + +public: + explicit PublicKeyImport(QWidget *parent = 0); + ~PublicKeyImport(); + +private: + Ui::PublicKeyImport *ui; +}; + +#endif // PUBLICKEYIMPORT_H -- cgit v1.2.3-70-g09d2