GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUIInit.h
1 
29 #pragma once
30 
31 #include "GpgFrontendUI.h"
32 
33 namespace GpgFrontend::UI {
34 
39 void GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI();
40 
45 void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *);
46 
51 void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI();
52 
56 auto GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int;
57 
58 }; // namespace GpgFrontend::UI
Definition: FileReadTask.cpp:31
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:209
void InitGpgFrontendUI(QApplication *)
init the UI library
Definition: GpgFrontendUIInit.cpp:107
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition: GpgFrontendUIInit.cpp:188