SVG color chooser in Qt Quick
-
Hi!
I created a SVG color chooser in pure QML. I'd thought I share it here. Feel free to integrate in your apps.
Get the code from "gitorious":https://www.gitorious.org/qt-training/qml-demos/trees/master/svg_palette.
-
Hi unclewerner,
Many thanks for sharing your work!
I am developing an application that in the drawing part should manage svg images (very simple monochromatic layers) in QML and one of the choice elements is the color chooser. I am now going to take your stuff to integrate in the structure of the application. I'll keep you updated of the final usage.
Enrico
-
Great! BTW. I was missing the license file for this little component. You can safely assume the same as for all the other QML demos: "BSD":https://www.gitorious.org/qt-training/qml-demos/blobs/master/carousel/LICENSE.txt .