Skip to content

mamontov-cpp/qt-palette-color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt Palette Color Picker

A preview for Qt Palette Color Picker

A palette color picker with palette and preview for Qt.

A goal of this simple widget is to provide a simple color picker with palette editing capabilities. To add it to project, you can just copy files from this repository to your project.

The differences between standard QColorDialog and this project:

  • A widget, not a dialog
  • A palette cells are placed near each other, so you can see, how colors are contrasting which each other
  • If a palette is too small for you, you can see cells from it, along with selected cell in preview part, located at bottom left corner
  • You can use WASD keys to move selection cursor on the color wheel, FR keys to increase or decrease lightness, TG keys to increase or decrease alpha channel, changing color of selected palette cell, after you click on the widget.

The differences between https://github.com/mbasaglia/Qt-Color-Picker and this project:

  • Different color wheel visualisation
  • More oriented for working with palette, than working with single color

Projects, that use Qt Palette Color Picker:

How to build

Use qt-palette-color-picker.pro . But you can just copy and paste the sources in your project.