MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / setUseCustomUiColors

Method setUseCustomUiColors

src_gui/mainwindow.cpp:1162–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162void MainWindow::setUseCustomUiColors(bool value) {
1163 useCustomUiColors = value;
1164 setUiColors();
1165}
1166
1167QColor MainWindow::getUiColorMain() {
1168 return uiColorMain;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected