class KColorCombo |
|
Combobox for colors.
The combobox provides some preset colors to be selected, and an entry to select a custom color using a color dialog. |
|
Constructs a color combo box. |
|
|
|
Emitted when a new color box has been selected. |
|
Returns the currently selected color. |
|
Return the list of colors available for selection. Returns list of colors |
|
Emitted when a new item has been highlighted. |
|
Find whether the currently selected color is a custom color selected using a color dialog. |
|
|
Selects the color col. |
|
Set a custom list of colors to choose from, in place of the standard
list.
cols - list of colors. If empty, the selection list reverts to the standard list. |
|
Clear the color list and don't show it, till the next setColor() call |