# qtcolorpicker **Repository Path**: xuxincode/qtcolorpicker ## Basic Information - **Project Name**: qtcolorpicker - **Description**: Color wheel widget and dialog for Qt - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-19 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Color Dialog and Widgets ======================== Here is a color dialog that is more user-friendly than the default QColorDialog and color-related widgets The provided widgets are: * Color_Wheel, An analog widget used to select a color * Color_Preview, A simple widget that dislay a color * Gradient_Slider, A slider that has a gradient background * Hue_Slider, A variant of Gradient_Slider that has a rainbow background * Color_Selector, A Color_Preview that shows a Color_Dialog when clicked * Color_Dialog, A dialog that uses the above widgets to provide a better user experience than QColorDialog * Color_List_Widget, A widget to edit a list of colors Demonstration ------------- A simple demo of the widget is provided in ./demo You can see a screenshot of the dialog at https://github.com/mbasaglia/Qt-Color-Picker/blob/master/demo/screenshot.png Using it in a project --------------------- Include color_widgets.pri in the QMake project file. All the required files are in ./src Installing as a Qt Designer/Creator Plugin ------------------------------------------ The sources for the designer plugin are in ./designer_plugin Compile the library and install in (Qt SDK)/Tools/QtCreator/bin/designer/ (Qt SDK)/(Qt Version)/(Toolchain)/plugins/designer cd designer_plugin && qmake && make && make install Latest Version -------------- The latest version of the sources can be found at the following locations https://github.com/mbasaglia/Qt-Color-Picker git://github.com/mbasaglia/Qt-Color-Picker.git License ------- LGPLv3+, See COPYING Copyright (C) 2013 Mattia Basaglia