20#ifndef ORES_QT_MDI_UTILS_HPP
21#define ORES_QT_MDI_UTILS_HPP
58 static constexpr const char* stale_marker =
" (Data Changed)";
Qt-based graphical user interface for ORE Studio.
Definition AboutDialog.hpp:35
Utility functions for MDI window operations.
Definition MdiUtils.hpp:30
static bool markParentWindowAsStale(QWidget *widget)
Mark the parent MDI subwindow as having stale data.
Definition MdiUtils.cpp:27
static bool clearParentWindowStaleMarker(QWidget *widget)
Clear the stale marker from the parent MDI subwindow.
Definition MdiUtils.cpp:46