On Fri, 28 Dec 2007 03:45:55 -0800 (PST), purest2 wrote:
> I am now trying to write a similar program, however the systems people have
> upgraded us to PYQT4.
>
> all the old classes are listed as out-of-date, so i am using the new stuff.
> i am using a treeView and the nodes are QStandardItems. i
Hi there,
i wrote a program using pyqt3 a while ago, which allowed users to select
files for deleting. the program showed a simplifyed view of part of the
filesystem as a tree, user could 'check' any node of the tree which would
cause all child nodes to be checked as well.
This was handled autom