diff options
author | Saturneric <[email protected]> | 2021-12-05 18:51:59 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-05 19:00:26 +0000 |
commit | 590f222de4abdf2aae4d2d8de6f9af25996a713e (patch) | |
tree | 4108a6205fb517a694d65b3044f7369f32b43862 /src/ui/widgets/InfoBoardWidget.h | |
parent | Add Submodules & Update & Fixed (diff) | |
download | GpgFrontend-590f222de4abdf2aae4d2d8de6f9af25996a713e.tar.gz GpgFrontend-590f222de4abdf2aae4d2d8de6f9af25996a713e.zip |
Improve UI
1. Support Key List Tab
2. File Hash Calculate
3. File Rename
4. Fix known bugs
5. Fix known ci issues.
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/InfoBoardWidget.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/widgets/InfoBoardWidget.h b/src/ui/widgets/InfoBoardWidget.h index 1a13e1a2..3c43f733 100644 --- a/src/ui/widgets/InfoBoardWidget.h +++ b/src/ui/widgets/InfoBoardWidget.h @@ -26,11 +26,11 @@ #define __VERIFYNOTIFICATION_H__ #include "EditorPage.h" -#include "FilePage.h" #include "gpg/result_analyse/VerifyResultAnalyse.h" #include "ui/VerifyDetailsDialog.h" namespace GpgFrontend::UI { + /** * @details Enumeration for the status of Verifylabel */ @@ -57,8 +57,6 @@ class InfoBoardWidget : public QWidget { void associateTextEdit(QTextEdit* edit); - void associateFileTreeView(FilePage* treeView); - void associateTabWidget(QTabWidget* tab); void addOptionalAction(const QString& name, @@ -100,8 +98,6 @@ class InfoBoardWidget : public QWidget { KeyList* mKeyList; /** Table holding the keys */ QTextEdit* mTextPage{nullptr}; /** TextEdit associated to the notification */ - FilePage* mFileTreeView{ - nullptr}; /** TreeView associated to the notification */ QTabWidget* mTabWidget{ nullptr}; /** TreeView associated to the notification */ |