Skip to content

Qt dialog for picking color (a modernized version)

License

Notifications You must be signed in to change notification settings

arsdever/qcolorpicker

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published