Fix `Qt6` types for new sub-namespaces

Gud Boi 2026-01-21 20:02:10 -05:00
parent 0d76323a90
commit e2ff43f5c3
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ class LevelLabel(YAxisLabel):
class L1Label(LevelLabel): class L1Label(LevelLabel):
text_flags = ( text_flags = (
QtCore.Qt.TextDontClip QtCore.Qt.TextFlag.TextDontClip
| QtCore.Qt.AlignLeft | QtCore.Qt.AlignmentFlag.AlignLeft
) )
def set_label_str( def set_label_str(