|
open_iA 2025.6
|
#include "iacharts_export.h"Namespaces | |
| namespace | iAThemeHelper |
| Helpers for determining whether currently a bright or dark theme is applied, and for retrieving icons fitting the current theme. | |
Functions | |
| iAcharts_API bool | iAThemeHelper::brightMode () |
| whether we are currently in bright mode | |
| iAcharts_API QIcon | iAThemeHelper::icon (QString const &name) |
| Retrieve an icon for a given name from the embedded resources. | |
| iAcharts_API void | iAThemeHelper::setBrightMode (bool enabled) |
| set bright mode (enabled=true) or dark mode (enabled=false) | |