1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-09 10:17:50 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
e6ab96ebdf feat: (#493) device browser to display config 2025-06-04 10:56:28 +02:00
d8d870ffda feat: add clickable label util 2025-06-04 09:36:19 +02:00
d9e5231d54 feat: (#493) device browser to display config 2025-06-04 09:36:19 +02:00
5e73a063f4 fix(device browser): mocks and utils for tests 2025-06-03 14:08:44 +02:00
f88dfc8f1b refactor: add pragma no cover to various TYPE_CHECKING 2025-04-22 21:19:37 +02:00
cffcdf2923 fix: differentiate click and drag for DeviceItem, adapt tests accordingly
This fixes the blocking "QDrag.exec_()" on Linux, indeed before the
drag'n'drop operation was started with a simple click and it was
waiting for drop forever. Now there are 2 different cases, click or
drag'n'drop - the drag'n'drop test actually moves the mouse and releases
the button.
2024-11-27 11:44:03 +01:00
aab0229a40 refactor(widgets): widget module structure reorganised 2024-11-14 14:20:20 +01:00
e870e5ba08 test: added test for device browser 2024-08-21 14:38:34 +02:00