Home
last modified time | relevance | path

Searched refs:onHueChanged (Results 1 – 6 of 6) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dcustomcolordialog.h65 void onHueChanged(int newHue) in onHueChanged() function
H A Dcustomcolordialog.cpp123 connect(m_hueControl, &HueControl::hueChanged, this, &CustomColorDialog::onHueChanged); in CustomColorDialog()
/dports/multimedia/QtAV/QtAV-1.13.0/examples/player/
H A DMainWindow.h127 void onHueChanged(int h);
H A DMainWindow.cpp201 connect(mpVideoEQ, SIGNAL(hueChanegd(int)), this, SLOT(onHueChanged(int))); in initPlayer()
1425 onHueChanged(mpVideoEQ->hue()*100.0); in onVideoEQEngineChanged()
1453 void MainWindow::onHueChanged(int h) in onHueChanged() function in MainWindow
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DColorPicker.qml229 function onHueChanged() { gradientOverlay.requestPaint() }
/dports/multimedia/QtAV/QtAV-1.13.0/examples/QMLPlayer/qml/QMLPlayer/
H A Dmain.qml470 onHueChanged: videoOut.hue = target.hue