##// END OF EJS Templates
improved code generation for virtual functions to support overriding getter slots that are named as properties...
improved code generation for virtual functions to support overriding getter slots that are named as properties git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@240 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r108:f39067ff6f9f
r199:1f55453df6ee
Show More
typesystem_svg.xml
45 lines | 1.6 KiB | application/xml | XmlLexer
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <?xml version="1.0"?>
<typesystem package="com.trolltech.qt.svg"><rejection class="QGraphicsSvgItem"/>
<namespace-type name="QSvg"/>
<enum-type name="QGraphicsSvgItem::enum_1"/>
florianlink
update to Qt 4.6 xml files...
r108
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <object-type name="QSvgRenderer">
<extra-includes>
<include file-name="QRectF" location="global"/>
<include file-name="QMatrix" location="global"/>
<include file-name="QSize" location="global"/>
<include file-name="QByteArray" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
</object-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <object-type name="QSvgWidget">
<extra-includes>
<include file-name="QByteArray" location="global"/>
<include file-name="QSvgRenderer" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
</object-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
<object-type name="QSvgGenerator">
<modify-function signature="setOutputDevice(QIODevice*)">
<modify-argument index="1">
<reference-count action="set" variable-name="__rcOutputDevice"/>
</modify-argument>
</modify-function>
</object-type>
<object-type name="QGraphicsSvgItem">
<extra-includes>
<include file-name="QGraphicsItem" location="global"/>
<include file-name="QSvgRenderer" location="global"/>
<include file-name="QSize" location="global"/>
florianlink
update to Qt 4.6 xml files...
r108 </extra-includes>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10 <modify-function signature="matrix()const" remove="all"/>
<modify-function signature="resetMatrix()" remove="all"/>
<modify-function signature="sceneMatrix()const" remove="all"/>
<modify-function signature="setMatrix(QMatrix, bool)" remove="all"/>
florianlink
update to Qt 4.6 xml files...
r108 </object-type>
florianlink
syncing with my current work, updating to 1.2, see changelog...
r10
</typesystem>