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

Method showTextColorDialog

src_gui/aboutdialog.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void AboutDialog::showTextColorDialog() {
69 QColorDialog *colorDialog = new QColorDialog(mainwindow->getUiColorText(), this);
70 connect(colorDialog, SIGNAL(currentColorChanged(QColor)), mainwindow, SLOT(setUiColorText(QColor)));
71 colorDialog->show();
72}
73
74void AboutDialog::showGraphicsViewColorDialog() {
75 QColorDialog *colorDialog = new QColorDialog(mainwindow->getUiColorGraphicsView(), this);

Callers

nothing calls this directly

Calls 1

getUiColorTextMethod · 0.80

Tested by

no test coverage detected