Maria Matejka
545d9b823b
Python GUI: Protocol states and disable/enable buttons
2023-05-23 14:14:28 +02:00
Maria Matejka
edf5efd45a
Python GUI: Showing protocol names
2023-05-23 13:45:04 +02:00
Maria Matejka
19274f4301
Python GUI: Switching layouts
2023-05-23 13:45:04 +02:00
Maria Matejka
fff44269b9
Python GUI: Reworked the asyncio helper completely
...
The original asyncio helper in the example is busy-waiting, playing ping-pong
with Qt scheduler for the whole time. Using a separate worker thread instead.
2023-05-23 13:45:04 +02:00
Maria Matejka
bef77416af
Python CLI Package: first try of a GUI
...
based on an example from https://doc.qt.io/qtforpython-6/examples/example_async_minimal.html
2023-05-23 13:45:04 +02:00