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
34
namespace
GpgFrontend::UI
{
35
40
class
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__
GpgFrontend::UI::WaitingDialog
Definition:
WaitingDialog.h:40
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
GpgFrontend::UI::WaitingDialog::WaitingDialog
WaitingDialog(const QString &title, QWidget *parent)
Construct a new Waiting Dialog object.
Definition:
WaitingDialog.cpp:33
src
ui
dialog
WaitingDialog.h
Generated by
1.8.17