remoteUpdater.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for a RemoteUpdater class release.
Parameters: | kwargs – name, repositoryVersion, localVersion, type, url, comment. ( Key / Value pairs ) |
---|
Bases: foundations.ui.common.QWidget
Parameters: |
|
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__releases attribute.
Returns: | self.__releases. ( Dictionary ) |
---|
This method is the property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. ( String ) |
---|
This method is the property for self.__uiLogoImage attribute.
Returns: | self.__uiLogoImage. ( String ) |
---|
This method is the property for self.__uiTemplatesImage attribute.
Returns: | self.__uiTemplatesImage. ( String ) |
---|
This method is the property for self.__uiLightGrayColor attribute.
Returns: | self.__uiLightGrayColor. ( QColor ) |
---|
This method is the property for self.__uiDarkGrayColor attribute.
Returns: | self.__uiDarkGrayColor. ( QColor ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__splitter attribute.
Returns: | self.__splitter. ( String ) |
---|
This method is the property for self.__headers attribute.
Returns: | self.__headers. ( String ) |
---|
This method is the property for self.__applicationChangesUrl attribute.
Returns: | self.__applicationChangesUrl. ( String ) |
---|
This method is the property for self.__repositoryUrl attribute.
Returns: | self.__repositoryUrl. ( String ) |
---|
This method is the property for self.__downloadManager attribute.
Returns: | self.__downloadManager. ( Object ) |
---|