From ff99fcc64c4db0a7844d2c4852ec118a4cf2a5da Mon Sep 17 00:00:00 2001 From: AntonMrt Date: Wed, 25 Feb 2026 11:23:03 +0300 Subject: [PATCH] small changes - hui abd version version, anf gui --- gui/about_window.ui | 2 +- gui/davis_gui.cpp | 2 +- gui/version.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/about_window.ui b/gui/about_window.ui index d4bed56..6812cd5 100644 --- a/gui/about_window.ui +++ b/gui/about_window.ui @@ -233,7 +233,7 @@ width: 20px; - <html><head/><body><p align="center">© 2024 DevTools. All rights reserved.</p></body></html> + <html><head/><body><p align="center">© 2024-2026 DevTools. All rights reserved.</p></body></html> diff --git a/gui/davis_gui.cpp b/gui/davis_gui.cpp index aaaa0d6..ba87358 100644 --- a/gui/davis_gui.cpp +++ b/gui/davis_gui.cpp @@ -34,7 +34,7 @@ using std::string; using std::vector; using namespace dvs; const int ANIMATION_DURATION = 300; -const double OPACITY_IF_NOT_ACTIVE = 0.5; +const double OPACITY_IF_NOT_ACTIVE = 0.94; DavisGUI::DavisGUI(QWidget* parent) : QMainWindow(parent) diff --git a/gui/version.h b/gui/version.h index 43c2471..9daeb3a 100644 --- a/gui/version.h +++ b/gui/version.h @@ -3,12 +3,12 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 1 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) -#define FILE_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) ".0" -#define PRODUCT_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) ".0" +#define FILE_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) +#define PRODUCT_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) #endif // VERSION_H