eric3.UI.E3TabWidget

Module implementing a TabWidget class substituting QTabWidget.

Classes

E3TabWidget Class implementing a TabWidget class substituting QTabWidget.

Functions

None


E3TabWidget

Class implementing a TabWidget class substituting QTabWidget.

It provides slots to show the previous and next tab and give them the input focus.

Derived from

QTabWidget

Methods

nextTab Public slot used to show the next tab.
prevTab Public slot used to show the previous tab.

E3TabWidget.nextTab

nextTab()

Public slot used to show the next tab.

E3TabWidget.prevTab

prevTab()

Public slot used to show the previous tab.

Up