QWidget Class Reference
[QtGui module]
Inherits QObject and QPaintDevice.
Inherited by EffectWidget, SeekSlider, VideoPlayer, VideoWidget, VolumeSlider, QAbstractButton, QAbstractSlider, QAbstractSpinBox, QCalendarWidget, QComboBox, QDesignerActionEditorInterface, QDesignerFormWindowInterface, QDesignerObjectInspectorInterface, QDesignerPropertyEditorInterface, QDesignerWidgetBoxInterface, QDesktopWidget, QDialog, QDialogButtonBox, QDockWidget, QFocusFrame, QFrame, QGLWidget, QGroupBox, QHelpSearchQueryWidget, QHelpSearchResultWidget, QLineEdit, QMainWindow, QMdiSubWindow, QMenu, QMenuBar, QPrintPreviewWidget, QProgressBar, QRubberBand, QSizeGrip, QSplashScreen, QSplitterHandle, QStatusBar, QSvgWidget, QTabBar, QTabWidget, QToolBar, QWebInspector, QWebView, QWizardPage, QWorkspace, QX11EmbedContainer and QX11EmbedWidget.
Types
Methods
- __init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
- bool acceptDrops (self)
- QString accessibleDescription (self)
- QString accessibleName (self)
- actionEvent (self, QActionEvent)
- list-of-QAction actions (self)
- activateWindow (self)
- addAction (self, QAction)
- addActions (self, list-of-QAction)
- adjustSize (self)
- bool autoFillBackground (self)
- QPalette.ColorRole backgroundRole (self)
- QSize baseSize (self)
- changeEvent (self, QEvent)
- QWidget childAt (self, QPoint)
- QWidget childAt (self, int, int)
- QRect childrenRect (self)
- QRegion childrenRegion (self)
- clearFocus (self)
- clearMask (self)
- bool close (self)
- closeEvent (self, QCloseEvent)
- QMargins contentsMargins (self)
- QRect contentsRect (self)
- contextMenuEvent (self, QContextMenuEvent)
- Qt.ContextMenuPolicy contextMenuPolicy (self)
- create (self, int window = 0, bool initializeWindow = True, bool destroyOldWindow = True)
- QCursor cursor (self)
- destroy (self, bool destroyWindow = True, bool destroySubWindows = True)
- int devType (self)
- dragEnterEvent (self, QDragEnterEvent)
- dragLeaveEvent (self, QDragLeaveEvent)
- dragMoveEvent (self, QDragMoveEvent)
- dropEvent (self, QDropEvent)
- int effectiveWinId (self)
- enabledChange (self, bool)
- ensurePolished (self)
- enterEvent (self, QEvent)
- bool event (self, QEvent)
- focusInEvent (self, QFocusEvent)
- bool focusNextChild (self)
- bool focusNextPrevChild (self, bool)
- focusOutEvent (self, QFocusEvent)
- Qt.FocusPolicy focusPolicy (self)
- bool focusPreviousChild (self)
- QWidget focusProxy (self)
- QWidget focusWidget (self)
- QFont font (self)
- fontChange (self, QFont)
- QFontInfo fontInfo (self)
- QFontMetrics fontMetrics (self)
- QPalette.ColorRole foregroundRole (self)
- QRect frameGeometry (self)
- QSize frameSize (self)
- QRect geometry (self)
- (int, int, int, int) getContentsMargins (self)
- grabGesture (self, Qt.GestureType, Qt.GestureFlags flags = Qt.GestureFlags(0))
- grabKeyboard (self)
- grabMouse (self)
- grabMouse (self, QCursor)
- int grabShortcut (self, QKeySequence, Qt.ShortcutContext context = Qt.WindowShortcut)
- QGraphicsEffect graphicsEffect (self)
- QGraphicsProxyWidget graphicsProxyWidget (self)
- int handle (self)
- bool hasFocus (self)
- bool hasMouseTracking (self)
- int height (self)
- int heightForWidth (self, int)
- hide (self)
- hideEvent (self, QHideEvent)
- QInputContext inputContext (self)
- inputMethodEvent (self, QInputMethodEvent)
- Qt.InputMethodHints inputMethodHints (self)
- QVariant inputMethodQuery (self, Qt.InputMethodQuery)
- insertAction (self, QAction, QAction)
- insertActions (self, QAction, list-of-QAction)
- bool isActiveWindow (self)
- bool isAncestorOf (self, QWidget)
- bool isEnabled (self)
- bool isEnabledTo (self, QWidget)
- bool isEnabledToTLW (self)
- bool isFullScreen (self)
- bool isHidden (self)
- bool isLeftToRight (self)
- bool isMaximized (self)
- bool isMinimized (self)
- bool isModal (self)
- bool isRightToLeft (self)
- bool isTopLevel (self)
- bool isVisible (self)
- bool isVisibleTo (self, QWidget)
- bool isWindow (self)
- bool isWindowModified (self)
- keyPressEvent (self, QKeyEvent)
- keyReleaseEvent (self, QKeyEvent)
- languageChange (self)
- QLayout layout (self)
- Qt.LayoutDirection layoutDirection (self)
- leaveEvent (self, QEvent)
- QLocale locale (self)
- lower (self)
- QPoint mapFrom (self, QWidget, QPoint)
- QPoint mapFromGlobal (self, QPoint)
- QPoint mapFromParent (self, QPoint)
- QPoint mapTo (self, QWidget, QPoint)
- QPoint mapToGlobal (self, QPoint)
- QPoint mapToParent (self, QPoint)
- QRegion mask (self)
- int maximumHeight (self)
- QSize maximumSize (self)
- int maximumWidth (self)
- int metric (self, QPaintDevice.PaintDeviceMetric)
- int minimumHeight (self)
- QSize minimumSize (self)
- QSize minimumSizeHint (self)
- int minimumWidth (self)
- mouseDoubleClickEvent (self, QMouseEvent)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- move (self, QPoint)
- move (self, int, int)
- moveEvent (self, QMoveEvent)
- QWidget nativeParentWidget (self)
- QWidget nextInFocusChain (self)
- QRect normalGeometry (self)
- overrideWindowFlags (self, Qt.WindowFlags)
- overrideWindowState (self, Qt.WindowStates)
- QPaintEngine paintEngine (self)
- paintEvent (self, QPaintEvent)
- QPalette palette (self)
- paletteChange (self, QPalette)
- QWidget parentWidget (self)
- QPoint pos (self)
- QWidget previousInFocusChain (self)
- raise_ (self)
- QRect rect (self)
- releaseKeyboard (self)
- releaseMouse (self)
- releaseShortcut (self, int)
- removeAction (self, QAction)
- render (self, QPaintDevice, QPoint targetOffset = QPoint(), QRegion sourceRegion = QRegion(), RenderFlags flags = QWidget.DrawWindowBackground|QWidget.DrawChildren)
- render (self, QPainter, QPoint targetOffset = QPoint(), QRegion sourceRegion = QRegion(), RenderFlags flags = QWidget.DrawWindowBackground|QWidget.DrawChildren)
- repaint (self)
- repaint (self, int, int, int, int)
- repaint (self, QRect)
- repaint (self, QRegion)
- resetInputContext (self)
- resize (self, QSize)
- resize (self, int, int)
- resizeEvent (self, QResizeEvent)
- bool restoreGeometry (self, QByteArray)
- QByteArray saveGeometry (self)
- scroll (self, int, int)
- scroll (self, int, int, QRect)
- setAcceptDrops (self, bool)
- setAccessibleDescription (self, QString)
- setAccessibleName (self, QString)
- setAttribute (self, Qt.WidgetAttribute, bool on = True)
- setAutoFillBackground (self, bool)
- setBackgroundRole (self, QPalette.ColorRole)
- setBaseSize (self, int, int)
- setBaseSize (self, QSize)
- setContentsMargins (self, int, int, int, int)
- setContentsMargins (self, QMargins)
- setContextMenuPolicy (self, Qt.ContextMenuPolicy)
- setCursor (self, QCursor)
- setDisabled (self, bool)
- setEnabled (self, bool)
- setFixedHeight (self, int)
- setFixedSize (self, QSize)
- setFixedSize (self, int, int)
- setFixedWidth (self, int)
- setFocus (self)
- setFocus (self, Qt.FocusReason)
- setFocusPolicy (self, Qt.FocusPolicy)
- setFocusProxy (self, QWidget)
- setFont (self, QFont)
- setForegroundRole (self, QPalette.ColorRole)
- setGeometry (self, QRect)
- setGeometry (self, int, int, int, int)
- setGraphicsEffect (self, QGraphicsEffect)
- setHidden (self, bool)
- setInputContext (self, QInputContext)
- setInputMethodHints (self, Qt.InputMethodHints)
- setLayout (self, QLayout)
- setLayoutDirection (self, Qt.LayoutDirection)
- setLocale (self, QLocale)
- setMask (self, QBitmap)
- setMask (self, QRegion)
- setMaximumHeight (self, int)
- setMaximumSize (self, int, int)
- setMaximumSize (self, QSize)
- setMaximumWidth (self, int)
- setMinimumHeight (self, int)
- setMinimumSize (self, int, int)
- setMinimumSize (self, QSize)
- setMinimumWidth (self, int)
- setMouseTracking (self, bool)
- setPalette (self, QPalette)
- setParent (self, QWidget)
- setParent (self, QWidget, Qt.WindowFlags)
- setShortcutAutoRepeat (self, int, bool enabled = True)
- setShortcutEnabled (self, int, bool enabled = True)
- setShown (self, bool)
- setSizeIncrement (self, int, int)
- setSizeIncrement (self, QSize)
- setSizePolicy (self, QSizePolicy)
- setSizePolicy (self, QSizePolicy.Policy, QSizePolicy.Policy)
- setStatusTip (self, QString)
- setStyle (self, QStyle)
- setStyleSheet (self, QString)
- setToolTip (self, QString)
- setUpdatesEnabled (self, bool)
- setVisible (self, bool)
- setWhatsThis (self, QString)
- setWindowFilePath (self, QString)
- setWindowFlags (self, Qt.WindowFlags)
- setWindowIcon (self, QIcon)
- setWindowIconText (self, QString)
- setWindowModality (self, Qt.WindowModality)
- setWindowModified (self, bool)
- setWindowOpacity (self, float)
- setWindowRole (self, QString)
- setWindowState (self, Qt.WindowStates)
- setWindowTitle (self, QString)
- show (self)
- showEvent (self, QShowEvent)
- showFullScreen (self)
- showMaximized (self)
- showMinimized (self)
- showNormal (self)
- QSize size (self)
- QSize sizeHint (self)
- QSize sizeIncrement (self)
- QSizePolicy sizePolicy (self)
- stackUnder (self, QWidget)
- QString statusTip (self)
- QStyle style (self)
- QString styleSheet (self)
- tabletEvent (self, QTabletEvent)
- bool testAttribute (self, Qt.WidgetAttribute)
- QString toolTip (self)
- QWidget topLevelWidget (self)
- bool underMouse (self)
- ungrabGesture (self, Qt.GestureType)
- unsetCursor (self)
- unsetLayoutDirection (self)
- unsetLocale (self)
- update (self)
- update (self, QRect)
- update (self, QRegion)
- update (self, int, int, int, int)
- updateGeometry (self)
- updateMicroFocus (self)
- bool updatesEnabled (self)
- QRegion visibleRegion (self)
- QString whatsThis (self)
- wheelEvent (self, QWheelEvent)
- int width (self)
- QWidget window (self)
- windowActivationChange (self, bool)
- QString windowFilePath (self)
- Qt.WindowFlags windowFlags (self)
- QIcon windowIcon (self)
- QString windowIconText (self)
- Qt.WindowModality windowModality (self)
- float windowOpacity (self)
- QString windowRole (self)
- Qt.WindowStates windowState (self)
- QString windowTitle (self)
- Qt.WindowType windowType (self)
- int winId (self)
- int x (self)
- QX11Info x11Info (self)
- int x11PictureHandle (self)
- int y (self)
Static Methods
Qt Signals
Detailed Description
Type Documentation
QWidget.RenderFlag
Method Documentation
QWidget.__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.
bool QWidget.acceptDrops (self)
QString QWidget.accessibleDescription (self)
QString QWidget.accessibleName (self)
QWidget.actionEvent (self, QActionEvent)
list-of-QAction QWidget.actions (self)
QWidget.activateWindow (self)
QWidget.addAction (self, QAction)
QWidget.addActions (self, list-of-QAction)
QWidget.adjustSize (self)
bool QWidget.autoFillBackground (self)
QSize QWidget.baseSize (self)
QWidget.changeEvent (self, QEvent)
QWidget QWidget.childAt (self, int, int)
QRect QWidget.childrenRect (self)
QRegion QWidget.childrenRegion (self)
QWidget.clearFocus (self)
QWidget.clearMask (self)
bool QWidget.close (self)
This method is also a Qt slot with the C++ signature bool close().
QWidget.closeEvent (self, QCloseEvent)
QMargins QWidget.contentsMargins (self)
QRect QWidget.contentsRect (self)
QWidget.create (self, int window = 0, bool initializeWindow = True, bool destroyOldWindow = True)
QCursor QWidget.cursor (self)
QWidget.destroy (self, bool destroyWindow = True, bool destroySubWindows = True)
int QWidget.devType (self)
QWidget.dragEnterEvent (self, QDragEnterEvent)
QWidget.dragLeaveEvent (self, QDragLeaveEvent)
QWidget.dragMoveEvent (self, QDragMoveEvent)
QWidget.dropEvent (self, QDropEvent)
int QWidget.effectiveWinId (self)
QWidget.enabledChange (self, bool)
QWidget.ensurePolished (self)
QWidget.enterEvent (self, QEvent)
bool QWidget.event (self, QEvent)
QWidget QWidget.find (int)
QWidget.focusInEvent (self, QFocusEvent)
bool QWidget.focusNextChild (self)
bool QWidget.focusNextPrevChild (self, bool)
QWidget.focusOutEvent (self, QFocusEvent)
bool QWidget.focusPreviousChild (self)
QWidget QWidget.focusProxy (self)
QWidget QWidget.focusWidget (self)
QFont QWidget.font (self)
QWidget.fontChange (self, QFont)
QFontInfo QWidget.fontInfo (self)
QFontMetrics QWidget.fontMetrics (self)
QRect QWidget.frameGeometry (self)
QSize QWidget.frameSize (self)
QRect QWidget.geometry (self)
(int, int, int, int) QWidget.getContentsMargins (self)
QWidget.grabKeyboard (self)
QWidget.grabMouse (self)
QWidget.grabMouse (self, QCursor)
int QWidget.grabShortcut (self, QKeySequence, Qt.ShortcutContext context = Qt.WindowShortcut)
int QWidget.handle (self)
bool QWidget.hasFocus (self)
bool QWidget.hasMouseTracking (self)
int QWidget.height (self)
int QWidget.heightForWidth (self, int)
QWidget.hide (self)
This method is also a Qt slot with the C++ signature void hide().
QWidget.hideEvent (self, QHideEvent)
QInputContext QWidget.inputContext (self)
QVariant QWidget.inputMethodQuery (self, Qt.InputMethodQuery)
QWidget.insertAction (self, QAction, QAction)
QWidget.insertActions (self, QAction, list-of-QAction)
bool QWidget.isActiveWindow (self)
bool QWidget.isAncestorOf (self, QWidget)
bool QWidget.isEnabled (self)
bool QWidget.isEnabledTo (self, QWidget)
bool QWidget.isEnabledToTLW (self)
bool QWidget.isFullScreen (self)
bool QWidget.isHidden (self)
bool QWidget.isLeftToRight (self)
bool QWidget.isMaximized (self)
bool QWidget.isMinimized (self)
bool QWidget.isModal (self)
bool QWidget.isRightToLeft (self)
bool QWidget.isTopLevel (self)
bool QWidget.isVisible (self)
bool QWidget.isVisibleTo (self, QWidget)
bool QWidget.isWindow (self)
bool QWidget.isWindowModified (self)
QWidget QWidget.keyboardGrabber ()
QWidget.keyPressEvent (self, QKeyEvent)
QWidget.keyReleaseEvent (self, QKeyEvent)
QWidget.languageChange (self)
QLayout QWidget.layout (self)
QWidget.leaveEvent (self, QEvent)
QLocale QWidget.locale (self)
QWidget.lower (self)
This method is also a Qt slot with the C++ signature void lower().
QPoint QWidget.mapFromGlobal (self, QPoint)
QPoint QWidget.mapFromParent (self, QPoint)
QPoint QWidget.mapToGlobal (self, QPoint)
QPoint QWidget.mapToParent (self, QPoint)
QRegion QWidget.mask (self)
int QWidget.maximumHeight (self)
QSize QWidget.maximumSize (self)
int QWidget.maximumWidth (self)
int QWidget.minimumHeight (self)
QSize QWidget.minimumSize (self)
QSize QWidget.minimumSizeHint (self)
int QWidget.minimumWidth (self)
QWidget.mouseDoubleClickEvent (self, QMouseEvent)
QWidget QWidget.mouseGrabber ()
QWidget.mouseMoveEvent (self, QMouseEvent)
QWidget.mousePressEvent (self, QMouseEvent)
QWidget.mouseReleaseEvent (self, QMouseEvent)
QWidget.move (self, QPoint)
QWidget.move (self, int, int)
QWidget.moveEvent (self, QMoveEvent)
QWidget QWidget.nativeParentWidget (self)
QWidget QWidget.nextInFocusChain (self)
QRect QWidget.normalGeometry (self)
QWidget.overrideWindowFlags (self, Qt.WindowFlags)
QWidget.overrideWindowState (self, Qt.WindowStates)
QPaintEngine QWidget.paintEngine (self)
QWidget.paintEvent (self, QPaintEvent)
QPalette QWidget.palette (self)
QWidget.paletteChange (self, QPalette)
QWidget QWidget.parentWidget (self)
QPoint QWidget.pos (self)
QWidget QWidget.previousInFocusChain (self)
QWidget.raise_ (self)
This method is also a Qt slot with the C++ signature void raise().
QRect QWidget.rect (self)
QWidget.releaseKeyboard (self)
QWidget.releaseMouse (self)
QWidget.releaseShortcut (self, int)
QWidget.removeAction (self, QAction)
QWidget.render (self, QPaintDevice, QPoint targetOffset = QPoint(), QRegion sourceRegion = QRegion(), RenderFlags flags = QWidget.DrawWindowBackground|QWidget.DrawChildren)
QWidget.render (self, QPainter, QPoint targetOffset = QPoint(), QRegion sourceRegion = QRegion(), RenderFlags flags = QWidget.DrawWindowBackground|QWidget.DrawChildren)
QWidget.repaint (self)
This method is also a Qt slot with the C++ signature void repaint().
QWidget.repaint (self, int, int, int, int)
QWidget.repaint (self, QRect)
QWidget.repaint (self, QRegion)
QWidget.resetInputContext (self)
QWidget.resize (self, QSize)
QWidget.resize (self, int, int)
QWidget.resizeEvent (self, QResizeEvent)
bool QWidget.restoreGeometry (self, QByteArray)
QByteArray QWidget.saveGeometry (self)
QWidget.scroll (self, int, int)
QWidget.scroll (self, int, int, QRect)
QWidget.setAcceptDrops (self, bool)
QWidget.setAccessibleDescription (self, QString)
QWidget.setAccessibleName (self, QString)
QWidget.setAttribute (self, Qt.WidgetAttribute, bool on = True)
QWidget.setAutoFillBackground (self, bool)
QWidget.setBaseSize (self, int, int)
QWidget.setBaseSize (self, QSize)
QWidget.setContentsMargins (self, int, int, int, int)
QWidget.setContentsMargins (self, QMargins)
QWidget.setCursor (self, QCursor)
QWidget.setDisabled (self, bool)
This method is also a Qt slot with the C++ signature void setDisabled(bool).
QWidget.setEnabled (self, bool)
This method is also a Qt slot with the C++ signature void setEnabled(bool).
QWidget.setFixedHeight (self, int)
QWidget.setFixedSize (self, QSize)
QWidget.setFixedSize (self, int, int)
QWidget.setFixedWidth (self, int)
QWidget.setFocus (self)
This method is also a Qt slot with the C++ signature void setFocus().
QWidget.setFocusPolicy (self, Qt.FocusPolicy)
QWidget.setFocusProxy (self, QWidget)
QWidget.setFont (self, QFont)
QWidget.setGeometry (self, QRect)
QWidget.setGeometry (self, int, int, int, int)
QWidget.setGraphicsEffect (self, QGraphicsEffect)
The QGraphicsEffect argument has it's ownership transferred to Qt.
QWidget.setHidden (self, bool)
This method is also a Qt slot with the C++ signature void setHidden(bool).
QWidget.setInputContext (self, QInputContext)
The QInputContext argument has it's ownership transferred to Qt.
QWidget.setLayout (self, QLayout)
The QLayout argument has it's ownership transferred to Qt.
QWidget.setLocale (self, QLocale)
QWidget.setMask (self, QBitmap)
QWidget.setMask (self, QRegion)
QWidget.setMaximumHeight (self, int)
QWidget.setMaximumSize (self, int, int)
QWidget.setMaximumSize (self, QSize)
QWidget.setMaximumWidth (self, int)
QWidget.setMinimumHeight (self, int)
QWidget.setMinimumSize (self, int, int)
QWidget.setMinimumSize (self, QSize)
QWidget.setMinimumWidth (self, int)
QWidget.setMouseTracking (self, bool)
QWidget.setPalette (self, QPalette)
QWidget.setParent (self, QWidget)
The QWidget argument, if not None, causes self to be owned by Qt instead of PyQt.
The QWidget argument, if not None, causes self to be owned by Qt instead of PyQt.
QWidget.setShortcutAutoRepeat (self, int, bool enabled = True)
QWidget.setShortcutEnabled (self, int, bool enabled = True)
QWidget.setShown (self, bool)
QWidget.setSizeIncrement (self, int, int)
QWidget.setSizeIncrement (self, QSize)
QWidget.setSizePolicy (self, QSizePolicy)
QWidget.setStatusTip (self, QString)
QWidget.setStyle (self, QStyle)
QWidget.setStyleSheet (self, QString)
QWidget.setToolTip (self, QString)
QWidget.setUpdatesEnabled (self, bool)
QWidget.setVisible (self, bool)
This method is also a Qt slot with the C++ signature void setVisible(bool).
QWidget.setWhatsThis (self, QString)
QWidget.setWindowFilePath (self, QString)
QWidget.setWindowFlags (self, Qt.WindowFlags)
QWidget.setWindowIcon (self, QIcon)
QWidget.setWindowIconText (self, QString)
QWidget.setWindowModified (self, bool)
This method is also a Qt slot with the C++ signature void setWindowModified(bool).
QWidget.setWindowOpacity (self, float)
QWidget.setWindowRole (self, QString)
QWidget.setWindowState (self, Qt.WindowStates)
QWidget.setWindowTitle (self, QString)
QWidget.show (self)
This method is also a Qt slot with the C++ signature void show().
QWidget.showEvent (self, QShowEvent)
QWidget.showFullScreen (self)
This method is also a Qt slot with the C++ signature void showFullScreen().
QWidget.showMaximized (self)
This method is also a Qt slot with the C++ signature void showMaximized().
QWidget.showMinimized (self)
This method is also a Qt slot with the C++ signature void showMinimized().
QWidget.showNormal (self)
This method is also a Qt slot with the C++ signature void showNormal().
QSize QWidget.size (self)
QSize QWidget.sizeHint (self)
QSize QWidget.sizeIncrement (self)
QSizePolicy QWidget.sizePolicy (self)
QWidget.stackUnder (self, QWidget)
QString QWidget.statusTip (self)
QStyle QWidget.style (self)
QString QWidget.styleSheet (self)
QWidget.tabletEvent (self, QTabletEvent)
QString QWidget.toolTip (self)
QWidget QWidget.topLevelWidget (self)
bool QWidget.underMouse (self)
QWidget.ungrabGesture (self, Qt.GestureType)
QWidget.unsetCursor (self)
QWidget.unsetLayoutDirection (self)
QWidget.unsetLocale (self)
QWidget.update (self)
This method is also a Qt slot with the C++ signature void update().
QWidget.update (self, QRect)
QWidget.update (self, QRegion)
QWidget.update (self, int, int, int, int)
QWidget.updateGeometry (self)
QWidget.updateMicroFocus (self)
bool QWidget.updatesEnabled (self)
QRegion QWidget.visibleRegion (self)
QString QWidget.whatsThis (self)
QWidget.wheelEvent (self, QWheelEvent)
int QWidget.width (self)
QWidget QWidget.window (self)
QWidget.windowActivationChange (self, bool)
QString QWidget.windowFilePath (self)
QIcon QWidget.windowIcon (self)
QString QWidget.windowIconText (self)
float QWidget.windowOpacity (self)
QString QWidget.windowRole (self)
QString QWidget.windowTitle (self)
int QWidget.winId (self)
int QWidget.x (self)
QX11Info QWidget.x11Info (self)
int QWidget.x11PictureHandle (self)
int QWidget.y (self)
Qt Signal Documentation
void customContextMenuRequested (const QPoint&)
This is the default overload of this signal.