All you need is this:
Qt Code:
QDialog dlg; MyWidget *w = new MyWidget; l->addWidget(w); dlg.exec();To copy to clipboard, switch view to plain text mode
All you need is this:
Qt Code:
QDialog dlg; MyWidget *w = new MyWidget; l->addWidget(w); dlg.exec();To copy to clipboard, switch view to plain text mode
YuriyRusinov (21st March 2007)
Bookmarks