onlineUpdater.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
|
---|
Property for self.__settings attribute.
Returns: | self.__settings. |
---|---|
Return type: | QSettings |
Property for self.__settingsSection attribute.
Returns: | self.__settingsSection. |
---|---|
Return type: | unicode |
Property for self.__preferencesManager attribute.
Returns: | self.__preferencesManager. |
---|---|
Return type: | QWidget |
Property for self.__templatesOutliner attribute.
Returns: | self.__templatesOutliner. |
---|---|
Return type: | QWidget |
Property for self.__locationsBrowser attribute.
Returns: | self.__locationsBrowser. |
---|---|
Return type: | QWidget |
Property for self.__ioDirectory attribute.
Returns: | self.__ioDirectory. |
---|---|
Return type: | unicode |
Property for self.__repositoryUrl attribute.
Returns: | self.__repositoryUrl. |
---|---|
Return type: | unicode |
Property for self.__releasesFileUrl attribute.
Returns: | self.__releasesFileUrl. |
---|---|
Return type: | unicode |
Property for self.__networkAccessManager attribute.
Returns: | self.__networkAccessManager. |
---|---|
Return type: | QNetworkAccessManager |
Property for self.__releasesFileReply attribute.
Returns: | self.__releasesFileReply. |
---|---|
Return type: | QNetworkReply |
Property for self.__remoteUpdater attribute.
Returns: | self.__remoteUpdater. |
---|---|
Return type: | object |
Property for self.__reportUpdateStatus attribute.
Returns: | self.__reportUpdateStatus. |
---|---|
Return type: | bool |
Activates the Component.
Parameters: | engine (QObject) – Engine to attach the Component to. |
---|---|
Returns: | Method success. |
Return type: | bool |
Defines the slot triggered on Framework startup.
Returns: | Method success. |
---|---|
Return type: | bool |
Adds the Component Widget to the engine.
Returns: | Method success. |
---|---|
Return type: | bool |
Removes the Component Widget from the engine.
Returns: | Method success. |
---|---|
Return type: | bool |