aboutsummaryrefslogtreecommitgenerated by cgit v1.3.1 (git 2.54.0) at 2026-07-13 07:48:54 +0000 l API (connections, authentication, node monitoring, writing, discovery, PKI), see the BobinkQtOpcUa README. A complete working example lives in deps/BobinkQtOpcUa/demo/.

Editor setup

The build generates .qmlls.ini files so the QML Language Server can resolve all imports (Qt and Bobink) out of the box.

Neovim — works automatically if your LSP config picks up qmlls.

Qt Creator — enable the language server under Edit > Preferences > Language Client > QML Language Server.

Project structure

CMakeLists.txt          Build configuration
main.cpp                Entry point (plugin path, logging)
Main.qml                Your app — edit this
deps/
  BobinkQtOpcUa/        Library submodule (builds open62541 + QtOpcUa)