[PyQt] SIP and QString

2012-11-18 Thread Luca Beltrame
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 i18n In [3]: i18n("Test")

Re: [PyQt] PyQt4 : connecting QTimeEdit to QScrollBar ?

2012-11-18 Thread Vincent Vande Vyvre
Le 18/11/12 00:27, Cruella Deville a écrit : > Hi can somebody please help me? > I am trying to control the hours, minutes and seconds of a QTimeEdit > independently by using 3 QScrollBars. > Here's what I've got so far. It works but the setTime command always > resets the elements that I don't wan