An update:

The py-sip diff remains the same, but I have split it from the py-qt4
diff.

Changes for py-qt4:
- The license agreement patch is not required, passing --confirm-license
  is sufficient
- The Sip files are now installed into a separate PyQt4 directory. This
  is necessary, because otherwise they conflict with the Sip files of
  py-qt5. This is something that needs to be done sooner or later to
  allow py-qt4 and py-qt5 being installed simultaneously.

After this I'd like to submit my take on a py-qt5 port.

Thoughts? OK?
Index: devel/py-sip/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-sip/Makefile,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 Makefile
--- devel/py-sip/Makefile       8 Nov 2013 22:37:16 -0000       1.27
+++ devel/py-sip/Makefile       7 Jan 2015 23:31:47 -0000
@@ -6,7 +6,7 @@ SHARED_ONLY=    Yes
 
 COMMENT=       automatically generate Python bindings for C and C++ libs
 
-DISTNAME=      sip-4.15.3
+DISTNAME=      sip-4.16.5
 PKGNAME=       py-${DISTNAME}
 CATEGORIES=    devel
 
Index: devel/py-sip/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-sip/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- devel/py-sip/distinfo       8 Nov 2013 22:37:16 -0000       1.13
+++ devel/py-sip/distinfo       7 Jan 2015 23:31:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (sip-4.15.3.tar.gz) = RvJFJShm29t/tayhlL2pkcyEuoCQ1ehkdl7n5RGgU9Q=
-SIZE (sip-4.15.3.tar.gz) = 773818
+SHA256 (sip-4.16.5.tar.gz) = oAujTDC+3A9hkW6xC9EoZ7R1SRCnZmR+Plj4i9APHoc=
+SIZE (sip-4.16.5.tar.gz) = 859672
Index: devel/py-sip/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-sip/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- devel/py-sip/pkg/PLIST      8 Nov 2013 22:37:17 -0000       1.5
+++ devel/py-sip/pkg/PLIST      7 Jan 2015 23:31:47 -0000
@@ -9,7 +9,6 @@ lib/python${MODPY_VERSION}/site-packages
 share/doc/${MODPY_PY_PREFIX}sip/
 share/doc/${MODPY_PY_PREFIX}sip/annotations.txt
 share/doc/${MODPY_PY_PREFIX}sip/build_system.txt
-share/doc/${MODPY_PY_PREFIX}sip/builtin.txt
 share/doc/${MODPY_PY_PREFIX}sip/c_api.txt
 share/doc/${MODPY_PY_PREFIX}sip/command_line.txt
 share/doc/${MODPY_PY_PREFIX}sip/directives.txt
Index: x11/py-qt4/Makefile
===================================================================
RCS file: /cvs/ports/x11/py-qt4/Makefile,v
retrieving revision 1.41
diff -u -p -u -p -r1.41 Makefile
--- x11/py-qt4/Makefile 8 Nov 2013 22:37:43 -0000       1.41
+++ x11/py-qt4/Makefile 7 Jan 2015 23:31:27 -0000
@@ -5,12 +5,11 @@ SHARED_ONLY=  Yes
 COMMENT-main=  python Qt4 bindings
 COMMENT-docs=  py-qt4 documentation
 
-V=             4.10.3
+V=             4.11.3
 DISTNAME=      PyQt-x11-gpl-${V}
 PKGNAME=       py-qt4-${V}
 PKGNAME-main=  py-qt4-${V}
 PKGNAME-docs=  py-qt4-docs-${V}
-EPOCH=         0
 
 CATEGORIES=    x11 devel
 
@@ -46,16 +45,18 @@ MODULES=    devel/gettext \
                lang/python \
                x11/qt4
 
+USE_GMAKE=     Yes
 CONFIGURE_STYLE=simple
 CONFIGURE_SCRIPT=${MODPY_BIN} configure.py
 CONFIGURE_ARGS=        --verbose \
                --qmake="${LOCALBASE}/bin/qmake4" \
                --bindir="${PREFIX}/bin" \
                --destdir="${MODPY_SITEPKG}" \
-               --sipdir="${PREFIX}/share/sip" \
+               --sipdir="${PREFIX}/share/sip/PyQt4" \
                --vendorid-incdir="${MODPY_INCDIR}" \
                --vendorid-libdir="${MODPY_LIBDIR}" \
                --no-qsci-api \
+               --confirm-license \
                INCDIR_QT=${MODQT_INCDIR} \
                LIBDIR="${X11BASE}/lib ${LOCALBASE}/lib" \
                LIBDIR_QT=${MODQT_LIBDIR} \
