Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Hernan Grecco
 Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and
 QtGui modules only at the moment). This will allow you to run your current
 PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc in
 Qt5 but not any of the new functionality.

 There will be a PyQt5 that will support the new functionality of Qt5, and
 reflect its different structure (eg. QWidget will be in PyQt5.QtWidgets
 rather than PyQt4.QtGui). Backwards compatibility with PyQt4 will not be
 maintained.

Is there going to be any support for selecting Qt4 or Qt5 via flag
(like sip.setapi) o are you planning to at some point make a PyQt5
package that uses only Qt5 while PyQt4 only uses Qt4?

Thanks,

Hernan
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Manipulate QML from Python

2012-01-04 Thread Hernan Grecco
Hi,

I have an application that introspects a a python class to generate an
QML and a QObject wrapper. It works quite good but the QML handling is
done in a very primitive way. Is there any QML reader/writer that can
be used from python similar to json and xml?

Thanks,

H
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Changing webpage content after loading (QWebKit)

2010-07-08 Thread Hernan Grecco
Hello,

I wrote a small web browser using pyqt + webkit. I would like to
modify the HTML after loading the page. I tried using :

webView.page().currentFrame().setHtml(html)

inside in the slot for SIGNAL(loadFinished(bool)) but the page results blank.

If I put the same command in another part of the code (for example
when pressing a button) it works fine!

Thanks in advance,

Hernan
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt