Helpviewer/Network/AboutAccessHandler.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 4021
195a471c327b
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
16 """ 16 """
17 Class implementing a scheme access handler for about schemes. 17 Class implementing a scheme access handler for about schemes.
18 """ 18 """
19 def createRequest(self, op, request, outgoingData=None): 19 def createRequest(self, op, request, outgoingData=None):
20 """ 20 """
21 Protected method to create a request. 21 Public method to create a request.
22 22
23 @param op the operation to be performed 23 @param op the operation to be performed
24 (QNetworkAccessManager.Operation) 24 (QNetworkAccessManager.Operation)
25 @param request reference to the request object (QNetworkRequest) 25 @param request reference to the request object (QNetworkRequest)
26 @param outgoingData reference to an IODevice containing data to be sent 26 @param outgoingData reference to an IODevice containing data to be sent

eric ide

mercurial