From 0486c639b945726b9272917f0224a7a42e958740 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 31 Aug 2015 21:52:56 +0200 Subject: Füge PasswordDialog hinzu und baue erste UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- passworddialog.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 passworddialog.h (limited to 'passworddialog.h') diff --git a/passworddialog.h b/passworddialog.h new file mode 100644 index 0000000..3db9b1f --- /dev/null +++ b/passworddialog.h @@ -0,0 +1,22 @@ +#ifndef PASSWORDDIALOG_H +#define PASSWORDDIALOG_H + +#include + +namespace Ui { +class PasswordDialog; +} + +class PasswordDialog : public QDialog +{ + Q_OBJECT + +public: + explicit PasswordDialog(QWidget *parent = 0); + ~PasswordDialog(); + +private: + Ui::PasswordDialog *ui; +}; + +#endif // PASSWORDDIALOG_H -- cgit v1.2.3-70-g09d2