Bases: PySide.QtGui.QWidget
Return a part of the text.
| Parameters: |
|
|---|---|
| Returns: | text which is contained in the editor between 'start' and 'end' |
Set text in the editor
| Parameters: | text -- text you want to set |
|---|
Bases: PySide.QtGui.QTextEdit
Return a part of the text.
| Parameters: |
|
|---|---|
| Returns: | text which is contained in the editor between 'start' and 'end' |
Set text in the editor
| Parameters: | text -- text you want to set |
|---|
Display spaces and tabs.
| Parameters: | show -- if true display tabs and spaces, else hide them |
|---|