Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
No Version
-
None
Description
When creating its popup menu, this control can create hundreds of
widgets, because each color "square" of the popup menu, is a widget.
When you have a dialog with 10 or 20 color pickers (eg.
to let the user define the colors of a ui system), then opening the
dialog can takes several seconds.
It would be nice if the implementation of this was cleaned up a bit, perhaps using QGraphicsScene?