0

In Qt, what's the best way to do a popup colour picker menu like this:

http://www.servicehighway.com/docs/img/menu_transaction_context_color.jpg

Joel Holdsworth
  • 363
  • 1
  • 2
  • 7

1 Answers1

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