comparison include/gui/dialog/about.h @ 108:2004b41d4a59

*: huge commit 1. WORKING LOCALIZATION + translation for Spanish and British English 2. idk like 2 changes for the dark theme :)
author Paper <mrpapersonic@gmail.com>
date Sun, 05 Nov 2023 23:31:49 -0500
parents 8043152ef9d4
children 862d0d8619f6
comparison
equal deleted inserted replaced
107:49c8d1976869 108:2004b41d4a59
2 #define __gui__dialog__about_h 2 #define __gui__dialog__about_h
3 3
4 #include <QDialog> 4 #include <QDialog>
5 5
6 class AboutWindow final : public QDialog { 6 class AboutWindow final : public QDialog {
7 Q_OBJECT
8
7 public: 9 public:
8 AboutWindow(QWidget* parent = nullptr); 10 AboutWindow(QWidget* parent = nullptr);
11
12 protected:
13 void showEvent(QShowEvent* event) override;
9 }; 14 };
10 15
11 #endif // __gui__dialog__about_h 16 #endif // __gui__dialog__about_h