Enum LineEdit.MenuItems

enum MenuItems : int { ... }

Enum members

NameDescription
Erases the whole LineEdit text.
Copies the selected text.
Cuts (copies and clears) the selected text.
Represents the size of the menuitems enum.
Pastes the clipboard text over the selected text (or at the cursor's position). Non-printable escape characters are automatically stripped from the OS clipboard via String.stripEscapes.
Reverse the last undo action.
Selects the whole LineEdit text.
Undoes the previous action.