QtKnobs

A Qt and QML based Library/Plugin for Knobs.

View the Project on GitHub ashish157/QtKnobs

QtKnobs

QtKnobs is a Qt and QML based Library/Plugin which provides different types of Knobs.

Screenshots:

List of properties

Requirement

Qt >= 5.3

Building

The compiled plugin (libqtknobsplugin.so on .nix systems) would be in directory imports/QtKnobs with file qmldir.

Use

If you make install then you need not do anything. But just in case if you want it to be included in your application then:

For eg. If the directory imports is at location /home/ashish/KnobsTest then,

QQuickView view;
view.engine()->addImportPath("/home/ashish/KnobsTest/imports");
view.show();

Additionally, to make QtCreator aware of it (and to get rid of the annoying QML module not found during import) add the path in .pro file,

QML_IMPORT_PATH = /home/ashish/KnobsTest/imports

Examples

License

MIT

Contact

Feel free to contact me for any questions at ashishd157 at gmail.com.