Home ⌂Doc Index ◂Up ▴

eric6.WebBrowser.UrlBar.StackedUrlBar

Module implementing a widget to stack url bars.

Global Attributes

None

Classes

StackedUrlBar Class implementing a widget to stack URL bars.

Functions

None


StackedUrlBar

Class implementing a widget to stack URL bars.

Derived from

QStackedWidget

Class Attributes

None

Class Methods

None

Methods

StackedUrlBar Constructor
currentUrlBar Public method to get a reference to the current URL bar.
moveBar Public slot to move an URL bar.
urlBar Public method to get a reference to the URL bar for a given index.
urlBars Public method to get a list of references to all URL bars.

Static Methods

None

StackedUrlBar (Constructor)

StackedUrlBar(parent=None)

Constructor

parent
reference to the parent widget (QWidget)

StackedUrlBar.currentUrlBar

currentUrlBar()

Public method to get a reference to the current URL bar.

Returns:
reference to the current URL bar (UrlBar)

StackedUrlBar.moveBar

moveBar(from_, to_)

Public slot to move an URL bar.

from_
index of URL bar to be moved (integer)
to_
index to move the URL bar to (integer)

StackedUrlBar.urlBar

urlBar(index)

Public method to get a reference to the URL bar for a given index.

index
index of the url bar (integer)
Returns:
reference to the URL bar for the given index (UrlBar)

StackedUrlBar.urlBars

urlBars()

Public method to get a list of references to all URL bars.

Returns:
list of references to URL bars (list of UrlBar)
Up



Home ⌂Doc Index ◂Up ▴