public readonly property displayText as String:
Text rendered on screen after removing mnemonic markers.
The & marker follows Qt conventions: &Login displays Login and marks L as the focus shortcut, while && displays a literal &.
label = Label("&Login:")
print(label.displayText)