Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Bases: PyQt4.QtGui.QLabel
Shows call tips by parsing the current text of Q[Plain]TextEdit.
Create a call tip manager that is attached to the specified Qt text edit widget.
Reimplemented to cancel the hide timer.
Reimplemented to hide on certain key presses and on text edit focus changes.
Reimplemented to disconnect signal handlers and event filter.
Reimplemented to start the hide timer.
Reimplemented to paint the background panel.
Reimplemented to allow use of this method as a slot.
Reimplemented to connect signal handlers and event filter.
Show inspection data as a tooltip
Attempts to show the specified tip at the current cursor location.
Reimplemented to hide the widget when the hide timer fires.