14#include <QGuiApplication>
81 bool eventFilter(QObject *obj, QEvent *event)
override;
Main application class extending QGuiApplication.
auto getApplicationName() const noexcept
Gets the application name.
auto getApplicationVersion() const noexcept
Gets the application version.
std::string loggerName_
Logger name for spdlog.
QString appVersion_
Application version string.
bool eventFilter(QObject *obj, QEvent *event) override
Global event filter for the application.
auto getLoggerName() const noexcept
Gets the logger name for spdlog.
QString appName_
Application name.