QWorkspace Class Reference
[QtGui module]
Inherits QWidget.
Types
Methods
- __init__ (self, QWidget parent = None)
- activateNextWindow (self)
- activatePreviousWindow (self)
- QWidget activeWindow (self)
- QWidget addWindow (self, QWidget, Qt.WindowFlags flags = 0)
- arrangeIcons (self)
- QBrush background (self)
- cascade (self)
- changeEvent (self, QEvent)
- childEvent (self, QChildEvent)
- closeActiveWindow (self)
- closeAllWindows (self)
- bool event (self, QEvent)
- bool eventFilter (self, QObject, QEvent)
- hideEvent (self, QHideEvent)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- bool scrollBarsEnabled (self)
- setActiveWindow (self, QWidget)
- setBackground (self, QBrush)
- setScrollBarsEnabled (self, bool)
- showEvent (self, QShowEvent)
- QSize sizeHint (self)
- tile (self)
- wheelEvent (self, QWheelEvent)
- list-of-QWidget windowList (self, WindowOrder order = QWorkspace.CreationOrder)
Qt Signals
Detailed Description
Type Documentation
QWorkspace.WindowOrder
Method Documentation
QWorkspace.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QWorkspace.activateNextWindow (self)
This method is also a Qt slot with the C++ signature void activateNextWindow().
QWorkspace.activatePreviousWindow (self)
This method is also a Qt slot with the C++ signature void activatePreviousWindow().
QWidget QWorkspace.activeWindow (self)
The QWidget argument has it's ownership transferred to Qt.
QWorkspace.arrangeIcons (self)
This method is also a Qt slot with the C++ signature void arrangeIcons().
QBrush QWorkspace.background (self)
QWorkspace.cascade (self)
This method is also a Qt slot with the C++ signature void cascade().
QWorkspace.changeEvent (self, QEvent)
QWorkspace.childEvent (self, QChildEvent)
QWorkspace.closeActiveWindow (self)
This method is also a Qt slot with the C++ signature void closeActiveWindow().
QWorkspace.closeAllWindows (self)
This method is also a Qt slot with the C++ signature void closeAllWindows().
bool QWorkspace.event (self, QEvent)
bool QWorkspace.eventFilter (self, QObject, QEvent)
QWorkspace.hideEvent (self, QHideEvent)
QWorkspace.paintEvent (self, QPaintEvent)
QWorkspace.resizeEvent (self, QResizeEvent)
bool QWorkspace.scrollBarsEnabled (self)
QWorkspace.setActiveWindow (self, QWidget)
This method is also a Qt slot with the C++ signature void setActiveWindow(QWidget *).
QWorkspace.setBackground (self, QBrush)
QWorkspace.setScrollBarsEnabled (self, bool)
QWorkspace.showEvent (self, QShowEvent)
QSize QWorkspace.sizeHint (self)
QWorkspace.tile (self)
This method is also a Qt slot with the C++ signature void tile().
QWorkspace.wheelEvent (self, QWheelEvent)
list-of-QWidget QWorkspace.windowList (self, WindowOrder order = QWorkspace.CreationOrder)
Qt Signal Documentation
void windowActivated (QWidget *)
This is the default overload of this signal.