Skip to content

arsdever/qcolorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QColorPicker

Screenshot

This repository contains the source code of a modernized version of Qt's color picker widget.

Features

  • Modernized look and feel
  • Quick option to pick a color

Usage

#include <QColorPicker>

// ...

QColorPicker picker;
picker.exec();
qDebug() << picker.color();

// ...

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Qt for the GUI framework

About

Qt dialog for picking color (a modernized version)

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages