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
GpgFrontend::UI::GeneralDialog
Definition:
GeneralDialog.h:35
GpgFrontend::UI::WaitingDialog
Definition:
WaitingDialog.h:40
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:31
src
ui
dialog
WaitingDialog.h
Generated by
1.9.1