diff options
author | Saturneric <[email protected]> | 2021-12-08 01:17:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-08 01:17:45 +0000 |
commit | 6ce0b33c53a8b3da7e1a63ba8438d6de6f784959 (patch) | |
tree | d678d344febb9ae45bed387b55da677d09d907ad /src/ui/widgets/FilePage.h | |
parent | Modified Project Configure & Update CI & Stable UI. (diff) | |
download | GpgFrontend-6ce0b33c53a8b3da7e1a63ba8438d6de6f784959.tar.gz GpgFrontend-6ce0b33c53a8b3da7e1a63ba8438d6de6f784959.zip |
Start to use .ui file
1. Edit Project Configure.
2. Add UI Dir
3. Add FileFage.ui
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r-- | src/ui/widgets/FilePage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index 2a9f5b57..247b5a08 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -29,6 +29,7 @@ #include "ui/GpgFrontendUI.h" #include "ui/widgets/InfoBoardWidget.h" +#include "ui_FilePage.h" namespace GpgFrontend::UI { |