Re: [PyQt] SIP and QString

2012-11-19 Thread Luca Beltrame
In data lunedì 19 novembre 2012 17:20:20, Phil Thompson ha scritto: > PyQt sets this to ASCII, so either PyKDE is using %DefaultEncoding to > change the default, or its passing "-x Py_v3" to sip which will set It's passing this. It was a SNAFU when I was fixing the build system. I'll remove that,

Re: [PyQt] SIP and QString

2012-11-19 Thread Phil Thompson
On Sun, 18 Nov 2012 16:36:14 +0100, Luca Beltrame wrote: > Hello, > > while testing PyKDE4's modules with Python3, I noticed that the i18n() > calls, > which accept const char*, are not properly handled in Python 3 (both with > API > version 1 and 2): > > In [2]: from PyKDE4.kdecore import i18

[PyQt] “Qt Designer” feature

2012-11-19 Thread Pietro Moras
Have you ever used the “Qt Designer” feature embedded into the Project-Viewer of the Eric (5) IDE? It's a feature that I intend to explore next [as part of a project of thorough Eric (5) Test & Documentation], and I'd be pleased to share some related “UI” design experiences. It's not for now,