From d4b46e0edafa4d8c57ecbe87250fe0699077cea9 Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 21 Jan 2026 20:02:10 -0500 Subject: [PATCH] Fix `Qt6` types for new sub-namespaces --- piker/ui/_l1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_l1.py b/piker/ui/_l1.py index 8d29d90c..f557de4b 100644 --- a/piker/ui/_l1.py +++ b/piker/ui/_l1.py @@ -237,8 +237,8 @@ class LevelLabel(YAxisLabel): class L1Label(LevelLabel): text_flags = ( - QtCore.Qt.TextDontClip - | QtCore.Qt.AlignLeft + QtCore.Qt.TextFlag.TextDontClip + | QtCore.Qt.AlignmentFlag.AlignLeft ) def set_label_str(