Vincent Lebreil wrote: > Hi Eskil, > > Thanks for your reply. In fact, I needed a QDialog. That's why I made my > own widget inherited from QDialog. Is there another way to do so ? maybe > by creating a simple QDialog and then adding my custom widgets ? btw i'm > not using Designer anymore... trying to do my guis without it (which is > not so easy).
I would make the custom widget a plain QWidget and add it to a top level QDialog, yes, at least until Jambi has been fixed. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
