c++ - Area for detachable QDialogs within QGridLayout -


i have qmainwindow qgridlayout of various widgets looks following:

enter image description here

i have various little input dialogs come @ different times, , want them appear in cell of layout (bright cyan area below purple tab widget in picture). show in cell default should detachable , able moved around desired (just regular, stray qdialog).

what best way go this?

i tried using qdockwidget , adding right grid layout, seems cannot un-dock , move around, call setfeatures should allow freedom.

the adddockwidget function allows desired movement, won't let me incorporate dock area within grid; puts dock widget on, e.g., 1 side of entire main window.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -