QColorDialog
-
if i called QColor currentColor;
QColor newColor = QColorDialog::getColor(currentColor);
with currentColor is #000000
then color panel selection doesnt take effect while color setting -
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?
-
@LiuXiaoHhan said in QColorDialog:
then color panel selection doesnt take effect while color setting
What does this mean?
@jsulm thx for replying Mr Jsulm,ive figured out,
it wont take any futher effect after choosing 0x000000 in a QColorDialog,like choosing red is an invalid behavior once first choosing 0x000000,just same as painter of Windows -