aboutsummaryrefslogtreecommitdiffstats
path: root/src/OpcUaClient.h
Commit message (Collapse)AuthorAgeFilesLines
* Add passphrase-protected private key supportThomas Vanbesien2026-03-311-0/+17
| | | | | | Wire up QOpcUaClient::passwordForPrivateKeyRequired to a QML dialog, mirroring the existing certificate trust flow (local QEventLoop + 30s timeout).
* Rename classes to OpcUa* prefix, replace BobinkNode with OpcUaMonitoredNode ↵Thomas Vanbesien2026-02-201-0/+193
boilerplate Rename BobinkAuth → OpcUaAuth, BobinkClient → OpcUaClient (C++ class names only; QML module URI and singleton name stay as Bobink). Remove BobinkNode (QQuickItem-based) and add OpcUaMonitoredNode skeleton using QObject + QQmlParserStatus, following Qt convention for non-visual QML types.