QColorDialog
Solved
Chinese
-
if i called QColor currentColor;
QColor newColor = QColorDialog::getColor(currentColor);
with currentColor is #000000
then color panel selection doesnt take effect while color setting -
@LiuXiaoHhan said in QColorDialog:
then color panel selection doesnt take effect while color setting
What does this mean?
-