You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set programmatically geometry of the float KDDockWidget other than from "DockWidget::window()"-interface? There are also difficulties to move/resize hiddenfloat widgets (with Qt QDockWidget it can be done by "QWidget::setAttribute(Qt::WA_DontShowOnScreen) -> show -> MOVE/RESIZE -> hide -> QWidget::setAttribute(Qt::WA_DontShowOnScreen, false)"); are there any plans to "pull out" DockWidgetBase::lastPositions or something else?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback... Our software has a "redock/reset"-function that resets geometry of all float dock widgets (visible and hidden) to some default position and size. It is done so that the user can restore "lost" float windows, for example, by changing the configuration of monitors and etc.
Is there a way to set programmatically geometry of the float KDDockWidget other than from "DockWidget::window()"-interface? There are also difficulties to move/resize hidden float widgets (with Qt QDockWidget it can be done by "QWidget::setAttribute(Qt::WA_DontShowOnScreen) -> show -> MOVE/RESIZE -> hide -> QWidget::setAttribute(Qt::WA_DontShowOnScreen, false)"); are there any plans to "pull out" DockWidgetBase::lastPositions or something else?
The text was updated successfully, but these errors were encountered: