The QWorkspace widget provides a workspace window that can be used in an MDI application.
This class is deprecated. Use QMdiArea instead.
Multiple Document Interface (MDI) applications are typically composed of a main window containing a menu bar, a toolbar, and a central QWorkspace widget. The workspace itself is used to display a number of child windows, each of which is a widget.
The workspace itself is an ordinary Qt widget. It has a standard constructor that takes a parent widget. Workspaces can be placed in any layout, but are typically given as the central widget in a QMainWindow:
阅读(539) | 评论(0) | 转发(0) |