// Main.qml — Demo app for Bobink library. // Connects to an OPC UA server, then pushes NodePage for node interaction. import QtQuick import QtQuick.Controls import Bobink // This should properly integrate with qmlls import Xpl2 // This should properly integrate with qmlls as well ApplicationWindow { id: root height: 900 title: "Bobink Demo" visible: true width: 800 // Add your app here! // Look at deps/BobinkQtOpcUa/demo for an example. }