eric4.E4Gui.E4TreeView

Module implementing specialized tree views.

Global Attributes

None

Classes

E4TreeView Class implementing a tree view supporting removal of entries.

Functions

None


E4TreeView

Class implementing a tree view supporting removal of entries.

Derived from

QTreeView

Class Attributes

None

Methods

keyPressEvent Protected method implementing special key handling.
removeAll Public method to clear the view.
removeSelected Public method to remove the selected entries.

E4TreeView.keyPressEvent

keyPressEvent(evt)

Protected method implementing special key handling.

evt
reference to the event (QKeyEvent)

E4TreeView.removeAll

removeAll()

Public method to clear the view.

E4TreeView.removeSelected

removeSelected()

Public method to remove the selected entries.

Up