20#ifndef ORES_QT_MDI_UTILS_HPP
21#define ORES_QT_MDI_UTILS_HPP
23#include "ores.qt/export.hpp"
46 static bool markParentWindowAsStale(QWidget* widget);
57 static bool clearParentWindowStaleMarker(QWidget* widget);
60 static constexpr const char* stale_marker =
" (Data Changed)";
Qt-based graphical user interface for ORE Studio.
Definition AccountController.hpp:32
Utility functions for MDI window operations.
Definition MdiUtils.hpp:32