Method summary
- __init__(self, parent = None)
- contentsContextMenuEvent(self, ev)
- dragEnterEvent(self, e)
- dragMoveEvent(self, e)
- dropEvent(self, e)
- flush(self)
- focusNextPrevChild(self, next)
- isatty(self)
- keyPressEvent(self, e)
- mousePressEvent(self, e)
- readline(self)
- run(self, command, hidden = False)
- write(self, text)
- writelines(self, text)
Methods
- __init__(self, parent = None)
Initialise the instance.
- contentsContextMenuEvent(self, ev)
Suppress the right button context menu.
- dragEnterEvent(self, e)
Handle a drag entering the widget.
- dragMoveEvent(self, e)
Handle a drag moving across the widget.
- dropEvent(self, e)
Handle a drop on the widget.
- flush(self)
Emulate a file object.
- focusNextPrevChild(self, next)
Suppress tabbing to the next window in multi-line commands.
- isatty(self)
Emulate a file object.
- keyPressEvent(self, e)
Handle user input a key at a time.
- mousePressEvent(self, e)
Keep the cursor after the last prompt.
- readline(self)
Emulate a file object.
- run(self, command, hidden = False)
Run a (possibly partial) command without displaying anything.
- write(self, text)
Emulate a file object.
- writelines(self, text)
Emulate a file object.