[PyQt] QtGui.QCalendarWidget in one row

2009-03-08 Thread Milan Hemžal
Hi, is possible show QtGui.QCalendarWidget in one row? i mean: 1 2 3 ... 31, is possible create for any day my own icon? i mean: 1 2 *3 ... *7 ... 31 Thanks Milan ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.co

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Antonio Valentino
Il giorno Sun, 8 Mar 2009 15:02:36 +0100 Andreas Pakulat ha scritto: > On 08.03.09 12:32:37, Antonio Valentino wrote: > > > > .. but, just a question, what described in > > > > http://doc.trolltech.com/4.4/richtext-html-subset.html > > > > applies or not to QtAssistant? > > It applies to the

[PyQt] Change in QMouseEvent passed through a signal

2009-03-08 Thread Matt Smith
Okay this is probably more of me getting bit by not using the correct signatures, but the behavior has changed from my 4.4 installation to my 4.5 (PyQt-x11-gpl-4.5-snapshot-20090304, Ill probably recompile it today) when I would pass a mouse event as an emitted signal this worked, mywidget.emit(Q

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Andreas Pakulat
On 08.03.09 12:32:37, Antonio Valentino wrote: > Il giorno Sun, 8 Mar 2009 12:04:51 +0100 > Detlev Offenbach ha scritto: > > > On Sonntag, 8. März 2009, Antonio Valentino wrote: > > > Il giorno Sun, 8 Mar 2009 10:40:38 +0100 > > > > > > Detlev Offenbach ha scritto: > > > > Hi, > > > > > > > > I

Re: [PyQt] findChildren(): default for type?

2009-03-08 Thread Giovanni Bajo
On sab, 2009-03-07 at 17:39 +, Phil Thompson wrote: > On Sat, 07 Mar 2009 18:11:30 +0100, Giovanni Bajo > wrote: > > Hello, > > > > any reason why findChild() / findChildren() don't support a default for > the > > "type" argument (which would be QObject of course) like they do in C++? > > As

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Antonio Valentino
Il giorno Sun, 8 Mar 2009 12:04:51 +0100 Detlev Offenbach ha scritto: > On Sonntag, 8. März 2009, Antonio Valentino wrote: > > Il giorno Sun, 8 Mar 2009 10:40:38 +0100 > > > > Detlev Offenbach ha scritto: > > > Hi, > > > > > > I think the Sphinx style should be prefered. As far as I know > > > (

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Detlev Offenbach
On Sonntag, 8. März 2009, Antonio Valentino wrote: > Il giorno Sun, 8 Mar 2009 10:40:38 +0100 > > Detlev Offenbach ha scritto: > > Hi, > > > > I think the Sphinx style should be prefered. As far as I know (please > > confirm) Sphinx has the capability to generate Qt Help files (*.qch) > > as well.

Re: [PyQt] Crash under MacOSX with QT 4.5 + snapshot 20090306

2009-03-08 Thread Phil Thompson
On Sun, 8 Mar 2009 11:18:53 +0100, Grzegorz Adam Hankiewicz wrote: > Hello. > > I have been using pyqt 4.4 without problems for some time and decided > to try the 4.5 version along with the pyqt snapshot. All pyqt programs > I have start up and crash before showing any gui. I'm wondering if

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Antonio Valentino
Il giorno Sun, 8 Mar 2009 10:40:38 +0100 Detlev Offenbach ha scritto: > Hi, > > I think the Sphinx style should be prefered. As far as I know (please > confirm) Sphinx has the capability to generate Qt Help files (*.qch) > as well. If that is true, one could satisfy both parties. > > Regards, >

[PyQt] Crash under MacOSX with QT 4.5 + snapshot 20090306

2009-03-08 Thread Grzegorz Adam Hankiewicz
Hello. I have been using pyqt 4.4 without problems for some time and decided to try the 4.5 version along with the pyqt snapshot. All pyqt programs I have start up and crash before showing any gui. I'm wondering if this is normal (until the snapshots become stable) or should I start repor

Re: [PyQt] Documentation Style (Was: PyQt4 feature request)

2009-03-08 Thread Detlev Offenbach
Hi, I think the Sphinx style should be prefered. As far as I know (please confirm) Sphinx has the capability to generate Qt Help files (*.qch) as well. If that is true, one could satisfy both parties. Regards, Detlev On Samstag, 7. März 2009, Phil Thompson wrote: > On Sat, 7 Mar 2009 18:06:12

[PyQt] Re : Signal and SyntaxHiglight

2009-03-08 Thread projetmbc
>>> I would like to know if there is a signal sended by the SyntaxHiglighter >>> when it catches a change in the text ? > That class is designed to be subclassed rather than connected up with signals > and slots, but you could emit your own signals when you handle the changes in > format. >