MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / initTheme

Method initTheme

MiniZincIDE/mainwindow.cpp:2508–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2506}
2507
2508void MainWindow::initTheme()
2509{
2510 auto* tm = IDE::instance()->themeManager;
2511 auto* dm = IDE::instance()->darkModeNotifier;
2512 setTheme(tm->current(), dm->darkMode());
2513}
2514
2515void MainWindow::on_actionEditSolverConfig_triggered()
2516{

Callers

nothing calls this directly

Calls 2

currentMethod · 0.80
darkModeMethod · 0.80

Tested by

no test coverage detected