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__
GpgFrontend::UI::GeneralDialog
Definition:
GeneralDialog.h:35
GpgFrontend::UI::WaitingDialog
Definition:
WaitingDialog.h:41
GpgFrontend::UI::WaitingDialog::WaitingDialog
WaitingDialog(const QString &title, QWidget *parent)
Construct a new Waiting Dialog object.
Definition:
WaitingDialog.cpp:35
GpgFrontend::UI
Definition:
FileReadTask.cpp:29
src
ui
dialog
WaitingDialog.h
Generated by
1.9.1