|
|
I did not follow the whole thread. But what comes first to my mind is,
that you cannot use QWidgets (and so QMenus) in different threads. They
can ONLY be used in the GUI-Thread. Could that be your problem?
Hello Malte,
Well, I'm starting to get confused about what you define by "thread".
I don't explicitely creat any thread. What happens is the all my menus
inherites from one classe QGMenu which inheriths from QMenu. In my GUI
initialization - I mean, my GUI class inherithed from QMainWindow - all
menu classes are initialized one by one, sequentialy.
Thanks for your time.
--
Vitor VASCONCELOS
Projet QGAR
LORIA / INRIA-Lorraine
Campus Scientifique, BP 239
54506, Vandoeuvre-lès-Nancy, FRANCE
Tel: +33 (0)3 54 95 85 76
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|