QColorDialog color boxes
-
Hi. Are color boxes used in QColorDialog available for programists?
-
@BeetMacol
Hi
Nope, there is no such Widget included as far as i have seenYou can use
https://github.com/pothosware/PothosFlow/tree/master/qtcolorpickeror any other of the many to be found on the net.
-
Hi,
What do you mean by "available for program it's" ?
-
I mean, is there any class that I can use in my code to make such a color box easily?
-
@BeetMacol
Hi
Nope, there is no such Widget included as far as i have seenYou can use
https://github.com/pothosware/PothosFlow/tree/master/qtcolorpickeror any other of the many to be found on the net.
-
@BeetMacol
Its a bit old, so might need a few changes to the header names.UPDATE
sorry, seems it was not the one i though it would beits just single button!
-
You could also embed the Color dialog in MainForm.
but im not sure you want the other stuff beside the color boxes ?
There is also
https://doc.qt.io/qt-5.9/qtwidgets-itemviews-coloreditorfactory-example.htmlusing a combox box.