QMdiArea Class Reference
[QtGui module]
Inherits QAbstractScrollArea.
Types
Methods
- __init__ (self, QWidget parent = None)
- activateNextSubWindow (self)
- activatePreviousSubWindow (self)
- WindowOrder activationOrder (self)
- QMdiSubWindow activeSubWindow (self)
- QMdiSubWindow addSubWindow (self, QWidget, Qt.WindowFlags flags = 0)
- QBrush background (self)
- cascadeSubWindows (self)
- childEvent (self, QChildEvent)
- closeActiveSubWindow (self)
- closeAllSubWindows (self)
- QMdiSubWindow currentSubWindow (self)
- bool documentMode (self)
- bool event (self, QEvent)
- bool eventFilter (self, QObject, QEvent)
- QSize minimumSizeHint (self)
- paintEvent (self, QPaintEvent)
- removeSubWindow (self, QWidget)
- resizeEvent (self, QResizeEvent)
- scrollContentsBy (self, int, int)
- setActivationOrder (self, WindowOrder)
- setActiveSubWindow (self, QMdiSubWindow)
- setBackground (self, QBrush)
- setDocumentMode (self, bool)
- setOption (self, AreaOption, bool on = True)
- setTabPosition (self, QTabWidget.TabPosition)
- setTabShape (self, QTabWidget.TabShape)
- setupViewport (self, QWidget)
- setViewMode (self, ViewMode)
- showEvent (self, QShowEvent)
- QSize sizeHint (self)
- list-of-QMdiSubWindow subWindowList (self, WindowOrder order = QMdiArea.CreationOrder)
- QTabWidget.TabPosition tabPosition (self)
- QTabWidget.TabShape tabShape (self)
- bool testOption (self, AreaOption)
- tileSubWindows (self)
- timerEvent (self, QTimerEvent)
- ViewMode viewMode (self)
- bool viewportEvent (self, QEvent)
Qt Signals
Detailed Description
Type Documentation
QMdiArea.AreaOption
QMdiArea.ViewMode
QMdiArea.WindowOrder
Method Documentation
QMdiArea.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QMdiArea.activateNextSubWindow (self)
This method is also a Qt slot with the C++ signature void activateNextSubWindow().
QMdiArea.activatePreviousSubWindow (self)
This method is also a Qt slot with the C++ signature void activatePreviousSubWindow().
WindowOrder QMdiArea.activationOrder (self)
QMdiSubWindow QMdiArea.activeSubWindow (self)
The QWidget argument has it's ownership transferred to Qt.
QBrush QMdiArea.background (self)
QMdiArea.cascadeSubWindows (self)
This method is also a Qt slot with the C++ signature void cascadeSubWindows().
QMdiArea.childEvent (self, QChildEvent)
QMdiArea.closeActiveSubWindow (self)
This method is also a Qt slot with the C++ signature void closeActiveSubWindow().
QMdiArea.closeAllSubWindows (self)
This method is also a Qt slot with the C++ signature void closeAllSubWindows().
QMdiSubWindow QMdiArea.currentSubWindow (self)
bool QMdiArea.documentMode (self)
bool QMdiArea.event (self, QEvent)
bool QMdiArea.eventFilter (self, QObject, QEvent)
QSize QMdiArea.minimumSizeHint (self)
QMdiArea.paintEvent (self, QPaintEvent)
QMdiArea.removeSubWindow (self, QWidget)
QMdiArea.resizeEvent (self, QResizeEvent)
QMdiArea.scrollContentsBy (self, int, int)
QMdiArea.setActivationOrder (self, WindowOrder)
QMdiArea.setActiveSubWindow (self, QMdiSubWindow)
This method is also a Qt slot with the C++ signature void setActiveSubWindow(QMdiSubWindow *).
QMdiArea.setBackground (self, QBrush)
QMdiArea.setDocumentMode (self, bool)
QMdiArea.setOption (self, AreaOption, bool on = True)
QMdiArea.setupViewport (self, QWidget)
QMdiArea.setViewMode (self, ViewMode)
QMdiArea.showEvent (self, QShowEvent)
QSize QMdiArea.sizeHint (self)
list-of-QMdiSubWindow QMdiArea.subWindowList (self, WindowOrder order = QMdiArea.CreationOrder)
bool QMdiArea.testOption (self, AreaOption)
QMdiArea.tileSubWindows (self)
This method is also a Qt slot with the C++ signature void tileSubWindows().
QMdiArea.timerEvent (self, QTimerEvent)
ViewMode QMdiArea.viewMode (self)
bool QMdiArea.viewportEvent (self, QEvent)
Qt Signal Documentation
void subWindowActivated (QMdiSubWindow *)
This is the default overload of this signal.