21#ifndef ORES_QT_ABOUT_DIALOG_HPP
22#define ORES_QT_ABOUT_DIALOG_HPP
25#include "ui_AboutDialog.h"
26#include "ores.qt/LogoLabel.hpp"
27#include "ores.utility/log/make_logger.hpp"
51 inline static std::string_view logger_name =
"ores.qt.about_dialog";
53 [[nodiscard]]
static auto& lg() {
55 static auto instance = make_logger(logger_name);
64 void showEvent(QShowEvent* e)
override;
76 void updateVersionLabels();
80 LogoLabel* logoLabel_;
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35
Implements logging for ORE Studio.
Definition lifecycle_manager.hpp:30
Modal dialog displaying application version and build metadata.
Definition AboutDialog.hpp:47