Home · All Classes · Modules

QMdiArea Class Reference
[QtGui module]

Inherits QAbstractScrollArea.

Types

Methods

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)

QMdiSubWindow QMdiArea.addSubWindow (self, QWidget, Qt.WindowFlags flags = 0)

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.setTabPosition (self, QTabWidget.TabPosition)

QMdiArea.setTabShape (self, QTabWidget.TabShape)

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)

QTabWidget.TabPosition QMdiArea.tabPosition (self)

QTabWidget.TabShape QMdiArea.tabShape (self)

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0