Skip to main content

Window

The Window module includes widgets like dockable windows and main windows. These widgets are essential for creating professional, multi-window applications with flexible layouts.

Here is a simple introduction of window widgets. You can access the WUI Coder tool for detailed examples and comprehensive guidance.

ClassDescription
DockWindowProvides a window that are container of dockable widgets, which can dock to specific area of the screen.
MainWindowA common application main window with title bar, status bar, central widget.