aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/AboutDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-12 18:38:16 +0000
committersaturneric <[email protected]>2024-07-12 18:38:16 +0000
commitd1d6859e2a50a78f57388ebf0a06f0636d4d0910 (patch)
tree5ac6a57abc73902aba8979ed9b67816b1e85fb9a /src/ui/dialog/help/AboutDialog.h
parentfeat: adjust modules loading path (diff)
downloadGpgFrontend-d1d6859e2a50a78f57388ebf0a06f0636d4d0910.tar.gz
GpgFrontend-d1d6859e2a50a78f57388ebf0a06f0636d4d0910.zip
feat: add some ui apis to sdk
Diffstat (limited to 'src/ui/dialog/help/AboutDialog.h')
-rw-r--r--src/ui/dialog/help/AboutDialog.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h
index 6d152afb..0b9ca5ae 100644
--- a/src/ui/dialog/help/AboutDialog.h
+++ b/src/ui/dialog/help/AboutDialog.h
@@ -66,47 +66,6 @@ class TranslatorsTab : public QWidget {
};
/**
- * @brief Class containing the main tab of about dialog
- *
- */
-class UpdateTab : public QWidget {
- Q_OBJECT
-
- QLabel* current_version_label_; ///<
- QLabel* latest_version_label_; ///<
- QLabel* upgrade_label_; ///<
- QProgressBar* pb_; ///<
- QString current_version_; ///<
-
- public:
- /**
- * @brief Construct a new Update Tab object
- *
- * @param parent
- */
- explicit UpdateTab(QWidget* parent = nullptr);
-
- protected:
- void showEvent(QShowEvent* event) override;
-
- private slots:
- /**
- * @brief
- *
- * @param version
- */
- void slot_show_version_status();
-
- signals:
- /**
- * @brief
- *
- * @param data
- */
- void SignalReplyFromUpdateServer(QByteArray data);
-};
-
-/**
* @brief Class for handling the about dialog
*
*/