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 
45 int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *);
46 
47 }; // namespace GpgFrontend::UI
48 
49 #endif // GPGFRONTEND_GPGFRONTENDUIINIT_H
Definition: FileReadTask.cpp:29
int RunGpgFrontendUI(QApplication *app)
run main window
Definition: GpgFrontendUIInit.cpp:124
void InitGpgFrontendUI(QApplication *app)
init the UI library
Definition: GpgFrontendUIInit.cpp:52