A KDebugDocker is a premade class made to present menus in the KDebug system to users at runtime. A default DebugDocker already exists, but the class is made available for creating your own version of the widget if needed. Apply any custom DebugDocker in Project Settings > Plugins > KDebugTools Settings > Debug Docker.
The default width for popout windows created by the DebugDocker.
The default height for popout windows created by the DebugDocker.
Override this function to implement making a menu available for selection on the UI.
Override to gather borders you want selectable as docks.
Call this function to transfer an existing widget to a popout window.
Call this function to create a new widget instance as a popout window.
Call this function to destroy a popout window.
Call this function to destroy all popout windows.
Override this function to update UI when a window is closed.