Add Qt Simulator support
Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
This commit is contained in:
parent
e5e44b6465
commit
6914f21603
4 changed files with 52 additions and 0 deletions
11
PySide/QtWebKit/typesystem_webkit_simulator.xml
Normal file
11
PySide/QtWebKit/typesystem_webkit_simulator.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<typesystem package="PySide.QtWebKit">
|
||||
<object-type name="QWebFrame">
|
||||
<modify-function signature="print(QPrinter*)const" remove="all"/>
|
||||
</object-type>
|
||||
<object-type name="QWebView">
|
||||
<modify-function signature="print(QPrinter*)const" remove="all"/>
|
||||
</object-type>
|
||||
|
||||
<load-typesystem name="typesystem_webkit.xml" generate="yes"/>
|
||||
</typesystem>
|
||||
Loading…
Add table
Add a link
Reference in a new issue