GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
WaitingDialog.h
1
29#ifndef __UI_WAITING_DIALOG_H__
30#define __UI_WAITING_DIALOG_H__
31
32#include "ui/GpgFrontendUI.h"
33
34namespace GpgFrontend::UI {
35
40class WaitingDialog : public QDialog {
41 Q_OBJECT
42 public:
49 WaitingDialog(const QString& title, QWidget* parent);
50};
51
52} // namespace GpgFrontend::UI
53
54#endif // __UI_WAITING_DIALOG_H__
Definition: WaitingDialog.h:40
WaitingDialog(const QString &title, QWidget *parent)
Construct a new Waiting Dialog object.
Definition: WaitingDialog.cpp:33
Definition: VerifyDetailsDialog.cpp:33