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

Method showGraphicsViewColorDialog

src_gui/aboutdialog.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void AboutDialog::showGraphicsViewColorDialog() {
75 QColorDialog *colorDialog = new QColorDialog(mainwindow->getUiColorGraphicsView(), this);
76 connect(colorDialog, SIGNAL(currentColorChanged(QColor)), mainwindow, SLOT(setUiColorGraphicsView(QColor)));
77 colorDialog->show();
78}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected