> My question is : does anybody know when pyqt 4 will be distributed ?
>
http://www.riverbankcomputing.co.uk/pyqt/roadmap.php
--
http://mail.python.org/mailman/listinfo/python-list
> Is there a way, to find out all references to the QMainWindow or its
> hosted QTable, for having a mechanism to destroy them?
>
Yes, of coarse, the docs are your friend :)
QObject::children()
QObject::removeChild()
QObject::parent()
To find all the children for an instance you
can create a lo
The reasonable thing would be to use "yum".
> Not really a Python question, but I thought some on this list may be
> able to answer so here goes:
>
> I have several machines on which I must install CentOS. There are many
> updates to CentOS and it's very time consuming to do the updates ov
Jeremy Bowers wrote:
On Sun, 10 Apr 2005 13:57:26 +0200, Diez B. Roggisch wrote:
Domain-specific abstractions do that *faster* than GUI designers, not
slower. And better, too, since every iteration tends to be fully
functional and not just a "let's see what this looks like" prototype.
Can you show
>I have a legacy system with data stored in binary files on a remote
>server.
>I need to access and modify the content of those files from a webserver
>running on a different host. (All Linux)
>
>I would like to install a server on the legacy host that would use my
>python
>code to translate bet
tc wrote:
Has anyone compiled binaries for qt/pyqt/eric3. i'd really like to try
it. at the moment i work with wxWindows and BoaConstructor which i'm
actually not so happy with. design of gui's with wx is not very
efficient...
so is there already a binary for qt/pyqt/eric3 available or when can i
e
John J. Lee wrote:
[EMAIL PROTECTED] (Alex Martelli) writes:
[...]
Basically: if you want it on Windows for free, forget Qt
Correct.
I believe the book "C++ GUI programming Qt3" comes
with a windows Qt gpl 3.x version. Just have to buy
the book. No PyQt version to match thou.
Blackadder from the K
Ben Floyd wrote:
Hey everyone,
Why doesn't this work? The code speaks much more clearly than I do,
so i shortened it and pasted it below. Running this
and clicking on 'Break Me' will... freak out the window...
You can not mix GUI threads and non GUI threads.
Just changing text may seem to work, bu