Inherits MLABSimpleWidgetControl.
Public Slots | |
| void | clearModified () |
| bool | isModified () |
| void | setHintText (const QString &text) |
| void | setText (const QString &text) |
| QString | text () |
Control for editing a string in a line edit
MDL reference: LineEdit
| void MLABLineEditControl::clearModified | ( | ) | [slot] |
clears the modified flag
| bool MLABLineEditControl::isModified | ( | ) | [slot] |
returns if text was modified by the user
| void MLABLineEditControl::setHintText | ( | const QString & | text | ) | [slot] |
set the hint text shown by default
| void MLABLineEditControl::setText | ( | const QString & | text | ) | [slot] |
set the text
| QString MLABLineEditControl::text | ( | ) | [slot] |
get the text
1.5.8