update lineedit docs (#216)

This commit is contained in:
Mikko Sairio 2019-11-24 20:19:31 +02:00 committed by Atul R
parent ba26a3b1c1
commit 15c2f1aca6

View File

@ -61,6 +61,14 @@ Sets the lineEdit to be read only. lineEdit property holds whether the line edit
- `isReadOnly` boolean
### `lineEdit.setEchoMode(echoMode)`
Sets the property that determines how the text entered in the line edit is displayed (or echoed) to the user.
The widget's display and the ability to copy or drag the text is affected by this setting.
- `echoMode` EchoMode
### `lineEdit.clear()`
Clears the lineEdit.