Add a Connect button next to the host field; unwire it from Start

Start/Pause/Stop on the toolbar were never about the websocket
connection - Start now does nothing until that's wired to its own
purpose, and connecting is its own explicit action next to the host
text entry.
This commit is contained in:
2026-06-20 23:01:18 +02:00
parent 62dcd6b541
commit 9c3ec1dfdf
3 changed files with 18 additions and 1 deletions
+13
View File
@@ -3669,6 +3669,19 @@
<string>ws://localhost:8765</string>
</property>
</widget>
<widget class="QPushButton" name="btn_connect">
<property name="geometry">
<rect>
<x>440</x>
<y>500</y>
<width>70</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Connect</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>