Can you nest a mainwindow? Cuz as far as I know, each time I try it just creates it as a new dialog. Otherwise I wouldn't have a problem. I guess I'll give it another shot...
Can you nest a mainwindow? Cuz as far as I know, each time I try it just creates it as a new dialog. Otherwise I wouldn't have a problem. I guess I'll give it another shot...
I can't try it out atm, but I'm pretty shure. Maybe
will help?!Qt Code:
setWindowFlags(Qt::Widget);To copy to clipboard, switch view to plain text mode
Last edited by CeeKey; 1st June 2010 at 15:18.
Polnareff (1st June 2010)
That worked! It was so simple :P Thanks a bunch!
Bookmarks