Re: [PyQt] New ported examples: padnavigator, embeddeddialogs

2008-05-29 Thread Phil Thompson
On Tuesday 27 May 2008 9:52:34 am Igor Prischepoff wrote: > Hello, I have ported to python couple of cool new demos from Qt 4.4.0 > > Not everything is working nice so I attach full archives for community to > help and include if needed > in pyqt distro. > (in hope it's not breaking rules of confer

Re: [PyQt] QWidget focusInEvent() ?

2008-05-29 Thread Mark Summerfield
On 2008-05-29, B Clowers wrote: > I have what would seem to be a fairly small problem.  My > application has a main window that currently has the ability to spawn > a number of Non-Modal QWidgets in their own respective windows.  > I need to emit or catch a signal that is produced whenever a > part

[PyQt] QWidget focusInEvent() ?

2008-05-29 Thread B Clowers
I have what would seem to be a fairly small problem.  My application has a main window that currently has the ability to spawn a number of Non-Modal QWidgets in their own respective windows.  I need to emit or catch a signal that is produced whenever a particular QWidget in its own window gets

Re: [PyQt] a newbie pyqt question, the pyqt book related

2008-05-29 Thread lotrpy
On Thu, May 29, 2008 at 7:58 PM, Mark Summerfield <[EMAIL PROTECTED]> wrote: > On 2008-05-29, lotr py wrote: >> Hi, Sorry for my bad english and PyQt skill. >> I am reading the book "Rapid GUI Programming with Python and Qt The >> Definitive Guide to PyQt Programming", my question is related to >>

Re: [PyQt] what widget do you recommend for running (vt100) terminal apps and...

2008-05-29 Thread Ville M. Vainio
On Thu, May 29, 2008 at 2:07 AM, Nenad Romic - Marcell <[EMAIL PROTECTED]> wrote: > * i use ipython for developing pyqt4 apps and i really like repl user > interface and checking in real time what's going on with my app... i > would like to run the same ipython session for running + controling m

Re: [PyQt] a newbie pyqt question, the pyqt book related

2008-05-29 Thread Mark Summerfield
On 2008-05-29, lotr py wrote: > Hi, Sorry for my bad english and PyQt skill. > I am reading the book "Rapid GUI Programming with Python and Qt The > Definitive Guide to PyQt Programming", my question is related to > chap08/mymovies.pyw. > near the end of MainWindow.updateTable() there is >

[PyQt] a newbie pyqt question, the pyqt book related

2008-05-29 Thread lotr py
Hi, Sorry for my bad english and PyQt skill. I am reading the book "Rapid GUI Programming with Python and Qt The Definitive Guide to PyQt Programming", my question is related to chap08/mymovies.pyw. near the end of MainWindow.updateTable() there is if selected is not None: selec