WebBrowser/GreaseMonkey/GreaseMonkeyScript.py

branch
QtWebEngine
changeset 4913
e16573640cb8
parent 4886
b56735d36159
child 4917
682750cc7bd5
equal deleted inserted replaced
4910:e97af1181efd 4913:e16573640cb8
280 self.__description = value 280 self.__description = value
281 281
282 elif key == "@version": 282 elif key == "@version":
283 self.__version = value 283 self.__version = value
284 284
285 ## elif key == "@updateURL":
286 ## self.__downloadUrl = QUrl(value)
287 ##
288 elif key in ["@include", "@match"]: 285 elif key in ["@include", "@match"]:
289 self.__include.append(value) 286 self.__include.append(value)
290 287
291 elif key in ["@exclude", "@exclude_match"]: 288 elif key in ["@exclude", "@exclude_match"]:
292 self.__exclude.append(value) 289 self.__exclude.append(value)

eric ide

mercurial