Home
last modified time | relevance | path

Searched refs:colorParameterChanged (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/demos/boxes/
H A Dscene.h150 void colorParameterChanged(const QString &, QRgb);
H A Dscene.cpp400 emit colorParameterChanged(m_parameterNames[id], color); in setColorParameter() local
499 …connect(m_renderOptions, SIGNAL(colorParameterChanged(QString,QRgb)), this, SLOT(setColorParameter… in Scene()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/graphicsview/boxes/
H A Dscene.h152 void colorParameterChanged(const QString &, QRgb);
H A Dscene.cpp365 emit colorParameterChanged(m_parameterNames[id], color); in setColorParameter() local
464 …connect(m_renderOptions, &RenderOptionsDialog::colorParameterChanged, this, &Scene::setColorParame… in Scene()