Index: x11/py-qt4/distinfo
===================================================================
RCS file: /cvs/ports/x11/py-qt4/distinfo,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 distinfo
--- x11/py-qt4/distinfo 8 Nov 2013 22:37:43 -0000       1.16
+++ x11/py-qt4/distinfo 7 Jan 2015 23:31:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (PyQt-x11-gpl-4.10.3.tar.gz) = 
pxO+vvOUITssnh/gytVpm4adw1a7pQdm4GkBPrqL9jA=
-SIZE (PyQt-x11-gpl-4.10.3.tar.gz) = 11187362
+SHA256 (PyQt-x11-gpl-4.11.3.tar.gz) = 
hTeA3Nvi5rp4XXA9BZsJbh/Ek2nT6NQaBgvodLh0VoY=
+SIZE (PyQt-x11-gpl-4.11.3.tar.gz) = 11120237
Index: x11/py-qt4/patches/patch-configure_py
===================================================================
RCS file: /cvs/ports/x11/py-qt4/patches/patch-configure_py,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 patch-configure_py
--- x11/py-qt4/patches/patch-configure_py       8 Nov 2013 22:37:43 -0000       
1.12
+++ x11/py-qt4/patches/patch-configure_py       7 Jan 2015 23:31:27 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_py,v 1.12 2013/11/08 22:37:43 sthen Exp $
---- configure.py.orig  Wed Aug 21 06:50:47 2013
-+++ configure.py       Fri Nov  8 08:58:17 2013
-@@ -1159,6 +1159,17 @@ def run_command(cmd, envvars=None):
+--- configure.py.orig  Sun Nov  9 17:47:54 2014
++++ configure.py       Wed Dec 31 17:32:11 2014
+@@ -1164,6 +1164,17 @@ def run_command(cmd, envvars=None):
  
      cmd is the command to run.
      """
@@ -19,12 +19,3 @@ $OpenBSD: patch-configure_py,v 1.12 2013
      if opts.verbose:
          sys.stdout.write(cmd + "\n")
  
-@@ -1841,7 +1852,7 @@ Type 'no' to decline the terms of the license.
-             sys.stdout.flush()
- 
-             try:
--                resp = sys.stdin.readline()
-+                resp = "yes"
-             except KeyboardInterrupt:
-                 raise SystemExit
-             except:
Index: x11/py-qt4/patches/patch-dbus_dbus_cpp
===================================================================
RCS file: x11/py-qt4/patches/patch-dbus_dbus_cpp
diff -N x11/py-qt4/patches/patch-dbus_dbus_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ x11/py-qt4/patches/patch-dbus_dbus_cpp      7 Jan 2015 23:31:27 -0000
@@ -0,0 +1,39 @@
+$OpenBSD$
+--- dbus/dbus.cpp.orig Sun Nov  9 17:48:01 2014
++++ dbus/dbus.cpp      Wed Dec 31 18:29:52 2014
+@@ -36,7 +36,7 @@ static dbus_bool_t add_watch(DBusWatch *watch, void *d
+ {
+     pyqtDBusHelper *hlp = reinterpret_cast<pyqtDBusHelper *>(data);
+ 
+-    int fd = dbus_watch_get_fd(watch);
++    int fd = dbus_watch_get_unix_fd(watch);
+     unsigned int flags = dbus_watch_get_flags(watch);
+     dbus_bool_t enabled = dbus_watch_get_enabled(watch);
+ 
+@@ -69,7 +69,7 @@ static void remove_watch(DBusWatch *watch, void *data)
+ {
+     pyqtDBusHelper *hlp = reinterpret_cast<pyqtDBusHelper *>(data);
+ 
+-    int fd = dbus_watch_get_fd(watch);
++    int fd = dbus_watch_get_unix_fd(watch);
+ 
+     pyqtDBusHelper::Watchers::iterator it = hlp->watchers.find(fd);
+ 
+@@ -101,7 +101,7 @@ static void toggle_watch(DBusWatch *watch, void *data)
+ {
+     pyqtDBusHelper *hlp = reinterpret_cast<pyqtDBusHelper *>(data);
+ 
+-    int fd = dbus_watch_get_fd(watch);
++    int fd = dbus_watch_get_unix_fd(watch);
+     unsigned int flags = dbus_watch_get_flags(watch);
+     dbus_bool_t enabled = dbus_watch_get_enabled(watch);
+ 
+@@ -349,7 +349,7 @@ static PyObject *DBusQtMainLoop(PyObject *, PyObject *
+     }
+ 
+     int set_as_default = 0;
+-    static char *argnames[] = {"set_as_default", 0};
++    static char *argnames[] = {(char*)"set_as_default", 0};
+ 
+     if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i", argnames, 
&set_as_default))
+         return 0;
Index: x11/py-qt4/pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/x11/py-qt4/pkg/PLIST-docs,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 PLIST-docs
--- x11/py-qt4/pkg/PLIST-docs   8 Nov 2013 22:37:43 -0000       1.10
+++ x11/py-qt4/pkg/PLIST-docs   7 Jan 2015 23:31:27 -0000
@@ -477,7 +477,7 @@ share/doc/${MODPY_PY_PREFIX}qt4/html/pho
 share/doc/${MODPY_PY_PREFIX}qt4/html/phonon-volumeslider.html
 share/doc/${MODPY_PY_PREFIX}qt4/html/phonon.html
 share/doc/${MODPY_PY_PREFIX}qt4/html/pickle.html
-share/doc/${MODPY_PY_PREFIX}qt4/html/py-modindex.html
+share/doc/${MODPY_PY_PREFIX}qt4/html/${MODPY_PY_PREFIX}modindex.html
 share/doc/${MODPY_PY_PREFIX}qt4/html/pyqt_qsettings.html
 share/doc/${MODPY_PY_PREFIX}qt4/html/pyqt_qvariant.html
 share/doc/${MODPY_PY_PREFIX}qt4/html/python_shell.html
Index: x11/py-qt4/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/py-qt4/pkg/PLIST-main,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 PLIST-main
--- x11/py-qt4/pkg/PLIST-main   8 Nov 2013 22:37:43 -0000       1.15
+++ x11/py-qt4/pkg/PLIST-main   7 Jan 2015 23:31:27 -0000
@@ -92,539 +92,537 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/PyQt4/uic/widget-plugins/qtwebkit.py
 lib/python${MODPY_VERSION}/site-packages/PyQt4/uic/widget-plugins/qtwebkit.pyc
 lib/python${MODPY_VERSION}/site-packages/dbus/mainloop/qt.so
-lib/qt4/
-lib/qt4/plugins/
-lib/qt4/plugins/designer/
 lib/qt4/plugins/designer/libpyqt4.so
 share/sip/
-share/sip/Qt/
-share/sip/Qt/Qtmod.sip
-share/sip/QtCore/
-share/sip/QtCore/QtCoremod.sip
-share/sip/QtCore/qabstractanimation.sip
-share/sip/QtCore/qabstracteventdispatcher.sip
-share/sip/QtCore/qabstractfileengine.sip
-share/sip/QtCore/qabstractitemmodel.sip
-share/sip/QtCore/qabstractnativeeventfilter.sip
-share/sip/QtCore/qabstractstate.sip
-share/sip/QtCore/qabstracttransition.sip
-share/sip/QtCore/qanimationgroup.sip
-share/sip/QtCore/qbasictimer.sip
-share/sip/QtCore/qbitarray.sip
-share/sip/QtCore/qbuffer.sip
-share/sip/QtCore/qbytearray.sip
-share/sip/QtCore/qbytearraymatcher.sip
-share/sip/QtCore/qchar.sip
-share/sip/QtCore/qcoreapplication.sip
-share/sip/QtCore/qcoreevent.sip
-share/sip/QtCore/qcryptographichash.sip
-share/sip/QtCore/qdatastream.sip
-share/sip/QtCore/qdatetime.sip
-share/sip/QtCore/qdir.sip
-share/sip/QtCore/qdiriterator.sip
-share/sip/QtCore/qeasingcurve.sip
-share/sip/QtCore/qelapsedtimer.sip
-share/sip/QtCore/qeventloop.sip
-share/sip/QtCore/qeventtransition.sip
-share/sip/QtCore/qfile.sip
-share/sip/QtCore/qfiledevice.sip
-share/sip/QtCore/qfileinfo.sip
-share/sip/QtCore/qfilesystemwatcher.sip
-share/sip/QtCore/qfinalstate.sip
-share/sip/QtCore/qfsfileengine.sip
-share/sip/QtCore/qglobal.sip
-share/sip/QtCore/qhash.sip
-share/sip/QtCore/qhistorystate.sip
-share/sip/QtCore/qiodevice.sip
-share/sip/QtCore/qlibrary.sip
-share/sip/QtCore/qlibraryinfo.sip
-share/sip/QtCore/qline.sip
-share/sip/QtCore/qlist.sip
-share/sip/QtCore/qlocale.sip
-share/sip/QtCore/qmap.sip
-share/sip/QtCore/qmargins.sip
-share/sip/QtCore/qmetaobject.sip
-share/sip/QtCore/qmetatype.sip
-share/sip/QtCore/qmimedata.sip
-share/sip/QtCore/qmutex.sip
-share/sip/QtCore/qnamespace.sip
-share/sip/QtCore/qnumeric.sip
-share/sip/QtCore/qobject.sip
-share/sip/QtCore/qobjectcleanuphandler.sip
-share/sip/QtCore/qobjectdefs.sip
-share/sip/QtCore/qpair.sip
-share/sip/QtCore/qparallelanimationgroup.sip
-share/sip/QtCore/qpauseanimation.sip
-share/sip/QtCore/qpluginloader.sip
-share/sip/QtCore/qpoint.sip
-share/sip/QtCore/qprocess.sip
-share/sip/QtCore/qpropertyanimation.sip
-share/sip/QtCore/qpynullvariant.sip
-share/sip/QtCore/qreadwritelock.sip
-share/sip/QtCore/qrect.sip
-share/sip/QtCore/qregexp.sip
-share/sip/QtCore/qresource.sip
-share/sip/QtCore/qrunnable.sip
-share/sip/QtCore/qsemaphore.sip
-share/sip/QtCore/qsequentialanimationgroup.sip
-share/sip/QtCore/qset.sip
-share/sip/QtCore/qsettings.sip
-share/sip/QtCore/qsharedmemory.sip
-share/sip/QtCore/qsignalmapper.sip
-share/sip/QtCore/qsignaltransition.sip
-share/sip/QtCore/qsize.sip
-share/sip/QtCore/qsocketnotifier.sip
-share/sip/QtCore/qstate.sip
-share/sip/QtCore/qstatemachine.sip
-share/sip/QtCore/qstring.sip
-share/sip/QtCore/qstringlist.sip
-share/sip/QtCore/qstringmatcher.sip
-share/sip/QtCore/qsystemsemaphore.sip
-share/sip/QtCore/qtemporaryfile.sip
-share/sip/QtCore/qtextboundaryfinder.sip
-share/sip/QtCore/qtextcodec.sip
-share/sip/QtCore/qtextstream.sip
-share/sip/QtCore/qthread.sip
-share/sip/QtCore/qthreadpool.sip
-share/sip/QtCore/qtimeline.sip
-share/sip/QtCore/qtimer.sip
-share/sip/QtCore/qtranslator.sip
-share/sip/QtCore/qurl.sip
-share/sip/QtCore/qurlquery.sip
-share/sip/QtCore/quuid.sip
-share/sip/QtCore/qvariant.sip
-share/sip/QtCore/qvariantanimation.sip
-share/sip/QtCore/qvector.sip
-share/sip/QtCore/qwaitcondition.sip
-share/sip/QtCore/qwineventnotifier.sip
-share/sip/QtCore/qxmlstream.sip
-share/sip/QtDBus/
-share/sip/QtDBus/QtDBusmod.sip
-share/sip/QtDBus/qdbusabstractadaptor.sip
-share/sip/QtDBus/qdbusabstractinterface.sip
-share/sip/QtDBus/qdbusargument.sip
-share/sip/QtDBus/qdbusconnection.sip
-share/sip/QtDBus/qdbusconnectioninterface.sip
-share/sip/QtDBus/qdbuserror.sip
-share/sip/QtDBus/qdbusextratypes.sip
-share/sip/QtDBus/qdbusinterface.sip
-share/sip/QtDBus/qdbusmessage.sip
-share/sip/QtDBus/qdbuspendingcall.sip
-share/sip/QtDBus/qdbusservicewatcher.sip
-share/sip/QtDBus/qdbusunixfiledescriptor.sip
-share/sip/QtDBus/qpydbuspendingreply.sip
-share/sip/QtDBus/qpydbusreply.sip
-share/sip/QtDeclarative/
-share/sip/QtDeclarative/QtDeclarativemod.sip
-share/sip/QtDeclarative/qdeclarativecomponent.sip
-share/sip/QtDeclarative/qdeclarativecontext.sip
-share/sip/QtDeclarative/qdeclarativeengine.sip
-share/sip/QtDeclarative/qdeclarativeerror.sip
-share/sip/QtDeclarative/qdeclarativeexpression.sip
-share/sip/QtDeclarative/qdeclarativeextensionplugin.sip
-share/sip/QtDeclarative/qdeclarativeimageprovider.sip
-share/sip/QtDeclarative/qdeclarativeitem.sip
-share/sip/QtDeclarative/qdeclarativelist.sip
-share/sip/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip
-share/sip/QtDeclarative/qdeclarativeparserstatus.sip
-share/sip/QtDeclarative/qdeclarativeproperty.sip
-share/sip/QtDeclarative/qdeclarativepropertymap.sip
-share/sip/QtDeclarative/qdeclarativepropertyvaluesource.sip
-share/sip/QtDeclarative/qdeclarativescriptstring.sip
-share/sip/QtDeclarative/qdeclarativeview.sip
-share/sip/QtDeclarative/qpydeclarativelistproperty.sip
-share/sip/QtDeclarative/qpydeclarativepropertyvaluesource.sip
-share/sip/QtDesigner/
-share/sip/QtDesigner/QtDesignermod.sip
-share/sip/QtDesigner/abstractactioneditor.sip
-share/sip/QtDesigner/abstractformbuilder.sip
-share/sip/QtDesigner/abstractformeditor.sip
-share/sip/QtDesigner/abstractformwindow.sip
-share/sip/QtDesigner/abstractformwindowcursor.sip
-share/sip/QtDesigner/abstractformwindowmanager.sip
-share/sip/QtDesigner/abstractobjectinspector.sip
-share/sip/QtDesigner/abstractpropertyeditor.sip
-share/sip/QtDesigner/abstractwidgetbox.sip
-share/sip/QtDesigner/container.sip
-share/sip/QtDesigner/customwidget.sip
-share/sip/QtDesigner/default_extensionfactory.sip
-share/sip/QtDesigner/extension.sip
-share/sip/QtDesigner/formbuilder.sip
-share/sip/QtDesigner/membersheet.sip
-share/sip/QtDesigner/propertysheet.sip
-share/sip/QtDesigner/qextensionmanager.sip
-share/sip/QtDesigner/qpydesignercontainerextension.sip
-share/sip/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
-share/sip/QtDesigner/qpydesignercustomwidgetplugin.sip
-share/sip/QtDesigner/qpydesignermembersheetextension.sip
-share/sip/QtDesigner/qpydesignerpropertysheetextension.sip
-share/sip/QtDesigner/qpydesignertaskmenuextension.sip
-share/sip/QtDesigner/taskmenu.sip
-share/sip/QtGui/
-share/sip/QtGui/QtGuimod.sip
-share/sip/QtGui/qabstractbutton.sip
-share/sip/QtGui/qabstractitemdelegate.sip
-share/sip/QtGui/qabstractitemview.sip
-share/sip/QtGui/qabstractprintdialog.sip
-share/sip/QtGui/qabstractproxymodel.sip
-share/sip/QtGui/qabstractscrollarea.sip
-share/sip/QtGui/qabstractslider.sip
-share/sip/QtGui/qabstractspinbox.sip
-share/sip/QtGui/qabstracttextdocumentlayout.sip
-share/sip/QtGui/qaction.sip
-share/sip/QtGui/qactiongroup.sip
-share/sip/QtGui/qapplication.sip
-share/sip/QtGui/qbitmap.sip
-share/sip/QtGui/qboxlayout.sip
-share/sip/QtGui/qbrush.sip
-share/sip/QtGui/qbuttongroup.sip
-share/sip/QtGui/qcalendarwidget.sip
-share/sip/QtGui/qcheckbox.sip
-share/sip/QtGui/qclipboard.sip
-share/sip/QtGui/qcolor.sip
-share/sip/QtGui/qcolordialog.sip
-share/sip/QtGui/qcolumnview.sip
-share/sip/QtGui/qcombobox.sip
-share/sip/QtGui/qcommandlinkbutton.sip
-share/sip/QtGui/qcommonstyle.sip
-share/sip/QtGui/qcompleter.sip
-share/sip/QtGui/qcursor.sip
-share/sip/QtGui/qdatawidgetmapper.sip
-share/sip/QtGui/qdatetimeedit.sip
-share/sip/QtGui/qdesktopservices.sip
-share/sip/QtGui/qdesktopwidget.sip
-share/sip/QtGui/qdial.sip
-share/sip/QtGui/qdialog.sip
-share/sip/QtGui/qdialogbuttonbox.sip
-share/sip/QtGui/qdirmodel.sip
-share/sip/QtGui/qdockwidget.sip
-share/sip/QtGui/qdrag.sip
-share/sip/QtGui/qdrawutil.sip
-share/sip/QtGui/qerrormessage.sip
-share/sip/QtGui/qevent.sip
-share/sip/QtGui/qfiledialog.sip
-share/sip/QtGui/qfileiconprovider.sip
-share/sip/QtGui/qfilesystemmodel.sip
-share/sip/QtGui/qfocusframe.sip
-share/sip/QtGui/qfont.sip
-share/sip/QtGui/qfontcombobox.sip
-share/sip/QtGui/qfontdatabase.sip
-share/sip/QtGui/qfontdialog.sip
-share/sip/QtGui/qfontinfo.sip
-share/sip/QtGui/qfontmetrics.sip
-share/sip/QtGui/qformlayout.sip
-share/sip/QtGui/qframe.sip
-share/sip/QtGui/qgenericmatrix.sip
-share/sip/QtGui/qgesture.sip
-share/sip/QtGui/qgesturerecognizer.sip
-share/sip/QtGui/qglyphrun.sip
-share/sip/QtGui/qgraphicsanchorlayout.sip
-share/sip/QtGui/qgraphicseffect.sip
-share/sip/QtGui/qgraphicsgridlayout.sip
-share/sip/QtGui/qgraphicsitem.sip
-share/sip/QtGui/qgraphicsitemanimation.sip
-share/sip/QtGui/qgraphicslayout.sip
-share/sip/QtGui/qgraphicslayoutitem.sip
-share/sip/QtGui/qgraphicslinearlayout.sip
-share/sip/QtGui/qgraphicsproxywidget.sip
-share/sip/QtGui/qgraphicsscene.sip
-share/sip/QtGui/qgraphicssceneevent.sip
-share/sip/QtGui/qgraphicstransform.sip
-share/sip/QtGui/qgraphicsview.sip
-share/sip/QtGui/qgraphicswidget.sip
-share/sip/QtGui/qgridlayout.sip
-share/sip/QtGui/qgroupbox.sip
-share/sip/QtGui/qguiapplication.sip
-share/sip/QtGui/qheaderview.sip
-share/sip/QtGui/qicon.sip
-share/sip/QtGui/qiconengine.sip
-share/sip/QtGui/qidentityproxymodel.sip
-share/sip/QtGui/qimage.sip
-share/sip/QtGui/qimageiohandler.sip
-share/sip/QtGui/qimagereader.sip
-share/sip/QtGui/qimagewriter.sip
-share/sip/QtGui/qinputcontext.sip
-share/sip/QtGui/qinputcontextfactory.sip
-share/sip/QtGui/qinputdialog.sip
-share/sip/QtGui/qitemdelegate.sip
-share/sip/QtGui/qitemeditorfactory.sip
-share/sip/QtGui/qitemselectionmodel.sip
-share/sip/QtGui/qkeyeventtransition.sip
-share/sip/QtGui/qkeysequence.sip
-share/sip/QtGui/qlabel.sip
-share/sip/QtGui/qlayout.sip
-share/sip/QtGui/qlayoutitem.sip
-share/sip/QtGui/qlcdnumber.sip
-share/sip/QtGui/qlineedit.sip
-share/sip/QtGui/qlistview.sip
-share/sip/QtGui/qlistwidget.sip
-share/sip/QtGui/qmainwindow.sip
-share/sip/QtGui/qmatrix.sip
-share/sip/QtGui/qmatrix4x4.sip
-share/sip/QtGui/qmdiarea.sip
-share/sip/QtGui/qmdisubwindow.sip
-share/sip/QtGui/qmenu.sip
-share/sip/QtGui/qmenubar.sip
-share/sip/QtGui/qmessagebox.sip
-share/sip/QtGui/qmime.sip
-share/sip/QtGui/qmouseeventtransition.sip
-share/sip/QtGui/qmovie.sip
-share/sip/QtGui/qpagedpaintdevice.sip
-share/sip/QtGui/qpagesetupdialog.sip
-share/sip/QtGui/qpaintdevice.sip
-share/sip/QtGui/qpaintengine.sip
-share/sip/QtGui/qpainter.sip
-share/sip/QtGui/qpainterpath.sip
-share/sip/QtGui/qpalette.sip
-share/sip/QtGui/qpen.sip
-share/sip/QtGui/qpicture.sip
-share/sip/QtGui/qpixmap.sip
-share/sip/QtGui/qpixmapcache.sip
-share/sip/QtGui/qplaintextedit.sip
-share/sip/QtGui/qpolygon.sip
-share/sip/QtGui/qprintdialog.sip
-share/sip/QtGui/qprintengine.sip
-share/sip/QtGui/qprinter.sip
-share/sip/QtGui/qprinterinfo.sip
-share/sip/QtGui/qprintpreviewdialog.sip
-share/sip/QtGui/qprintpreviewwidget.sip
-share/sip/QtGui/qprogressbar.sip
-share/sip/QtGui/qprogressdialog.sip
-share/sip/QtGui/qproxymodel.sip
-share/sip/QtGui/qpushbutton.sip
-share/sip/QtGui/qpytextobject.sip
-share/sip/QtGui/qquaternion.sip
-share/sip/QtGui/qradiobutton.sip
-share/sip/QtGui/qrawfont.sip
-share/sip/QtGui/qregion.sip
-share/sip/QtGui/qrgb.sip
-share/sip/QtGui/qrubberband.sip
-share/sip/QtGui/qscreen.sip
-share/sip/QtGui/qscrollarea.sip
-share/sip/QtGui/qscrollbar.sip
-share/sip/QtGui/qsessionmanager.sip
-share/sip/QtGui/qshortcut.sip
-share/sip/QtGui/qsizegrip.sip
-share/sip/QtGui/qsizepolicy.sip
-share/sip/QtGui/qslider.sip
-share/sip/QtGui/qsortfilterproxymodel.sip
-share/sip/QtGui/qsound.sip
-share/sip/QtGui/qspinbox.sip
-share/sip/QtGui/qsplashscreen.sip
-share/sip/QtGui/qsplitter.sip
-share/sip/QtGui/qstackedlayout.sip
-share/sip/QtGui/qstackedwidget.sip
-share/sip/QtGui/qstandarditemmodel.sip
-share/sip/QtGui/qstatictext.sip
-share/sip/QtGui/qstatusbar.sip
-share/sip/QtGui/qstringlistmodel.sip
-share/sip/QtGui/qstyle.sip
-share/sip/QtGui/qstyleditemdelegate.sip
-share/sip/QtGui/qstylefactory.sip
-share/sip/QtGui/qstyleoption.sip
-share/sip/QtGui/qstylepainter.sip
-share/sip/QtGui/qsyntaxhighlighter.sip
-share/sip/QtGui/qsystemtrayicon.sip
-share/sip/QtGui/qtabbar.sip
-share/sip/QtGui/qtableview.sip
-share/sip/QtGui/qtablewidget.sip
-share/sip/QtGui/qtabwidget.sip
-share/sip/QtGui/qtextbrowser.sip
-share/sip/QtGui/qtextcursor.sip
-share/sip/QtGui/qtextdocument.sip
-share/sip/QtGui/qtextdocumentfragment.sip
-share/sip/QtGui/qtextdocumentwriter.sip
-share/sip/QtGui/qtextedit.sip
-share/sip/QtGui/qtextformat.sip
-share/sip/QtGui/qtextlayout.sip
-share/sip/QtGui/qtextlist.sip
-share/sip/QtGui/qtextobject.sip
-share/sip/QtGui/qtextoption.sip
-share/sip/QtGui/qtexttable.sip
-share/sip/QtGui/qtoolbar.sip
-share/sip/QtGui/qtoolbox.sip
-share/sip/QtGui/qtoolbutton.sip
-share/sip/QtGui/qtooltip.sip
-share/sip/QtGui/qtouchdevice.sip
-share/sip/QtGui/qtransform.sip
-share/sip/QtGui/qtreeview.sip
-share/sip/QtGui/qtreewidget.sip
-share/sip/QtGui/qtreewidgetitemiterator.sip
-share/sip/QtGui/qundogroup.sip
-share/sip/QtGui/qundostack.sip
-share/sip/QtGui/qundoview.sip
-share/sip/QtGui/qvalidator.sip
-share/sip/QtGui/qvector2d.sip
-share/sip/QtGui/qvector3d.sip
-share/sip/QtGui/qvector4d.sip
-share/sip/QtGui/qwhatsthis.sip
-share/sip/QtGui/qwidget.sip
-share/sip/QtGui/qwidgetaction.sip
-share/sip/QtGui/qwindowdefs.sip
-share/sip/QtGui/qwizard.sip
-share/sip/QtGui/qworkspace.sip
-share/sip/QtGui/qx11embed_x11.sip
-share/sip/QtGui/qx11info_x11.sip
-share/sip/QtHelp/
-share/sip/QtHelp/QtHelpmod.sip
-share/sip/QtHelp/qhelpcontentwidget.sip
-share/sip/QtHelp/qhelpengine.sip
-share/sip/QtHelp/qhelpenginecore.sip
-share/sip/QtHelp/qhelpindexwidget.sip
-share/sip/QtHelp/qhelpsearchengine.sip
-share/sip/QtHelp/qhelpsearchquerywidget.sip
-share/sip/QtHelp/qhelpsearchresultwidget.sip
-share/sip/QtMultimedia/
-share/sip/QtMultimedia/QtMultimediamod.sip
-share/sip/QtMultimedia/qabstractvideobuffer.sip
-share/sip/QtMultimedia/qabstractvideosurface.sip
-share/sip/QtMultimedia/qaudio.sip
-share/sip/QtMultimedia/qaudiodeviceinfo.sip
-share/sip/QtMultimedia/qaudioformat.sip
-share/sip/QtMultimedia/qaudioinput.sip
-share/sip/QtMultimedia/qaudiooutput.sip
-share/sip/QtMultimedia/qvideoframe.sip
-share/sip/QtMultimedia/qvideosurfaceformat.sip
-share/sip/QtNetwork/
-share/sip/QtNetwork/QtNetworkmod.sip
-share/sip/QtNetwork/qabstractnetworkcache.sip
-share/sip/QtNetwork/qabstractsocket.sip
-share/sip/QtNetwork/qauthenticator.sip
-share/sip/QtNetwork/qdnslookup.sip
-share/sip/QtNetwork/qftp.sip
-share/sip/QtNetwork/qhostaddress.sip
-share/sip/QtNetwork/qhostinfo.sip
-share/sip/QtNetwork/qhttp.sip
-share/sip/QtNetwork/qhttpmultipart.sip
-share/sip/QtNetwork/qlocalserver.sip
-share/sip/QtNetwork/qlocalsocket.sip
-share/sip/QtNetwork/qnetworkaccessmanager.sip
-share/sip/QtNetwork/qnetworkconfigmanager.sip
-share/sip/QtNetwork/qnetworkconfiguration.sip
-share/sip/QtNetwork/qnetworkcookie.sip
-share/sip/QtNetwork/qnetworkcookiejar.sip
-share/sip/QtNetwork/qnetworkdiskcache.sip
-share/sip/QtNetwork/qnetworkinterface.sip
-share/sip/QtNetwork/qnetworkproxy.sip
-share/sip/QtNetwork/qnetworkreply.sip
-share/sip/QtNetwork/qnetworkrequest.sip
-share/sip/QtNetwork/qnetworksession.sip
-share/sip/QtNetwork/qssl.sip
-share/sip/QtNetwork/qsslcertificate.sip
-share/sip/QtNetwork/qsslcertificateextension.sip
-share/sip/QtNetwork/qsslcipher.sip
-share/sip/QtNetwork/qsslconfiguration.sip
-share/sip/QtNetwork/qsslerror.sip
-share/sip/QtNetwork/qsslkey.sip
-share/sip/QtNetwork/qsslsocket.sip
-share/sip/QtNetwork/qtcpserver.sip
-share/sip/QtNetwork/qtcpsocket.sip
-share/sip/QtNetwork/qudpsocket.sip
-share/sip/QtNetwork/qurlinfo.sip
-share/sip/QtOpenGL/
-share/sip/QtOpenGL/QtOpenGLmod.sip
-share/sip/QtOpenGL/opengl_types.sip
-share/sip/QtOpenGL/qgl.sip
-share/sip/QtOpenGL/qglbuffer.sip
-share/sip/QtOpenGL/qglcolormap.sip
-share/sip/QtOpenGL/qglframebufferobject.sip
-share/sip/QtOpenGL/qglpixelbuffer.sip
-share/sip/QtOpenGL/qglshaderprogram.sip
-share/sip/QtScript/
-share/sip/QtScript/QtScriptmod.sip
-share/sip/QtScript/qscriptclass.sip
-share/sip/QtScript/qscriptclasspropertyiterator.sip
-share/sip/QtScript/qscriptcontext.sip
-share/sip/QtScript/qscriptcontextinfo.sip
-share/sip/QtScript/qscriptengine.sip
-share/sip/QtScript/qscriptengineagent.sip
-share/sip/QtScript/qscriptstring.sip
-share/sip/QtScript/qscriptvalue.sip
-share/sip/QtScript/qscriptvalueiterator.sip
-share/sip/QtScriptTools/
-share/sip/QtScriptTools/QtScriptToolsmod.sip
-share/sip/QtScriptTools/qscriptenginedebugger.sip
-share/sip/QtSql/
-share/sip/QtSql/QtSqlmod.sip
-share/sip/QtSql/qsql.sip
-share/sip/QtSql/qsqldatabase.sip
-share/sip/QtSql/qsqldriver.sip
-share/sip/QtSql/qsqlerror.sip
-share/sip/QtSql/qsqlfield.sip
-share/sip/QtSql/qsqlindex.sip
-share/sip/QtSql/qsqlquery.sip
-share/sip/QtSql/qsqlquerymodel.sip
-share/sip/QtSql/qsqlrecord.sip
-share/sip/QtSql/qsqlrelationaldelegate.sip
-share/sip/QtSql/qsqlrelationaltablemodel.sip
-share/sip/QtSql/qsqlresult.sip
-share/sip/QtSql/qsqltablemodel.sip
-share/sip/QtSvg/
-share/sip/QtSvg/QtSvgmod.sip
-share/sip/QtSvg/qgraphicssvgitem.sip
-share/sip/QtSvg/qsvggenerator.sip
-share/sip/QtSvg/qsvgrenderer.sip
-share/sip/QtSvg/qsvgwidget.sip
-share/sip/QtTest/
-share/sip/QtTest/QtTestmod.sip
-share/sip/QtTest/qtestcase.sip
-share/sip/QtTest/qtestkeyboard.sip
-share/sip/QtTest/qtestmouse.sip
-share/sip/QtTest/qtestsystem.sip
-share/sip/QtWebKit/
-share/sip/QtWebKit/QtWebKitmod.sip
-share/sip/QtWebKit/qgraphicswebview.sip
-share/sip/QtWebKit/qwebdatabase.sip
-share/sip/QtWebKit/qwebelement.sip
-share/sip/QtWebKit/qwebframe.sip
-share/sip/QtWebKit/qwebhistory.sip
-share/sip/QtWebKit/qwebhistoryinterface.sip
-share/sip/QtWebKit/qwebinspector.sip
-share/sip/QtWebKit/qwebkitglobal.sip
-share/sip/QtWebKit/qwebkitversion.sip
-share/sip/QtWebKit/qwebpage.sip
-share/sip/QtWebKit/qwebpluginfactory.sip
-share/sip/QtWebKit/qwebsecurityorigin.sip
-share/sip/QtWebKit/qwebsettings.sip
-share/sip/QtWebKit/qwebview.sip
-share/sip/QtXml/
-share/sip/QtXml/QtXmlmod.sip
-share/sip/QtXml/qdom.sip
-share/sip/QtXml/qxml.sip
-share/sip/QtXml/qxmlstream.sip
-share/sip/QtXmlPatterns/
-share/sip/QtXmlPatterns/QtXmlPatternsmod.sip
-share/sip/QtXmlPatterns/qabstractmessagehandler.sip
-share/sip/QtXmlPatterns/qabstracturiresolver.sip
-share/sip/QtXmlPatterns/qabstractxmlnodemodel.sip
-share/sip/QtXmlPatterns/qabstractxmlreceiver.sip
-share/sip/QtXmlPatterns/qsimplexmlnodemodel.sip
-share/sip/QtXmlPatterns/qsourcelocation.sip
-share/sip/QtXmlPatterns/qxmlformatter.sip
-share/sip/QtXmlPatterns/qxmlname.sip
-share/sip/QtXmlPatterns/qxmlnamepool.sip
-share/sip/QtXmlPatterns/qxmlquery.sip
-share/sip/QtXmlPatterns/qxmlresultitems.sip
-share/sip/QtXmlPatterns/qxmlschema.sip
-share/sip/QtXmlPatterns/qxmlschemavalidator.sip
-share/sip/QtXmlPatterns/qxmlserializer.sip
-share/sip/phonon/
-share/sip/phonon/abstractaudiooutput.sip
-share/sip/phonon/abstractvideooutput.sip
-share/sip/phonon/audiooutput.sip
-share/sip/phonon/backendcapabilities.sip
-share/sip/phonon/effect.sip
-share/sip/phonon/effectparameter.sip
-share/sip/phonon/effectwidget.sip
-share/sip/phonon/mediacontroller.sip
-share/sip/phonon/medianode.sip
-share/sip/phonon/mediaobject.sip
-share/sip/phonon/mediasource.sip
-share/sip/phonon/objectdescription.sip
-share/sip/phonon/path.sip
-share/sip/phonon/phononmod.sip
-share/sip/phonon/phononnamespace.sip
-share/sip/phonon/seekslider.sip
-share/sip/phonon/videoplayer.sip
-share/sip/phonon/videowidget.sip
-share/sip/phonon/volumeslider.sip
+share/sip/PyQt4/
+share/sip/PyQt4/Qt/
+share/sip/PyQt4/Qt/Qtmod.sip
+share/sip/PyQt4/QtCore/
+share/sip/PyQt4/QtCore/QtCoremod.sip
+share/sip/PyQt4/QtCore/qabstractanimation.sip
+share/sip/PyQt4/QtCore/qabstracteventdispatcher.sip
+share/sip/PyQt4/QtCore/qabstractfileengine.sip
+share/sip/PyQt4/QtCore/qabstractitemmodel.sip
+share/sip/PyQt4/QtCore/qabstractnativeeventfilter.sip
+share/sip/PyQt4/QtCore/qabstractstate.sip
+share/sip/PyQt4/QtCore/qabstracttransition.sip
+share/sip/PyQt4/QtCore/qanimationgroup.sip
+share/sip/PyQt4/QtCore/qbasictimer.sip
+share/sip/PyQt4/QtCore/qbitarray.sip
+share/sip/PyQt4/QtCore/qbuffer.sip
+share/sip/PyQt4/QtCore/qbytearray.sip
+share/sip/PyQt4/QtCore/qbytearraymatcher.sip
+share/sip/PyQt4/QtCore/qchar.sip
+share/sip/PyQt4/QtCore/qcoreapplication.sip
+share/sip/PyQt4/QtCore/qcoreevent.sip
+share/sip/PyQt4/QtCore/qcryptographichash.sip
+share/sip/PyQt4/QtCore/qdatastream.sip
+share/sip/PyQt4/QtCore/qdatetime.sip
+share/sip/PyQt4/QtCore/qdir.sip
+share/sip/PyQt4/QtCore/qdiriterator.sip
+share/sip/PyQt4/QtCore/qeasingcurve.sip
+share/sip/PyQt4/QtCore/qelapsedtimer.sip
+share/sip/PyQt4/QtCore/qeventloop.sip
+share/sip/PyQt4/QtCore/qeventtransition.sip
+share/sip/PyQt4/QtCore/qfile.sip
+share/sip/PyQt4/QtCore/qfiledevice.sip
+share/sip/PyQt4/QtCore/qfileinfo.sip
+share/sip/PyQt4/QtCore/qfilesystemwatcher.sip
+share/sip/PyQt4/QtCore/qfinalstate.sip
+share/sip/PyQt4/QtCore/qfsfileengine.sip
+share/sip/PyQt4/QtCore/qglobal.sip
+share/sip/PyQt4/QtCore/qhash.sip
+share/sip/PyQt4/QtCore/qhistorystate.sip
+share/sip/PyQt4/QtCore/qiodevice.sip
+share/sip/PyQt4/QtCore/qlibrary.sip
+share/sip/PyQt4/QtCore/qlibraryinfo.sip
+share/sip/PyQt4/QtCore/qline.sip
+share/sip/PyQt4/QtCore/qlist.sip
+share/sip/PyQt4/QtCore/qlocale.sip
+share/sip/PyQt4/QtCore/qmap.sip
+share/sip/PyQt4/QtCore/qmargins.sip
+share/sip/PyQt4/QtCore/qmetaobject.sip
+share/sip/PyQt4/QtCore/qmetatype.sip
+share/sip/PyQt4/QtCore/qmimedata.sip
+share/sip/PyQt4/QtCore/qmutex.sip
+share/sip/PyQt4/QtCore/qnamespace.sip
+share/sip/PyQt4/QtCore/qnumeric.sip
+share/sip/PyQt4/QtCore/qobject.sip
+share/sip/PyQt4/QtCore/qobjectcleanuphandler.sip
+share/sip/PyQt4/QtCore/qobjectdefs.sip
+share/sip/PyQt4/QtCore/qpair.sip
+share/sip/PyQt4/QtCore/qparallelanimationgroup.sip
+share/sip/PyQt4/QtCore/qpauseanimation.sip
+share/sip/PyQt4/QtCore/qpluginloader.sip
+share/sip/PyQt4/QtCore/qpoint.sip
+share/sip/PyQt4/QtCore/qprocess.sip
+share/sip/PyQt4/QtCore/qpropertyanimation.sip
+share/sip/PyQt4/QtCore/qpynullvariant.sip
+share/sip/PyQt4/QtCore/qreadwritelock.sip
+share/sip/PyQt4/QtCore/qrect.sip
+share/sip/PyQt4/QtCore/qregexp.sip
+share/sip/PyQt4/QtCore/qresource.sip
+share/sip/PyQt4/QtCore/qrunnable.sip
+share/sip/PyQt4/QtCore/qsemaphore.sip
+share/sip/PyQt4/QtCore/qsequentialanimationgroup.sip
+share/sip/PyQt4/QtCore/qset.sip
+share/sip/PyQt4/QtCore/qsettings.sip
+share/sip/PyQt4/QtCore/qsharedmemory.sip
+share/sip/PyQt4/QtCore/qsignalmapper.sip
+share/sip/PyQt4/QtCore/qsignaltransition.sip
+share/sip/PyQt4/QtCore/qsize.sip
+share/sip/PyQt4/QtCore/qsocketnotifier.sip
+share/sip/PyQt4/QtCore/qstate.sip
+share/sip/PyQt4/QtCore/qstatemachine.sip
+share/sip/PyQt4/QtCore/qstring.sip
+share/sip/PyQt4/QtCore/qstringlist.sip
+share/sip/PyQt4/QtCore/qstringmatcher.sip
+share/sip/PyQt4/QtCore/qsystemsemaphore.sip
+share/sip/PyQt4/QtCore/qtemporaryfile.sip
+share/sip/PyQt4/QtCore/qtextboundaryfinder.sip
+share/sip/PyQt4/QtCore/qtextcodec.sip
+share/sip/PyQt4/QtCore/qtextstream.sip
+share/sip/PyQt4/QtCore/qthread.sip
+share/sip/PyQt4/QtCore/qthreadpool.sip
+share/sip/PyQt4/QtCore/qtimeline.sip
+share/sip/PyQt4/QtCore/qtimer.sip
+share/sip/PyQt4/QtCore/qtranslator.sip
+share/sip/PyQt4/QtCore/qurl.sip
+share/sip/PyQt4/QtCore/qurlquery.sip
+share/sip/PyQt4/QtCore/quuid.sip
+share/sip/PyQt4/QtCore/qvariant.sip
+share/sip/PyQt4/QtCore/qvariantanimation.sip
+share/sip/PyQt4/QtCore/qvector.sip
+share/sip/PyQt4/QtCore/qwaitcondition.sip
+share/sip/PyQt4/QtCore/qwineventnotifier.sip
+share/sip/PyQt4/QtCore/qxmlstream.sip
+share/sip/PyQt4/QtDBus/
+share/sip/PyQt4/QtDBus/QtDBusmod.sip
+share/sip/PyQt4/QtDBus/qdbusabstractadaptor.sip
+share/sip/PyQt4/QtDBus/qdbusabstractinterface.sip
+share/sip/PyQt4/QtDBus/qdbusargument.sip
+share/sip/PyQt4/QtDBus/qdbusconnection.sip
+share/sip/PyQt4/QtDBus/qdbusconnectioninterface.sip
+share/sip/PyQt4/QtDBus/qdbuserror.sip
+share/sip/PyQt4/QtDBus/qdbusextratypes.sip
+share/sip/PyQt4/QtDBus/qdbusinterface.sip
+share/sip/PyQt4/QtDBus/qdbusmessage.sip
+share/sip/PyQt4/QtDBus/qdbuspendingcall.sip
+share/sip/PyQt4/QtDBus/qdbusservicewatcher.sip
+share/sip/PyQt4/QtDBus/qdbusunixfiledescriptor.sip
+share/sip/PyQt4/QtDBus/qpydbuspendingreply.sip
+share/sip/PyQt4/QtDBus/qpydbusreply.sip
+share/sip/PyQt4/QtDeclarative/
+share/sip/PyQt4/QtDeclarative/QtDeclarativemod.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativecomponent.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativecontext.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeengine.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeerror.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeexpression.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeextensionplugin.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeimageprovider.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeitem.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativelist.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeparserstatus.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeproperty.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativepropertymap.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativepropertyvaluesource.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativescriptstring.sip
+share/sip/PyQt4/QtDeclarative/qdeclarativeview.sip
+share/sip/PyQt4/QtDeclarative/qpydeclarativelistproperty.sip
+share/sip/PyQt4/QtDeclarative/qpydeclarativepropertyvaluesource.sip
+share/sip/PyQt4/QtDesigner/
+share/sip/PyQt4/QtDesigner/QtDesignermod.sip
+share/sip/PyQt4/QtDesigner/abstractactioneditor.sip
+share/sip/PyQt4/QtDesigner/abstractformbuilder.sip
+share/sip/PyQt4/QtDesigner/abstractformeditor.sip
+share/sip/PyQt4/QtDesigner/abstractformwindow.sip
+share/sip/PyQt4/QtDesigner/abstractformwindowcursor.sip
+share/sip/PyQt4/QtDesigner/abstractformwindowmanager.sip
+share/sip/PyQt4/QtDesigner/abstractobjectinspector.sip
+share/sip/PyQt4/QtDesigner/abstractpropertyeditor.sip
+share/sip/PyQt4/QtDesigner/abstractwidgetbox.sip
+share/sip/PyQt4/QtDesigner/container.sip
+share/sip/PyQt4/QtDesigner/customwidget.sip
+share/sip/PyQt4/QtDesigner/default_extensionfactory.sip
+share/sip/PyQt4/QtDesigner/extension.sip
+share/sip/PyQt4/QtDesigner/formbuilder.sip
+share/sip/PyQt4/QtDesigner/membersheet.sip
+share/sip/PyQt4/QtDesigner/propertysheet.sip
+share/sip/PyQt4/QtDesigner/qextensionmanager.sip
+share/sip/PyQt4/QtDesigner/qpydesignercontainerextension.sip
+share/sip/PyQt4/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
+share/sip/PyQt4/QtDesigner/qpydesignercustomwidgetplugin.sip
+share/sip/PyQt4/QtDesigner/qpydesignermembersheetextension.sip
+share/sip/PyQt4/QtDesigner/qpydesignerpropertysheetextension.sip
+share/sip/PyQt4/QtDesigner/qpydesignertaskmenuextension.sip
+share/sip/PyQt4/QtDesigner/taskmenu.sip
+share/sip/PyQt4/QtGui/
+share/sip/PyQt4/QtGui/QtGuimod.sip
+share/sip/PyQt4/QtGui/opengl_types.sip
+share/sip/PyQt4/QtGui/qabstractbutton.sip
+share/sip/PyQt4/QtGui/qabstractitemdelegate.sip
+share/sip/PyQt4/QtGui/qabstractitemview.sip
+share/sip/PyQt4/QtGui/qabstractprintdialog.sip
+share/sip/PyQt4/QtGui/qabstractproxymodel.sip
+share/sip/PyQt4/QtGui/qabstractscrollarea.sip
+share/sip/PyQt4/QtGui/qabstractslider.sip
+share/sip/PyQt4/QtGui/qabstractspinbox.sip
+share/sip/PyQt4/QtGui/qabstracttextdocumentlayout.sip
+share/sip/PyQt4/QtGui/qaction.sip
+share/sip/PyQt4/QtGui/qactiongroup.sip
+share/sip/PyQt4/QtGui/qapplication.sip
+share/sip/PyQt4/QtGui/qbitmap.sip
+share/sip/PyQt4/QtGui/qboxlayout.sip
+share/sip/PyQt4/QtGui/qbrush.sip
+share/sip/PyQt4/QtGui/qbuttongroup.sip
+share/sip/PyQt4/QtGui/qcalendarwidget.sip
+share/sip/PyQt4/QtGui/qcheckbox.sip
+share/sip/PyQt4/QtGui/qclipboard.sip
+share/sip/PyQt4/QtGui/qcolor.sip
+share/sip/PyQt4/QtGui/qcolordialog.sip
+share/sip/PyQt4/QtGui/qcolumnview.sip
+share/sip/PyQt4/QtGui/qcombobox.sip
+share/sip/PyQt4/QtGui/qcommandlinkbutton.sip
+share/sip/PyQt4/QtGui/qcommonstyle.sip
+share/sip/PyQt4/QtGui/qcompleter.sip
+share/sip/PyQt4/QtGui/qcursor.sip
+share/sip/PyQt4/QtGui/qdatawidgetmapper.sip
+share/sip/PyQt4/QtGui/qdatetimeedit.sip
+share/sip/PyQt4/QtGui/qdesktopservices.sip
+share/sip/PyQt4/QtGui/qdesktopwidget.sip
+share/sip/PyQt4/QtGui/qdial.sip
+share/sip/PyQt4/QtGui/qdialog.sip
+share/sip/PyQt4/QtGui/qdialogbuttonbox.sip
+share/sip/PyQt4/QtGui/qdirmodel.sip
+share/sip/PyQt4/QtGui/qdockwidget.sip
+share/sip/PyQt4/QtGui/qdrag.sip
+share/sip/PyQt4/QtGui/qdrawutil.sip
+share/sip/PyQt4/QtGui/qerrormessage.sip
+share/sip/PyQt4/QtGui/qevent.sip
+share/sip/PyQt4/QtGui/qfiledialog.sip
+share/sip/PyQt4/QtGui/qfileiconprovider.sip
+share/sip/PyQt4/QtGui/qfilesystemmodel.sip
+share/sip/PyQt4/QtGui/qfocusframe.sip
+share/sip/PyQt4/QtGui/qfont.sip
+share/sip/PyQt4/QtGui/qfontcombobox.sip
+share/sip/PyQt4/QtGui/qfontdatabase.sip
+share/sip/PyQt4/QtGui/qfontdialog.sip
+share/sip/PyQt4/QtGui/qfontinfo.sip
+share/sip/PyQt4/QtGui/qfontmetrics.sip
+share/sip/PyQt4/QtGui/qformlayout.sip
+share/sip/PyQt4/QtGui/qframe.sip
+share/sip/PyQt4/QtGui/qgenericmatrix.sip
+share/sip/PyQt4/QtGui/qgesture.sip
+share/sip/PyQt4/QtGui/qgesturerecognizer.sip
+share/sip/PyQt4/QtGui/qglyphrun.sip
+share/sip/PyQt4/QtGui/qgraphicsanchorlayout.sip
+share/sip/PyQt4/QtGui/qgraphicseffect.sip
+share/sip/PyQt4/QtGui/qgraphicsgridlayout.sip
+share/sip/PyQt4/QtGui/qgraphicsitem.sip
+share/sip/PyQt4/QtGui/qgraphicsitemanimation.sip
+share/sip/PyQt4/QtGui/qgraphicslayout.sip
+share/sip/PyQt4/QtGui/qgraphicslayoutitem.sip
+share/sip/PyQt4/QtGui/qgraphicslinearlayout.sip
+share/sip/PyQt4/QtGui/qgraphicsproxywidget.sip
+share/sip/PyQt4/QtGui/qgraphicsscene.sip
+share/sip/PyQt4/QtGui/qgraphicssceneevent.sip
+share/sip/PyQt4/QtGui/qgraphicstransform.sip
+share/sip/PyQt4/QtGui/qgraphicsview.sip
+share/sip/PyQt4/QtGui/qgraphicswidget.sip
+share/sip/PyQt4/QtGui/qgridlayout.sip
+share/sip/PyQt4/QtGui/qgroupbox.sip
+share/sip/PyQt4/QtGui/qguiapplication.sip
+share/sip/PyQt4/QtGui/qheaderview.sip
+share/sip/PyQt4/QtGui/qicon.sip
+share/sip/PyQt4/QtGui/qiconengine.sip
+share/sip/PyQt4/QtGui/qidentityproxymodel.sip
+share/sip/PyQt4/QtGui/qimage.sip
+share/sip/PyQt4/QtGui/qimageiohandler.sip
+share/sip/PyQt4/QtGui/qimagereader.sip
+share/sip/PyQt4/QtGui/qimagewriter.sip
+share/sip/PyQt4/QtGui/qinputcontext.sip
+share/sip/PyQt4/QtGui/qinputcontextfactory.sip
+share/sip/PyQt4/QtGui/qinputdialog.sip
+share/sip/PyQt4/QtGui/qitemdelegate.sip
+share/sip/PyQt4/QtGui/qitemeditorfactory.sip
+share/sip/PyQt4/QtGui/qitemselectionmodel.sip
+share/sip/PyQt4/QtGui/qkeyeventtransition.sip
+share/sip/PyQt4/QtGui/qkeysequence.sip
+share/sip/PyQt4/QtGui/qlabel.sip
+share/sip/PyQt4/QtGui/qlayout.sip
+share/sip/PyQt4/QtGui/qlayoutitem.sip
+share/sip/PyQt4/QtGui/qlcdnumber.sip
+share/sip/PyQt4/QtGui/qlineedit.sip
+share/sip/PyQt4/QtGui/qlistview.sip
+share/sip/PyQt4/QtGui/qlistwidget.sip
+share/sip/PyQt4/QtGui/qmainwindow.sip
+share/sip/PyQt4/QtGui/qmatrix.sip
+share/sip/PyQt4/QtGui/qmatrix4x4.sip
+share/sip/PyQt4/QtGui/qmdiarea.sip
+share/sip/PyQt4/QtGui/qmdisubwindow.sip
+share/sip/PyQt4/QtGui/qmenu.sip
+share/sip/PyQt4/QtGui/qmenubar.sip
+share/sip/PyQt4/QtGui/qmessagebox.sip
+share/sip/PyQt4/QtGui/qmime.sip
+share/sip/PyQt4/QtGui/qmouseeventtransition.sip
+share/sip/PyQt4/QtGui/qmovie.sip
+share/sip/PyQt4/QtGui/qpagedpaintdevice.sip
+share/sip/PyQt4/QtGui/qpagesetupdialog.sip
+share/sip/PyQt4/QtGui/qpaintdevice.sip
+share/sip/PyQt4/QtGui/qpaintengine.sip
+share/sip/PyQt4/QtGui/qpainter.sip
+share/sip/PyQt4/QtGui/qpainterpath.sip
+share/sip/PyQt4/QtGui/qpalette.sip
+share/sip/PyQt4/QtGui/qpen.sip
+share/sip/PyQt4/QtGui/qpicture.sip
+share/sip/PyQt4/QtGui/qpixmap.sip
+share/sip/PyQt4/QtGui/qpixmapcache.sip
+share/sip/PyQt4/QtGui/qplaintextedit.sip
+share/sip/PyQt4/QtGui/qpolygon.sip
+share/sip/PyQt4/QtGui/qprintdialog.sip
+share/sip/PyQt4/QtGui/qprintengine.sip
+share/sip/PyQt4/QtGui/qprinter.sip
+share/sip/PyQt4/QtGui/qprinterinfo.sip
+share/sip/PyQt4/QtGui/qprintpreviewdialog.sip
+share/sip/PyQt4/QtGui/qprintpreviewwidget.sip
+share/sip/PyQt4/QtGui/qprogressbar.sip
+share/sip/PyQt4/QtGui/qprogressdialog.sip
+share/sip/PyQt4/QtGui/qproxymodel.sip
+share/sip/PyQt4/QtGui/qpushbutton.sip
+share/sip/PyQt4/QtGui/qpytextobject.sip
+share/sip/PyQt4/QtGui/qquaternion.sip
+share/sip/PyQt4/QtGui/qradiobutton.sip
+share/sip/PyQt4/QtGui/qrawfont.sip
+share/sip/PyQt4/QtGui/qregion.sip
+share/sip/PyQt4/QtGui/qrgb.sip
+share/sip/PyQt4/QtGui/qrubberband.sip
+share/sip/PyQt4/QtGui/qscreen.sip
+share/sip/PyQt4/QtGui/qscrollarea.sip
+share/sip/PyQt4/QtGui/qscrollbar.sip
+share/sip/PyQt4/QtGui/qsessionmanager.sip
+share/sip/PyQt4/QtGui/qshortcut.sip
+share/sip/PyQt4/QtGui/qsizegrip.sip
+share/sip/PyQt4/QtGui/qsizepolicy.sip
+share/sip/PyQt4/QtGui/qslider.sip
+share/sip/PyQt4/QtGui/qsortfilterproxymodel.sip
+share/sip/PyQt4/QtGui/qsound.sip
+share/sip/PyQt4/QtGui/qspinbox.sip
+share/sip/PyQt4/QtGui/qsplashscreen.sip
+share/sip/PyQt4/QtGui/qsplitter.sip
+share/sip/PyQt4/QtGui/qstackedlayout.sip
+share/sip/PyQt4/QtGui/qstackedwidget.sip
+share/sip/PyQt4/QtGui/qstandarditemmodel.sip
+share/sip/PyQt4/QtGui/qstatictext.sip
+share/sip/PyQt4/QtGui/qstatusbar.sip
+share/sip/PyQt4/QtGui/qstringlistmodel.sip
+share/sip/PyQt4/QtGui/qstyle.sip
+share/sip/PyQt4/QtGui/qstyleditemdelegate.sip
+share/sip/PyQt4/QtGui/qstylefactory.sip
+share/sip/PyQt4/QtGui/qstyleoption.sip
+share/sip/PyQt4/QtGui/qstylepainter.sip
+share/sip/PyQt4/QtGui/qsyntaxhighlighter.sip
+share/sip/PyQt4/QtGui/qsystemtrayicon.sip
+share/sip/PyQt4/QtGui/qtabbar.sip
+share/sip/PyQt4/QtGui/qtableview.sip
+share/sip/PyQt4/QtGui/qtablewidget.sip
+share/sip/PyQt4/QtGui/qtabwidget.sip
+share/sip/PyQt4/QtGui/qtextbrowser.sip
+share/sip/PyQt4/QtGui/qtextcursor.sip
+share/sip/PyQt4/QtGui/qtextdocument.sip
+share/sip/PyQt4/QtGui/qtextdocumentfragment.sip
+share/sip/PyQt4/QtGui/qtextdocumentwriter.sip
+share/sip/PyQt4/QtGui/qtextedit.sip
+share/sip/PyQt4/QtGui/qtextformat.sip
+share/sip/PyQt4/QtGui/qtextlayout.sip
+share/sip/PyQt4/QtGui/qtextlist.sip
+share/sip/PyQt4/QtGui/qtextobject.sip
+share/sip/PyQt4/QtGui/qtextoption.sip
+share/sip/PyQt4/QtGui/qtexttable.sip
+share/sip/PyQt4/QtGui/qtoolbar.sip
+share/sip/PyQt4/QtGui/qtoolbox.sip
+share/sip/PyQt4/QtGui/qtoolbutton.sip
+share/sip/PyQt4/QtGui/qtooltip.sip
+share/sip/PyQt4/QtGui/qtouchdevice.sip
+share/sip/PyQt4/QtGui/qtransform.sip
+share/sip/PyQt4/QtGui/qtreeview.sip
+share/sip/PyQt4/QtGui/qtreewidget.sip
+share/sip/PyQt4/QtGui/qtreewidgetitemiterator.sip
+share/sip/PyQt4/QtGui/qundogroup.sip
+share/sip/PyQt4/QtGui/qundostack.sip
+share/sip/PyQt4/QtGui/qundoview.sip
+share/sip/PyQt4/QtGui/qvalidator.sip
+share/sip/PyQt4/QtGui/qvector2d.sip
+share/sip/PyQt4/QtGui/qvector3d.sip
+share/sip/PyQt4/QtGui/qvector4d.sip
+share/sip/PyQt4/QtGui/qwhatsthis.sip
+share/sip/PyQt4/QtGui/qwidget.sip
+share/sip/PyQt4/QtGui/qwidgetaction.sip
+share/sip/PyQt4/QtGui/qwindowdefs.sip
+share/sip/PyQt4/QtGui/qwizard.sip
+share/sip/PyQt4/QtGui/qworkspace.sip
+share/sip/PyQt4/QtGui/qx11embed_x11.sip
+share/sip/PyQt4/QtGui/qx11info_x11.sip
+share/sip/PyQt4/QtHelp/
+share/sip/PyQt4/QtHelp/QtHelpmod.sip
+share/sip/PyQt4/QtHelp/qhelpcontentwidget.sip
+share/sip/PyQt4/QtHelp/qhelpengine.sip
+share/sip/PyQt4/QtHelp/qhelpenginecore.sip
+share/sip/PyQt4/QtHelp/qhelpindexwidget.sip
+share/sip/PyQt4/QtHelp/qhelpsearchengine.sip
+share/sip/PyQt4/QtHelp/qhelpsearchquerywidget.sip
+share/sip/PyQt4/QtHelp/qhelpsearchresultwidget.sip
+share/sip/PyQt4/QtMultimedia/
+share/sip/PyQt4/QtMultimedia/QtMultimediamod.sip
+share/sip/PyQt4/QtMultimedia/qabstractvideobuffer.sip
+share/sip/PyQt4/QtMultimedia/qabstractvideosurface.sip
+share/sip/PyQt4/QtMultimedia/qaudio.sip
+share/sip/PyQt4/QtMultimedia/qaudiodeviceinfo.sip
+share/sip/PyQt4/QtMultimedia/qaudioformat.sip
+share/sip/PyQt4/QtMultimedia/qaudioinput.sip
+share/sip/PyQt4/QtMultimedia/qaudiooutput.sip
+share/sip/PyQt4/QtMultimedia/qvideoframe.sip
+share/sip/PyQt4/QtMultimedia/qvideosurfaceformat.sip
+share/sip/PyQt4/QtNetwork/
+share/sip/PyQt4/QtNetwork/QtNetworkmod.sip
+share/sip/PyQt4/QtNetwork/qabstractnetworkcache.sip
+share/sip/PyQt4/QtNetwork/qabstractsocket.sip
+share/sip/PyQt4/QtNetwork/qauthenticator.sip
+share/sip/PyQt4/QtNetwork/qdnslookup.sip
+share/sip/PyQt4/QtNetwork/qftp.sip
+share/sip/PyQt4/QtNetwork/qhostaddress.sip
+share/sip/PyQt4/QtNetwork/qhostinfo.sip
+share/sip/PyQt4/QtNetwork/qhttp.sip
+share/sip/PyQt4/QtNetwork/qhttpmultipart.sip
+share/sip/PyQt4/QtNetwork/qlocalserver.sip
+share/sip/PyQt4/QtNetwork/qlocalsocket.sip
+share/sip/PyQt4/QtNetwork/qnetworkaccessmanager.sip
+share/sip/PyQt4/QtNetwork/qnetworkconfigmanager.sip
+share/sip/PyQt4/QtNetwork/qnetworkconfiguration.sip
+share/sip/PyQt4/QtNetwork/qnetworkcookie.sip
+share/sip/PyQt4/QtNetwork/qnetworkcookiejar.sip
+share/sip/PyQt4/QtNetwork/qnetworkdiskcache.sip
+share/sip/PyQt4/QtNetwork/qnetworkinterface.sip
+share/sip/PyQt4/QtNetwork/qnetworkproxy.sip
+share/sip/PyQt4/QtNetwork/qnetworkreply.sip
+share/sip/PyQt4/QtNetwork/qnetworkrequest.sip
+share/sip/PyQt4/QtNetwork/qnetworksession.sip
+share/sip/PyQt4/QtNetwork/qssl.sip
+share/sip/PyQt4/QtNetwork/qsslcertificate.sip
+share/sip/PyQt4/QtNetwork/qsslcertificateextension.sip
+share/sip/PyQt4/QtNetwork/qsslcipher.sip
+share/sip/PyQt4/QtNetwork/qsslconfiguration.sip
+share/sip/PyQt4/QtNetwork/qsslerror.sip
+share/sip/PyQt4/QtNetwork/qsslkey.sip
+share/sip/PyQt4/QtNetwork/qsslsocket.sip
+share/sip/PyQt4/QtNetwork/qtcpserver.sip
+share/sip/PyQt4/QtNetwork/qtcpsocket.sip
+share/sip/PyQt4/QtNetwork/qudpsocket.sip
+share/sip/PyQt4/QtNetwork/qurlinfo.sip
+share/sip/PyQt4/QtOpenGL/
+share/sip/PyQt4/QtOpenGL/QtOpenGLmod.sip
+share/sip/PyQt4/QtOpenGL/qgl.sip
+share/sip/PyQt4/QtOpenGL/qglbuffer.sip
+share/sip/PyQt4/QtOpenGL/qglcolormap.sip
+share/sip/PyQt4/QtOpenGL/qglframebufferobject.sip
+share/sip/PyQt4/QtOpenGL/qglpixelbuffer.sip
+share/sip/PyQt4/QtOpenGL/qglshaderprogram.sip
+share/sip/PyQt4/QtScript/
+share/sip/PyQt4/QtScript/QtScriptmod.sip
+share/sip/PyQt4/QtScript/qscriptclass.sip
+share/sip/PyQt4/QtScript/qscriptclasspropertyiterator.sip
+share/sip/PyQt4/QtScript/qscriptcontext.sip
+share/sip/PyQt4/QtScript/qscriptcontextinfo.sip
+share/sip/PyQt4/QtScript/qscriptengine.sip
+share/sip/PyQt4/QtScript/qscriptengineagent.sip
+share/sip/PyQt4/QtScript/qscriptstring.sip
+share/sip/PyQt4/QtScript/qscriptvalue.sip
+share/sip/PyQt4/QtScript/qscriptvalueiterator.sip
+share/sip/PyQt4/QtScriptTools/
+share/sip/PyQt4/QtScriptTools/QtScriptToolsmod.sip
+share/sip/PyQt4/QtScriptTools/qscriptenginedebugger.sip
+share/sip/PyQt4/QtSql/
+share/sip/PyQt4/QtSql/QtSqlmod.sip
+share/sip/PyQt4/QtSql/qsql.sip
+share/sip/PyQt4/QtSql/qsqldatabase.sip
+share/sip/PyQt4/QtSql/qsqldriver.sip
+share/sip/PyQt4/QtSql/qsqlerror.sip
+share/sip/PyQt4/QtSql/qsqlfield.sip
+share/sip/PyQt4/QtSql/qsqlindex.sip
+share/sip/PyQt4/QtSql/qsqlquery.sip
+share/sip/PyQt4/QtSql/qsqlquerymodel.sip
+share/sip/PyQt4/QtSql/qsqlrecord.sip
+share/sip/PyQt4/QtSql/qsqlrelationaldelegate.sip
+share/sip/PyQt4/QtSql/qsqlrelationaltablemodel.sip
+share/sip/PyQt4/QtSql/qsqlresult.sip
+share/sip/PyQt4/QtSql/qsqltablemodel.sip
+share/sip/PyQt4/QtSvg/
+share/sip/PyQt4/QtSvg/QtSvgmod.sip
+share/sip/PyQt4/QtSvg/qgraphicssvgitem.sip
+share/sip/PyQt4/QtSvg/qsvggenerator.sip
+share/sip/PyQt4/QtSvg/qsvgrenderer.sip
+share/sip/PyQt4/QtSvg/qsvgwidget.sip
+share/sip/PyQt4/QtTest/
+share/sip/PyQt4/QtTest/QtTestmod.sip
+share/sip/PyQt4/QtTest/qtestcase.sip
+share/sip/PyQt4/QtTest/qtestkeyboard.sip
+share/sip/PyQt4/QtTest/qtestmouse.sip
+share/sip/PyQt4/QtTest/qtestsystem.sip
+share/sip/PyQt4/QtWebKit/
+share/sip/PyQt4/QtWebKit/QtWebKitmod.sip
+share/sip/PyQt4/QtWebKit/qgraphicswebview.sip
+share/sip/PyQt4/QtWebKit/qwebdatabase.sip
+share/sip/PyQt4/QtWebKit/qwebelement.sip
+share/sip/PyQt4/QtWebKit/qwebframe.sip
+share/sip/PyQt4/QtWebKit/qwebhistory.sip
+share/sip/PyQt4/QtWebKit/qwebhistoryinterface.sip
+share/sip/PyQt4/QtWebKit/qwebinspector.sip
+share/sip/PyQt4/QtWebKit/qwebkitglobal.sip
+share/sip/PyQt4/QtWebKit/qwebkitversion.sip
+share/sip/PyQt4/QtWebKit/qwebpage.sip
+share/sip/PyQt4/QtWebKit/qwebpluginfactory.sip
+share/sip/PyQt4/QtWebKit/qwebsecurityorigin.sip
+share/sip/PyQt4/QtWebKit/qwebsettings.sip
+share/sip/PyQt4/QtWebKit/qwebview.sip
+share/sip/PyQt4/QtXml/
+share/sip/PyQt4/QtXml/QtXmlmod.sip
+share/sip/PyQt4/QtXml/qdom.sip
+share/sip/PyQt4/QtXml/qxml.sip
+share/sip/PyQt4/QtXml/qxmlstream.sip
+share/sip/PyQt4/QtXmlPatterns/
+share/sip/PyQt4/QtXmlPatterns/QtXmlPatternsmod.sip
+share/sip/PyQt4/QtXmlPatterns/qabstractmessagehandler.sip
+share/sip/PyQt4/QtXmlPatterns/qabstracturiresolver.sip
+share/sip/PyQt4/QtXmlPatterns/qabstractxmlnodemodel.sip
+share/sip/PyQt4/QtXmlPatterns/qabstractxmlreceiver.sip
+share/sip/PyQt4/QtXmlPatterns/qsimplexmlnodemodel.sip
+share/sip/PyQt4/QtXmlPatterns/qsourcelocation.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlformatter.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlname.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlnamepool.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlquery.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlresultitems.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlschema.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlschemavalidator.sip
+share/sip/PyQt4/QtXmlPatterns/qxmlserializer.sip
+share/sip/PyQt4/phonon/
+share/sip/PyQt4/phonon/abstractaudiooutput.sip
+share/sip/PyQt4/phonon/abstractvideooutput.sip
+share/sip/PyQt4/phonon/audiooutput.sip
+share/sip/PyQt4/phonon/backendcapabilities.sip
+share/sip/PyQt4/phonon/effect.sip
+share/sip/PyQt4/phonon/effectparameter.sip
+share/sip/PyQt4/phonon/effectwidget.sip
+share/sip/PyQt4/phonon/mediacontroller.sip
+share/sip/PyQt4/phonon/medianode.sip
+share/sip/PyQt4/phonon/mediaobject.sip
+share/sip/PyQt4/phonon/mediasource.sip
+share/sip/PyQt4/phonon/objectdescription.sip
+share/sip/PyQt4/phonon/path.sip
+share/sip/PyQt4/phonon/phononmod.sip
+share/sip/PyQt4/phonon/phononnamespace.sip
+share/sip/PyQt4/phonon/seekslider.sip
+share/sip/PyQt4/phonon/videoplayer.sip
+share/sip/PyQt4/phonon/videowidget.sip
+share/sip/PyQt4/phonon/volumeslider.sip

Reply via email to