onlineUpdater.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Parameters: |
|
---|
This method is the property for self.__engine attribute.
Returns: | self.__engine. ( QObject ) |
---|
This method is the property for self.__settings attribute.
Returns: | self.__settings. ( QSettings ) |
---|
This method is the property for self.__settingsSection attribute.
Returns: | self.__settingsSection. ( String ) |
---|
This method is the property for self.__preferencesManager attribute.
Returns: | self.__preferencesManager. ( QWidget ) |
---|
This method is the property for self.__templatesOutliner attribute.
Returns: | self.__templatesOutliner. ( QWidget ) |
---|
This method is the property for self.__locationsBrowser attribute.
Returns: | self.__locationsBrowser. ( QWidget ) |
---|
This method is the property for self.__ioDirectory attribute.
Returns: | self.__ioDirectory. ( String ) |
---|
This method is the property for self.__repositoryUrl attribute.
Returns: | self.__repositoryUrl. ( String ) |
---|
This method is the property for self.__releasesFileUrl attribute.
Returns: | self.__releasesFileUrl. ( String ) |
---|
This method is the property for self.__networkAccessManager attribute.
Returns: | self.__networkAccessManager. ( QNetworkAccessManager ) |
---|
This method is the property for self.__releasesFileReply attribute.
Returns: | self.__releasesFileReply. ( QNetworkReply ) |
---|
This method is the property for self.__remoteUpdater attribute.
Returns: | self.__remoteUpdater. ( Object ) |
---|
This method is the property for self.__reportUpdateStatus attribute.
Returns: | self.__reportUpdateStatus. ( Boolean ) |
---|
This method activates the Component.
Parameters: | engine – Engine to attach the Component to. ( QObject ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method initializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method uninitializes the Component ui.
Returns: | Method success. ( Boolean ) |
---|
This method is triggered on Framework startup.
Returns: | Method success. ( Boolean ) |
---|
This method adds the Component Widget to the engine.
Returns: | Method success. ( Boolean ) |
---|
This method removes the Component Widget from the engine.
Returns: | Method success. ( Boolean ) |
---|