QMdiSubWindow Class Reference
[QtGui module]
Inherits QWidget.
Types
Methods
- __init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
- changeEvent (self, QEvent)
- childEvent (self, QChildEvent)
- closeEvent (self, QCloseEvent)
- contextMenuEvent (self, QContextMenuEvent)
- bool event (self, QEvent)
- bool eventFilter (self, QObject, QEvent)
- focusInEvent (self, QFocusEvent)
- focusOutEvent (self, QFocusEvent)
- hideEvent (self, QHideEvent)
- bool isShaded (self)
- int keyboardPageStep (self)
- int keyboardSingleStep (self)
- keyPressEvent (self, QKeyEvent)
- leaveEvent (self, QEvent)
- QMdiArea mdiArea (self)
- QSize minimumSizeHint (self)
- mouseDoubleClickEvent (self, QMouseEvent)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- moveEvent (self, QMoveEvent)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- setKeyboardPageStep (self, int)
- setKeyboardSingleStep (self, int)
- setOption (self, SubWindowOption, bool on = True)
- setSystemMenu (self, QMenu)
- setWidget (self, QWidget)
- showEvent (self, QShowEvent)
- showShaded (self)
- showSystemMenu (self)
- QSize sizeHint (self)
- QMenu systemMenu (self)
- bool testOption (self, SubWindowOption)
- timerEvent (self, QTimerEvent)
- QWidget widget (self)
Qt Signals
Detailed Description
Type Documentation
QMdiSubWindow.SubWindowOption
Method Documentation
QMdiSubWindow.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QMdiSubWindow.changeEvent (self, QEvent)
QMdiSubWindow.childEvent (self, QChildEvent)
QMdiSubWindow.closeEvent (self, QCloseEvent)
QMdiSubWindow.contextMenuEvent (self, QContextMenuEvent)
bool QMdiSubWindow.event (self, QEvent)
bool QMdiSubWindow.eventFilter (self, QObject, QEvent)
QMdiSubWindow.focusInEvent (self, QFocusEvent)
QMdiSubWindow.focusOutEvent (self, QFocusEvent)
QMdiSubWindow.hideEvent (self, QHideEvent)
bool QMdiSubWindow.isShaded (self)
int QMdiSubWindow.keyboardPageStep (self)
int QMdiSubWindow.keyboardSingleStep (self)
QMdiSubWindow.keyPressEvent (self, QKeyEvent)
QMdiSubWindow.leaveEvent (self, QEvent)
QMdiArea QMdiSubWindow.mdiArea (self)
QSize QMdiSubWindow.minimumSizeHint (self)
QMdiSubWindow.mouseDoubleClickEvent (self, QMouseEvent)
QMdiSubWindow.mouseMoveEvent (self, QMouseEvent)
QMdiSubWindow.mousePressEvent (self, QMouseEvent)
QMdiSubWindow.mouseReleaseEvent (self, QMouseEvent)
QMdiSubWindow.moveEvent (self, QMoveEvent)
QMdiSubWindow.paintEvent (self, QPaintEvent)
QMdiSubWindow.resizeEvent (self, QResizeEvent)
QMdiSubWindow.setKeyboardPageStep (self, int)
QMdiSubWindow.setKeyboardSingleStep (self, int)
QMdiSubWindow.setOption (self, SubWindowOption, bool on = True)
QMdiSubWindow.setSystemMenu (self, QMenu)
The QMenu argument has it's ownership transferred to Qt.
QMdiSubWindow.setWidget (self, QWidget)
The QWidget argument has it's ownership transferred to Qt.
QMdiSubWindow.showEvent (self, QShowEvent)
QMdiSubWindow.showShaded (self)
This method is also a Qt slot with the C++ signature void showShaded().
QMdiSubWindow.showSystemMenu (self)
This method is also a Qt slot with the C++ signature void showSystemMenu().
QSize QMdiSubWindow.sizeHint (self)
QMenu QMdiSubWindow.systemMenu (self)
bool QMdiSubWindow.testOption (self, SubWindowOption)
QMdiSubWindow.timerEvent (self, QTimerEvent)
QWidget QMdiSubWindow.widget (self)
Qt Signal Documentation
void aboutToActivate ()
This is the default overload of this signal.
void windowStateChanged (Qt::WindowStates,Qt::WindowStates)
This is the default overload of this signal.