[PyQt] QNetworkReply pyQt
    Phil Thompson 
    phil at riverbankcomputing.com
       
    Wed May  3 18:02:07 BST 2017
    
    
  
On 03/05/2017 17:15, Christopher Probst wrote:
> I am going to send the example again without a dependency to my 
> project.
> For some odd reason the finished signal is never received.
> 
> import sys
> 
> from PyQt5.QtWidgets import QApplication
> from PyQt5.QtNetwork import *
> from PyQt5.QtCore import *
> 
> class DebugginClass(QObject):
>     def __init__(self, parent=None):
>         QObject(parent)
This is Python not C++.
Phil
    
    
More information about the PyQt
mailing list