8000 GitHub - danieloneill/qml-color-picker: A colorpicker made using QtQuick/QML and C++ components.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danieloneill/qml-color-picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qmlcolorpicker

A colorpicker made using QtQuick/QML and C++ components.

The C++ component allows the selected color to be edited from both the sliders and the text fields, which could not have been achieved using pure QML.

This is a Qt6-compatible port/modification of qml-color-picker by astorije.

Installation

This project has been fully tested with Qt 6.3.2.

It relies on a C++ plugin for QtQuick (that is, a native library built from some C++ files).

Enter the 'ColorComponents' directory and run either:

mkdir build && cd build && qmake .. && make install

or:

qmake && nmake release for MSVC (you need to run it from the Visual Studio Command Prompt to have the environment properly set)

Usage

Simply run ColorPicker.qml with the Qt qml tool.

License

This project has been released under the LGPL 3 license. Please refer to LICENSE.GPL and LICENSE.LGPL for more information.

About

A colorpicker made using QtQuick/QML and C++ components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 79.1%
  • C++ 17.6%
  • QMake 3.3%
0