Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 554 Bytes

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