MDIsubwindow inside mdi subwindow Qt -
i wants know if possible in qt i'm imaging: want open several different windows (lets widgets) inside several midsubwindows. mdisubwindows functionality permits open different files @ same time inside mdiarea. now, want put inside each mdisubwindow diferentes qwidgets (or layer or mdisubwindow) , have possibility of changing separetely size these qwindows (and tile them) inside each midsubwindows. is, separately behaviour of each mdisubwindow.
if posible, may give guides, links or documentations.
thanks lot
sure that's possible, qmdisubwindow it's nothing more specialised qwidget, free put content inside.. let's qscrollarea , can put of 'sub-sub' windows.
Comments
Post a Comment