Qt internal window
General and Desktop
3
Posts
2
Posters
3.7k
Views
1
Watching
-
wrote on 3 Jun 2011, 00:21 last edited by
Hi everyone. I'm interested if I can do in Qt something like an internal window/dialog that can be moved only in the area of the normal window.
Something similar with internal frames in Swing(Java): http://download.oracle.com/javase/tutorial/uiswing/components/internalframe.html
Thanks
-
wrote on 3 Jun 2011, 01:39 last edited by
Do you want a QMdiSubWindow window?
-
wrote on 3 Jun 2011, 08:41 last edited by
[quote author="Chuck.Gao" date="1307065183"]Do you want a QMdiSubWindow window?[/quote]
yes. that's what I was looking for. Thanks
1/3