Window¶
The window widget is similar to Windows' MDI child windows.
Preview Image¶
Features¶
- Title support text and/or icon
- Support modal window
- Status bar support
- Minimize and maximize a window
- Open and close a window
- Resize a window
Description¶
The window widget can be used to show dialogs or to realize a MDI (Multiple Document Interface) Application.
The widgets implements all known metaphors from a window:
- minimize
- maximize
- open
- close
- and so on
The package qx.ui.window contains two other classes that can be used to create a MDI Application:
Demos¶
Here are some links that demonstrate the usage of the widget:
API¶
Here is a link to the API of the Widget: