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
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
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
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
>>
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
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
>
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