0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 02:01:55 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
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