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.
| Class | Description |
|---|---|
DockWindow | Provides a window that are container of dockable widgets, which can dock to specific area of the screen. |
MainWindow | A common application main window with title bar, status bar, central widget. |