diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 22:59:08 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-19 22:59:08 +0100 |
| commit | f4da422087f77ce9a549ff73250910e5ae217ff0 (patch) | |
| tree | 239aa732304bc77f6767aad7e17a9c46d8740b1a /demo/Main.qml | |
| parent | 364430e417600c68133673254b58b4d35608777a (diff) | |
| download | BobinkQtOpcUa-f4da422087f77ce9a549ff73250910e5ae217ff0.tar.gz BobinkQtOpcUa-f4da422087f77ce9a549ff73250910e5ae217ff0.zip | |
Refactor BobinkClient and clean up comments
- Format BobinkAuth.cpp to match GNU style used elsewhere
- Replace brittle error name array with QMetaEnum in BobinkClient
- Move QOpcUaPkiConfiguration include from header to .cpp
- Replace m_discoveryInterval member with file-scope constant
- Add doc comments to SecurityMode and SecurityPolicy enums
- Comment endpoint selection strategy in handleEndpointsReceived
- Add missing QML ids to connectionPage and serverListView
Diffstat (limited to 'demo/Main.qml')
| -rw-r--r-- | demo/Main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/Main.qml b/demo/Main.qml index dae415f..9d3e168 100644 --- a/demo/Main.qml +++ b/demo/Main.qml @@ -76,6 +76,7 @@ ApplicationWindow { Layout.fillHeight: true initialItem: Page { + id: connectionPage Component.onCompleted: { Bobink.discoveryUrl = discoveryUrlField.text; Bobink.startDiscovery(); @@ -146,6 +147,7 @@ ApplicationWindow { } ListView { + id: serverListView Layout.fillWidth: true Layout.preferredHeight: 100 clip: true |
