In Qt, what's the best way to do a popup colour picker menu like this:
Asked
Active
Viewed 819 times
1 Answers
0
Qt doesn't have a QWidget class for this. You will need to write your own. Or use an existing one, like QColorPicker from QtSolutions.

Nikos C.
- 50,738
- 9
- 71
- 96