6.142. sibl_gui.ui.widgets.application_QToolBar

application_QToolBar.py.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the Application_QToolBar class.

Others:

6.142.1. Module Attributes

sibl_gui.ui.widgets.application_QToolBar.LOGGER

6.142.2. Classes

class sibl_gui.ui.widgets.application_QToolBar.Application_QToolBar(parent=None)[source]

Bases: PyQt4.QtGui.QToolBar

This class is defines the Application toolbar.

Parameters:parent – Widget parent. ( QObject )
setToolBarChildrenWidgets()[source]

This method sets the toolBar children widgets.

Returns:Method success. ( Boolean )
getLayoutsActiveLabels()[source]

This method returns the layouts Active_QLabel widgets.

Returns:Layouts active labels. ( List )
getCentralWidgetActiveLabel()[source]

This method provides the default Central_Widget_activeLabel widget.

Returns:Central Widget active label. ( Active_QLabel )
extendMiscellaneousActiveLabel()[source]

This method extends the default Miscellaneous_activeLabel widget.

Returns:Method success. ( Boolean )
container

This method is the property for self.__container attribute.

Returns:self.__container. ( QObject )
customLayoutsMenu

This method is the property for self.__customLayoutsMenu attribute.

Returns:self.__customLayoutsMenu. ( QMenu )
getApplicationLogoLabel()

This method provides the default Application_Logo_label widget.

Returns:Application logo label. ( QLabel )
getClosureSpacerLabel()

This method provides the default Closure_Spacer_label widget.

Returns:Closure spacer label. ( QLabel )
getCustomLayoutsActiveLabel()

This method provides the default Custom_Layouts_activeLabel widget.

Returns:Layout active label. ( Active_QLabel )
getLayoutActiveLabel(resources, name, title, identity, shortcut)

This method returns a layout Active_QLabel widget.

Parameters:
  • resources – Icons resources ( Default / Hover / Active ). ( Tuple )
  • name – Ui object name. ( String )
  • title – Layout registration title. ( String )
  • identity – Layout code name. ( String )
  • shortcut – Layout associated shortcut. ( QtCore.Key )
Returns:

Layout active label. ( Active_QLabel )

getMiscellaneousActiveLabel()

This method provides the default Miscellaneous_activeLabel widget.

Returns:Miscellaneous active label. ( Active_QLabel )
getSpacerLabel()

This method provides the default Spacer_label widget.

Returns:Logo spacer label. ( QLabel )
layoutsActiveLabelsCollection

This method is the property for self.__layoutsActiveLabelsCollection attribute.

Returns:self.__layoutsActiveLabelsCollection. ( Active_QLabelsCollection )
miscellaneousMenu

This method is the property for self.__miscellaneousMenu attribute.

Returns:self.__miscellaneousMenu. ( QMenu )
setLayoutDefaultGeometry()

This method sets the toolBar layout default geometry.

Returns:Method success. ( Boolean )
settings

This method is the property for self.__settings attribute.

Returns:self.__settings. ( Preferences )

Table Of Contents

Previous topic

6.141. sibl_gui.ui.views

Next topic

6.143. sibl_gui.ui.workers

This Page