
Widget Color Picker
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Introduction
Widget Color picker sub-classes a combo box and adds items having color icon with color code. Only last 20(user defined) selected color items are maintained in the list and 21st item is “Choose color…” which opens up QColorDialog to choose a color from.
Usability
a. Elegant solution to choose a color
b. Quickly selecting colors from previous choices
c. Choose custom color using QColorDialog
Features
Following is a list of most important features for ColorPicker:
a. A simple combo box uses
b. Color display to easily identify
c. Color code display for advanced users
Please login or register to add a comment or rating