nope ... I call
Qt Code:
progress = new QProgressbarDialog(this); progress->setModal(true); progress->setVisible(true); progress->show();To copy to clipboard, switch view to plain text mode
and it blocks my minwindow
nope ... I call
Qt Code:
progress = new QProgressbarDialog(this); progress->setModal(true); progress->setVisible(true); progress->show();To copy to clipboard, switch view to plain text mode
and it blocks my minwindow
Last edited by revellix; 15th August 2011 at 11:43.
Bookmarks