Module implementing a dialog to enter some text.
None |
E5TextInputDialog | Class implementing a dialog to enter some text. |
getText | Function to get create a dialog to enter some text and return it. |
Class implementing a dialog to enter some text.
None |
None |
E5TextInputDialog | Constructor |
labelText | Public method to get the current label text. |
setLabelText | Public method to set the label text. |
setTextEchoMode | Public method to set the echo mode of the line edit. |
setTextValue | Public method to set the text of the line edit. |
textEchoMode | Public method to get the current echo mode of the line edit. |
textValue | Public method to get the text of the line edit. |
None |
Constructor
Public method to get the current label text.
Public method to set the label text.
Public method to set the echo mode of the line edit.
Public method to set the text of the line edit.
Public method to get the current echo mode of the line edit.
Public method to get the text of the line edit.
Function to get create a dialog to enter some text and return it.