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