downloadManager.py
Others:
Bases: foundations.ui.common.QWidget
Parameters: |
|
---|
This signal is emited by the DownloadManager class when a download is finished. ( pyqtSignal )
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__networkAccessManager attribute.
Returns: | self.__networkAccessManager. ( QNetworkAccessManager ) |
---|
This method is the property for self.__downloadDirectory attribute.
Returns: | self.__downloadDirectory. ( String ) |
---|
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.__requests attribute.
Returns: | self.__requests. ( List ) |
---|
This method is the property for self.__downloads attribute.
Returns: | self.__downloads. ( Dictionary ) |
---|
This method is the property for self.__currentRequest attribute.
Returns: | self.__currentRequest. ( QNetworkReply ) |
---|
This method is the property for self.__currentFile attribute.
Returns: | self.__currentFile. ( QFile ) |
---|
This method is the property for self.__currentFilePath attribute.
Returns: | self.__currentFilePath. ( String ) |
---|
This method is the property for self.__downloadStatus attribute.
Returns: | self.__downloadStatus. ( QObject ) |
---|