Color Picker
A widget that lets the user select colors from a grid of predefined colors.
Documentation:
Classes:Tested on:
- Qt 4.4, 4.5 / Windows XP / MSVC.NET 2005
- Qt 4.4, 4.5 / Linux / gcc
- Qt 4.4, 4.5 / MacOS X 10.5 / gcc
Unsupported platforms:
Only the tested platforms are supported, however the classes should be platform independent and are likely to work on the platforms supported by Qt.
Download Commercial Edition:
Only available for Qt Solutions license holders with a valid Support and Maintenance agreement (authentication required).Download Open Source Edition (LGPL):
Changes:
- 2.6: LGPL release.
- 2.6: Fix: Make sure color dialog is popped up on top.
- 2.6: Misc. minor fixes.
- 2.5: Improved click-to-close logic
- 2.5: Fix: Pop up on correct screen on multi-screen systems
- 2.5: Windows: Fix compilation (symbol export) issue for DLL usage.
- 2.4: Fix: "More..." button painting issue on XP
- 2.3: Plugin for Qt Designer added.
- 2.3: Fix: Do not lose the colors' alpha values.
- 2.2: Make sure selected color is the active color in the custom color dialog.
- 2.2: Respect parent's setAutoFillBackground property.
- 2.2: Correct initial selection.
- 2.1: Pressing Escape will now hide the popup, cancelling color selection.
- 2.0: This is a port to Qt 4 of the latest Qt 3 version (1.3).

