Previous topic

qarbon.qt.gui.basemodel

Next topic

qarbon.qt.gui.baseview

This Page

qarbon.qt.gui.basetree

A base tree widget and toolbar.

Classes

BaseTreeWidget A pure Qt tree widget implementing a tree with a navigation toolbar
class qarbon.qt.gui.basetree.BaseTreeWidget(parent=None, with_navigation_bar=True, with_filter_widget=True, with_selection_widget=True, with_refresh_widget=True, perspective=None, proxy=None)[source]

Bases: qarbon.qt.gui.baseview.BaseModelWidget

A pure Qt tree widget implementing a tree with a navigation toolbar

createToolArea()[source]
createViewWidget(klass=None)[source]
treeView()[source]
goIntoAction()[source]
goTopAction()[source]
goUpAction()[source]
expandAllTree()[source]
onExpanded()[source]
collapseAllTree()[source]
expandSelectionTree()[source]
collapseSelectionTree()[source]
resizeColumns()[source]
goIntoTree()[source]
goUpTree()[source]
goTopTree()[source]