|
|
Dialog for user to enter a single line of text.
| |
Create a dialog that asks for a single line of text. _value is the initial value of the line. _text appears as label on top of the entry box.
Parameters:
| _text | Text of the label |
| _value | Initial value of the inputline |
| QString |
Returns: the value the user entered
| QString |
[static]
Static convenience function to get a textual input from the user.
Parameters:
| _text | Text of the label |
| _value | Initial value of the inputline |
| ok | this bool will be set to true if user pressed "Ok" |
| void |
[slot]
Clears the edit widget
| QLineEdit * |
[protected]
The line edit widget