Skip to content

Pure QML implementation of a view with connected nodes

License

Notifications You must be signed in to change notification settings

antroids/QmlNodeEditor

Repository files navigation

QmlNodeEditor

Pure QML implementation of a view with connected nodes

Installation

Copy the following file structure to the QML import path:

  • QmlNodeEditor
    • NodeView.qml
    • NodeViewStyle.qml
    • qmldir
    • private folder with content

Specify the import path for QML Engine: https://doc.qt.io/qt-6/qqmlengine.html#addImportPath

Usage

import QmlNodeEditor 1.0
NodeView {
    model: nodesModel
}

Look into DemoApp.qml for samples.

Documentation

NodeView

About

Pure QML implementation of a view with connected nodes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published