4.52. umbra.ui.widgets.application_QToolBar

application_QToolBar.py.py

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

Others:

4.52.1. Module Attributes

umbra.ui.widgets.application_QToolBar.LOGGER

4.52.2. Classes

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

Bases: PyQt4.QtGui.QToolBar

This class is a QToolBar subclass providing the Application toolbar.

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

This method is the property for self.__container attribute.

Returns:self.__container. ( QObject )
settings[source]

This method is the property for self.__settings attribute.

Returns:self.__settings. ( Preferences )
layoutsActiveLabelsCollection[source]

This method is the property for self.__layoutsActiveLabelsCollection attribute.

Returns:self.__layoutsActiveLabelsCollection. ( Active_QLabelsCollection )
customLayoutsMenu[source]

This method is the property for self.__customLayoutsMenu attribute.

Returns:self.__customLayoutsMenu. ( QMenu )
miscellaneousMenu[source]

This method is the property for self.__miscellaneousMenu attribute.

Returns:self.__miscellaneousMenu. ( QMenu )
setLayoutDefaultGeometry()[source]

This method sets the toolBar layout default geometry.

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

This method sets the toolBar children widgets.

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

This method provides the default Application_Logo_label widget.

Returns:Application logo label. ( QLabel )
getLayoutActiveLabel(resources, name, title, identity, shortcut)[source]

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 )

getLayoutsActiveLabels()[source]

This method returns the layouts Active_QLabel widgets.

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

This method provides the default Custom_Layouts_activeLabel widget.

Returns:Layout active label. ( Active_QLabel )
getMiscellaneousActiveLabel()[source]

This method provides the default Miscellaneous_activeLabel widget.

Returns:Miscellaneous active label. ( Active_QLabel )
getSpacerLabel()[source]

This method provides the default Spacer_label widget.

Returns:Logo spacer label. ( QLabel )
getClosureSpacerLabel()[source]

This method provides the default Closure_Spacer_label widget.

Returns:Closure spacer label. ( QLabel )

Table Of Contents

Previous topic

4.51. umbra.ui.widgets.active_QLabelsCollection

Next topic

4.53. umbra.ui.widgets.basic_QPlainTextEdit

This Page