Probs with App

Falk Brettschneider gigafalk at yahoo.com
Mon Jul 10 21:02:00 BST 2000


"Rene Märten" wrote:

> Hi All,
>
> The Following:
> I made written a application this open a lot of widgets (userchats).
> but i do not use a list for it etc.
>
> void chat(const char *user)
> {
>       new extChatWindow(user);
> };
>
> where in my application can i get a list off all my childrenWidgets, so i can search for titles of it ??
> i need help as fast as possible

Take a look at the documentation of class QObject in the Qt
documentation. There are QObject::children and
QObject::queryList that might be useful...

>
> Thank you all !!

Ciao,
  F at lk


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




More information about the KDevelop mailing list