GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUIInit.h
1 
29 #ifndef GPGFRONTEND_GPGFRONTENDUIINIT_H
30 #define GPGFRONTEND_GPGFRONTENDUIINIT_H
31 
32 #include "GpgFrontendUI.h"
33 
34 namespace GpgFrontend::UI {
35 
40 void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *);
41 
46 void GPGFRONTEND_UI_EXPORT InitUILoggingSystem();
47 
52 void GPGFRONTEND_UI_EXPORT ShutdownUILoggingSystem();
53 
57 int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *);
58 
59 }; // namespace GpgFrontend::UI
60 
61 #endif // GPGFRONTEND_GPGFRONTENDUIINIT_H
Definition: FileReadTask.cpp:29
int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:180
void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:54