application_QToolBar.py.py
Others:
Bases: PyQt4.QtGui.QToolBar
This class is a QToolBar subclass providing the Application toolbar.
Parameters: | parent – Widget parent. ( QObject ) |
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__settings attribute.
Returns: | self.__settings. ( Preferences ) |
---|
This method is the property for self.__layoutsActiveLabelsCollection attribute.
Returns: | self.__layoutsActiveLabelsCollection. ( Active_QLabelsCollection ) |
---|
This method is the property for self.__customLayoutsMenu attribute.
Returns: | self.__customLayoutsMenu. ( QMenu ) |
---|
This method is the property for self.__miscellaneousMenu attribute.
Returns: | self.__miscellaneousMenu. ( QMenu ) |
---|
This method sets the toolBar layout default geometry.
Returns: | Method success. ( Boolean ) |
---|
This method sets the toolBar children widgets.
Returns: | Method success. ( Boolean ) |
---|
This method provides the default Application_Logo_label widget.
Returns: | Application logo label. ( QLabel ) |
---|
This method returns a layout Active_QLabel widget.
Parameters: |
|
---|---|
Returns: | Layout active label. ( Active_QLabel ) |
This method returns the layouts Active_QLabel widgets.
Returns: | Layouts active labels. ( List ) |
---|
This method provides the default Custom_Layouts_activeLabel widget.
Returns: | Layout active label. ( Active_QLabel ) |
---|
This method provides the default Miscellaneous_activeLabel widget.
Returns: | Miscellaneous active label. ( Active_QLabel ) |
---|