Friday, October 23, 2009

PyQt is nice

I started using PyQt. It's so nice. Unlike Qt, you don't have to worry about Qt specific stuff, qmake, .pro, moc, etc. I started off by converting several examples that come with Qt. I realized I could convert a Qt code to a PyQt script half automatically. I've converted some of WebKit examples and there was almost no difficulty, though it took a little bit of time to be able to call a slot in PyQt script from JavaScript, until I read this (french!) and found @QtCore.pyqtSlot works.

Ah, and Qt Designer is very nice :)

No comments: