WebBrowser/JavaScript/AutoFillJsObject.py

branch
QtWebEngine
changeset 4726
c26e2a2dc0cb
parent 4725
b19ff70ba509
child 4744
ad3f6c1caf8d
equal deleted inserted replaced
4725:b19ff70ba509 4726:c26e2a2dc0cb
34 34
35 @pyqtSlot(str, str, str, QByteArray) 35 @pyqtSlot(str, str, str, QByteArray)
36 def formSubmitted(self, urlStr, userName, password, data): 36 def formSubmitted(self, urlStr, userName, password, data):
37 """ 37 """
38 Public slot passing form data to the auto fill manager. 38 Public slot passing form data to the auto fill manager.
39
40 @param urlStr form submission URL
41 @type str
42 @param userName name of the user
43 @type str
44 @param password user password
45 @type str
46 @param data data to be submitted
47 @type QByteArray
39 """ 48 """
40 # TODO: AutoFill 49 # TODO: AutoFill
41 pass 50 pass
42 ##void AutoFillJsObject::formSubmitted(const QString &frameUrl, const QString &username, const QString &password, const QByteArray &data) 51 ##void AutoFillJsObject::formSubmitted(const QString &frameUrl, const QString &username, const QString &password, const QByteArray &data)
43 ##{ 52 ##{

eric ide

mercurial