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 #include "ui/dialog/GeneralDialog.h"
34 
35 namespace GpgFrontend::UI {
36 
41 class WaitingDialog : public GeneralDialog {
42  Q_OBJECT
43  public:
50  WaitingDialog(const QString& title, QWidget* parent);
51 };
52 
53 } // namespace GpgFrontend::UI
54 
55 #endif // __UI_WAITING_DIALOG_H__
Definition: GeneralDialog.h:35
Definition: WaitingDialog.h:41
WaitingDialog(const QString &title, QWidget *parent)
Construct a new Waiting Dialog object.
Definition: WaitingDialog.cpp:35
Definition: FileReadTask.cpp:29