API reference - Class QWidgetNotation used in Ruby API documentation Description: Binding of QWidget Class hierarchy: QWidget » QObject Sub-classes: RenderFlag
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[static,const] new QWidget_RenderFlag ptr DrawChildrenDescription: Enum constant QWidget::DrawChildren [static,const] new QWidget_RenderFlag ptr DrawWindowBackgroundDescription: Enum constant QWidget::DrawWindowBackground [static,const] new QWidget_RenderFlag ptr IgnoreMaskDescription: Enum constant QWidget::IgnoreMask void _createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void _destroyDescription: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. [const] bool _destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] bool _is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. [const] bool acceptDropsDescription: Method bool QWidget::acceptDrops() Python specific notes:The object exposes a readable attribute 'acceptDrops'. This is the getter. void acceptDrops=(bool on)Description: Method void QWidget::setAcceptDrops(bool on) Python specific notes:The object exposes a writable attribute 'acceptDrops'. This is the setter. [const] string accessibleDescriptionDescription: Method QString QWidget::accessibleDescription() Python specific notes:The object exposes a readable attribute 'accessibleDescription'. This is the getter. void accessibleDescription=(string description)Description: Method void QWidget::setAccessibleDescription(const QString &description) Python specific notes:The object exposes a writable attribute 'accessibleDescription'. This is the setter. [const] string accessibleNameDescription: Method QString QWidget::accessibleName() Python specific notes:The object exposes a readable attribute 'accessibleName'. This is the getter. void accessibleName=(string name)Description: Method void QWidget::setAccessibleName(const QString &name) Python specific notes:The object exposes a writable attribute 'accessibleName'. This is the setter. [virtual] void actionEvent(QActionEvent ptr arg1)Description: Virtual method void QWidget::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. [const] QAction ptr[] actionsDescription: Method QList<QAction *> QWidget::actions() void activateWindowDescription: Method void QWidget::activateWindow() void addAction(QAction ptr action)Description: Method void QWidget::addAction(QAction *action) void addActions(QAction ptr[] actions)Description: Method void QWidget::addActions(QList<QAction *> actions) void adjustSizeDescription: Method void QWidget::adjustSize() [const] const QObject ptr asConstQObjectDescription: Delivers the base class interface QObject of QWidget Class QWidget is derived from multiple base classes. This method delivers the QObject base class aspect. Use this version if you have a const reference. [const] const QPaintDevice ptr asConstQPaintDeviceDescription: Delivers the base class interface QPaintDevice of QWidget Class QWidget is derived from multiple base classes. This method delivers the QPaintDevice base class aspect. Use this version if you have a const reference. QObject ptr asQObjectDescription: Delivers the base class interface QObject of QWidget Class QWidget is derived from multiple base classes. This method delivers the QObject base class aspect. QPaintDevice ptr asQPaintDeviceDescription: Delivers the base class interface QPaintDevice of QWidget Class QWidget is derived from multiple base classes. This method delivers the QPaintDevice base class aspect. [const] bool autoFillBackgroundDescription: Method bool QWidget::autoFillBackground() Python specific notes:The object exposes a readable attribute 'autoFillBackground'. This is the getter. void autoFillBackground=(bool enabled)Description: Method void QWidget::setAutoFillBackground(bool enabled) Python specific notes:The object exposes a writable attribute 'autoFillBackground'. This is the setter. [const] QPalette_ColorRole backgroundRoleDescription: Method QPalette::ColorRole QWidget::backgroundRole() Python specific notes:The object exposes a readable attribute 'backgroundRole'. This is the getter. void backgroundRole=(const QPalette_ColorRole arg1)Description: Method void QWidget::setBackgroundRole(QPalette::ColorRole) Python specific notes:The object exposes a writable attribute 'backgroundRole'. This is the setter. [const] QSize baseSizeDescription: Method QSize QWidget::baseSize() Python specific notes:The object exposes a readable attribute 'baseSize'. This is the getter. void baseSize=(const QSize arg1)Description: Method void QWidget::setBaseSize(const QSize &) Python specific notes:The object exposes a writable attribute 'baseSize'. This is the setter. [virtual] void changeEvent(QEvent ptr arg1)Description: Virtual method void QWidget::changeEvent(QEvent *) This method can be reimplemented in a derived class. [const] QWidget ptr childAt(int x,int y)Description: Method QWidget *QWidget::childAt(int x, int y) [const] QWidget ptr childAt(const QPoint p)Description: Method QWidget *QWidget::childAt(const QPoint &p) [virtual] void childEvent(QChildEvent ptr arg1)Description: Virtual method void QWidget::childEvent(QChildEvent *) This method can be reimplemented in a derived class. [const] QRect childrenRectDescription: Method QRect QWidget::childrenRect() Python specific notes:The object exposes a readable attribute 'childrenRect'. This is the getter. [const] QRegion childrenRegionDescription: Method QRegion QWidget::childrenRegion() Python specific notes:The object exposes a readable attribute 'childrenRegion'. This is the getter. void clearFocusDescription: Method void QWidget::clearFocus() void clearMaskDescription: Method void QWidget::clearMask() bool closeDescription: Method bool QWidget::close() [virtual] void closeEvent(QCloseEvent ptr arg1)Description: Virtual method void QWidget::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. [const] QMargins contentsMarginsDescription: Method QMargins QWidget::contentsMargins() Python specific notes:The object exposes a readable attribute 'contentsMargins'. This is the getter. void contentsMargins=(const QMargins margins)Description: Method void QWidget::setContentsMargins(const QMargins &margins) Python specific notes:The object exposes a writable attribute 'contentsMargins'. This is the setter. [const] QRect contentsRectDescription: Method QRect QWidget::contentsRect() [virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)Description: Virtual method void QWidget::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. [const] Qt_ContextMenuPolicy contextMenuPolicyDescription: Method Qt::ContextMenuPolicy QWidget::contextMenuPolicy() Python specific notes:The object exposes a readable attribute 'contextMenuPolicy'. This is the getter. void contextMenuPolicy=(const Qt_ContextMenuPolicy policy)Description: Method void QWidget::setContextMenuPolicy(Qt::ContextMenuPolicy policy) Python specific notes:The object exposes a writable attribute 'contextMenuPolicy'. This is the setter. void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead void createWinIdDescription: Method void QWidget::createWinId() [const] QCursor cursorDescription: Method QCursor QWidget::cursor() Python specific notes:The object exposes a readable attribute 'cursor'. This is the getter. void cursor=(const QCursor arg1)Description: Method void QWidget::setCursor(const QCursor &) Python specific notes:The object exposes a writable attribute 'cursor'. This is the setter. [event] void customContextMenuRequested(const QPoint pos)Description: Signal declaration for QWidget::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. [virtual] void customEvent(QEvent ptr arg1)Description: Virtual method void QWidget::customEvent(QEvent *) This method can be reimplemented in a derived class. void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [event] void destroyed(QObject ptr arg1)Description: Signal declaration for QWidget::destroyed(QObject *) You can bind a procedure to this signal. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [virtual] void disconnectNotify(string signal)Description: Virtual method void QWidget::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. [virtual] void dragEnterEvent(QDragEnterEvent ptr arg1)Description: Virtual method void QWidget::dragEnterEvent(QDragEnterEvent *) This method can be reimplemented in a derived class. [virtual] void dragLeaveEvent(QDragLeaveEvent ptr arg1)Description: Virtual method void QWidget::dragLeaveEvent(QDragLeaveEvent *) This method can be reimplemented in a derived class. [virtual] void dragMoveEvent(QDragMoveEvent ptr arg1)Description: Virtual method void QWidget::dragMoveEvent(QDragMoveEvent *) This method can be reimplemented in a derived class. [virtual] void dropEvent(QDropEvent ptr arg1)Description: Virtual method void QWidget::dropEvent(QDropEvent *) This method can be reimplemented in a derived class. [const] unsigned long effectiveWinIdDescription: Method WId QWidget::effectiveWinId() [const] bool enabledDescription: Method bool QWidget::isEnabled() Python specific notes:The object exposes a readable attribute 'enabled'. This is the getter. void enabled=(bool arg1)Description: Method void QWidget::setEnabled(bool) Python specific notes:The object exposes a writable attribute 'enabled'. This is the setter. [virtual] void enabledChange(bool arg1)Description: Virtual method void QWidget::enabledChange(bool) This method can be reimplemented in a derived class. [const] void ensurePolishedDescription: Method void QWidget::ensurePolished() [virtual] void enterEvent(QEvent ptr arg1)Description: Virtual method void QWidget::enterEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] bool event(QEvent ptr arg1)Description: Virtual method bool QWidget::event(QEvent *) This method can be reimplemented in a derived class. [virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)Description: Virtual method bool QWidget::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. [static] QWidget ptr find(unsigned long arg1)Description: Static method QWidget *QWidget::find(WId) This method is static and can be called without an instance. [const] bool focusDescription: Method bool QWidget::hasFocus() Python specific notes:The object exposes a readable attribute 'focus'. This is the getter. [virtual] void focusInEvent(QFocusEvent ptr arg1)Description: Virtual method void QWidget::focusInEvent(QFocusEvent *) This method can be reimplemented in a derived class. bool focusNextChildDescription: Method bool QWidget::focusNextChild() This method is protected and can only be called from inside a derived class. [virtual] bool focusNextPrevChild(bool next)Description: Virtual method bool QWidget::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. [virtual] void focusOutEvent(QFocusEvent ptr arg1)Description: Virtual method void QWidget::focusOutEvent(QFocusEvent *) This method can be reimplemented in a derived class. [const] Qt_FocusPolicy focusPolicyDescription: Method Qt::FocusPolicy QWidget::focusPolicy() Python specific notes:The object exposes a readable attribute 'focusPolicy'. This is the getter. void focusPolicy=(const Qt_FocusPolicy policy)Description: Method void QWidget::setFocusPolicy(Qt::FocusPolicy policy) Python specific notes:The object exposes a writable attribute 'focusPolicy'. This is the setter. bool focusPreviousChildDescription: Method bool QWidget::focusPreviousChild() This method is protected and can only be called from inside a derived class. [const] QWidget ptr focusProxyDescription: Method QWidget *QWidget::focusProxy() Python specific notes:The object exposes a readable attribute 'focusProxy'. This is the getter. void focusProxy=(QWidget ptr arg1)Description: Method void QWidget::setFocusProxy(QWidget *) Python specific notes:The object exposes a writable attribute 'focusProxy'. This is the setter. [const] QWidget ptr focusWidgetDescription: Method QWidget *QWidget::focusWidget() [const] QFont fontDescription: Method const QFont &QWidget::font() Python specific notes:The object exposes a readable attribute 'font'. This is the getter. void font=(const QFont arg1)Description: Method void QWidget::setFont(const QFont &) Python specific notes:The object exposes a writable attribute 'font'. This is the setter. [virtual] void fontChange(const QFont arg1)Description: Virtual method void QWidget::fontChange(const QFont &) This method can be reimplemented in a derived class. [const] QFontInfo fontInfoDescription: Method QFontInfo QWidget::fontInfo() [const] QFontMetrics fontMetricsDescription: Method QFontMetrics QWidget::fontMetrics() [const] QPalette_ColorRole foregroundRoleDescription: Method QPalette::ColorRole QWidget::foregroundRole() Python specific notes:The object exposes a readable attribute 'foregroundRole'. This is the getter. void foregroundRole=(const QPalette_ColorRole arg1)Description: Method void QWidget::setForegroundRole(QPalette::ColorRole) Python specific notes:The object exposes a writable attribute 'foregroundRole'. This is the setter. [const] QRect frameGeometryDescription: Method QRect QWidget::frameGeometry() Python specific notes:The object exposes a readable attribute 'frameGeometry'. This is the getter. [const] QSize frameSizeDescription: Method QSize QWidget::frameSize() Python specific notes:The object exposes a readable attribute 'frameSize'. This is the getter. [const] bool fullScreenDescription: Method bool QWidget::isFullScreen() Python specific notes:The object exposes a readable attribute 'fullScreen'. This is the getter. [const] QRect geometryDescription: Method const QRect &QWidget::geometry() Python specific notes:The object exposes a readable attribute 'geometry'. This is the getter. The object exposes a readable attribute 'geometry'. This is the getter. void geometry=(const QRect arg1)Description: Method void QWidget::setGeometry(const QRect &) Python specific notes:The object exposes a writable attribute 'geometry'. This is the setter. [const] void getContentsMargins(int ptr left,int ptr top,int ptr right,int ptr bottom)Description: Method void QWidget::getContentsMargins(int *left, int *top, int *right, int *bottom) void grabGesture(const Qt_GestureType type,const Qt_QFlags_GestureFlag flags = Qt::GestureFlags())Description: Method void QWidget::grabGesture(Qt::GestureType type, QFlags<Qt::GestureFlag> flags) void grabKeyboardDescription: Method void QWidget::grabKeyboard() void grabMouseDescription: Method void QWidget::grabMouse() void grabMouse(const QCursor arg1)Description: Method void QWidget::grabMouse(const QCursor &) int grabShortcut(const QKeySequence key,const Qt_ShortcutContext context = Qt::WindowShortcut)Description: Method int QWidget::grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) [const] QGraphicsEffect ptr graphicsEffectDescription: Method QGraphicsEffect *QWidget::graphicsEffect() Python specific notes:The object exposes a readable attribute 'graphicsEffect'. This is the getter. void graphicsEffect=(QGraphicsEffect ptr effect)Description: Method void QWidget::setGraphicsEffect(QGraphicsEffect *effect) Python specific notes:The object exposes a writable attribute 'graphicsEffect'. This is the setter. [const] QGraphicsProxyWidget ptr graphicsProxyWidgetDescription: Method QGraphicsProxyWidget *QWidget::graphicsProxyWidget() [const] bool hasFocusDescription: Method bool QWidget::hasFocus() Python specific notes:The object exposes a readable attribute 'focus'. This is the getter. [const] bool hasMouseTrackingDescription: Method bool QWidget::hasMouseTracking() Python specific notes:The object exposes a readable attribute 'mouseTracking'. This is the getter. [const] int heightDescription: Method int QWidget::height() Python specific notes:The object exposes a readable attribute 'height'. This is the getter. [virtual,const] int heightForWidth(int arg1)Description: Virtual method int QWidget::heightForWidth(int) This method can be reimplemented in a derived class. [const] bool hiddenDescription: Method bool QWidget::isHidden() Python specific notes:The object exposes a readable attribute 'hidden'. This is the getter. void hidden=(bool hidden)Description: Method void QWidget::setHidden(bool hidden) Python specific notes:The object exposes a writable attribute 'hidden'. This is the setter. void hideDescription: Method void QWidget::hide() [virtual] void hideEvent(QHideEvent ptr arg1)Description: Virtual method void QWidget::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. QInputContext ptr inputContextDescription: Method QInputContext *QWidget::inputContext() Python specific notes:The object exposes a readable attribute 'inputContext'. This is the getter. void inputContext=(QInputContext ptr arg1)Description: Method void QWidget::setInputContext(QInputContext *) Python specific notes:The object exposes a writable attribute 'inputContext'. This is the setter. [virtual] void inputMethodEvent(QInputMethodEvent ptr arg1)Description: Virtual method void QWidget::inputMethodEvent(QInputMethodEvent *) This method can be reimplemented in a derived class. [const] Qt_QFlags_InputMethodHint inputMethodHintsDescription: Method QFlags<Qt::InputMethodHint> QWidget::inputMethodHints() Python specific notes:The object exposes a readable attribute 'inputMethodHints'. This is the getter. void inputMethodHints=(const Qt_QFlags_InputMethodHint hints)Description: Method void QWidget::setInputMethodHints(QFlags<Qt::InputMethodHint> hints) Python specific notes:The object exposes a writable attribute 'inputMethodHints'. This is the setter. [virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery arg1)Description: Virtual method QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery) This method can be reimplemented in a derived class. void insertAction(QAction ptr before,QAction ptr action)Description: Method void QWidget::insertAction(QAction *before, QAction *action) void insertActions(QAction ptr before,QAction ptr[] actions)Description: Method void QWidget::insertActions(QAction *before, QList<QAction *> actions) [const] unsigned long internalWinIdDescription: Method WId QWidget::internalWinId() [const] bool isActiveWindowDescription: Method bool QWidget::isActiveWindow() Python specific notes:The object exposes a readable attribute 'isActiveWindow'. This is the getter. The object exposes a readable attribute 'isActiveWindow'. This is the getter. [const] bool isActiveWindow?Description: Method bool QWidget::isActiveWindow() Python specific notes:The object exposes a readable attribute 'isActiveWindow'. This is the getter. The object exposes a readable attribute 'isActiveWindow'. This is the getter. [const] bool isAncestorOf?(const QWidget ptr child)Description: Method bool QWidget::isAncestorOf(const QWidget *child) [const] bool isEnabled?Description: Method bool QWidget::isEnabled() Python specific notes:The object exposes a readable attribute 'enabled'. This is the getter. [const] bool isEnabledTo?(QWidget ptr arg1)Description: Method bool QWidget::isEnabledTo(QWidget *) [const] bool isEnabledToTLW?Description: Method bool QWidget::isEnabledToTLW() [const] bool isFullScreen?Description: Method bool QWidget::isFullScreen() Python specific notes:The object exposes a readable attribute 'fullScreen'. This is the getter. [const] bool isHidden?Description: Method bool QWidget::isHidden() Python specific notes:The object exposes a readable attribute 'hidden'. This is the getter. [const] bool isLeftToRight?Description: Method bool QWidget::isLeftToRight() [const] bool isMaximized?Description: Method bool QWidget::isMaximized() Python specific notes:The object exposes a readable attribute 'maximized'. This is the getter. [const] bool isMinimized?Description: Method bool QWidget::isMinimized() Python specific notes:The object exposes a readable attribute 'minimized'. This is the getter. [const] bool isModal?Description: Method bool QWidget::isModal() Python specific notes:The object exposes a readable attribute 'modal'. This is the getter. The object exposes a readable attribute 'modal'. This is the getter. [const] bool isRightToLeft?Description: Method bool QWidget::isRightToLeft() [const] bool isTopLevel?Description: Method bool QWidget::isTopLevel() [const] bool isVisible?Description: Method bool QWidget::isVisible() Python specific notes:The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. [const] bool isVisibleTo?(QWidget ptr arg1)Description: Method bool QWidget::isVisibleTo(QWidget *) [const] bool isWindow?Description: Method bool QWidget::isWindow() [const] bool isWindowModified?Description: Method bool QWidget::isWindowModified() Python specific notes:The object exposes a readable attribute 'windowModified'. This is the getter. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead [virtual] void keyPressEvent(QKeyEvent ptr arg1)Description: Virtual method void QWidget::keyPressEvent(QKeyEvent *) This method can be reimplemented in a derived class. [virtual] void keyReleaseEvent(QKeyEvent ptr arg1)Description: Virtual method void QWidget::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. [static] QWidget ptr keyboardGrabberDescription: Static method QWidget *QWidget::keyboardGrabber() This method is static and can be called without an instance. [virtual] void languageChangeDescription: Virtual method void QWidget::languageChange() This method can be reimplemented in a derived class. [const] QLayout ptr layoutDescription: Method QLayout *QWidget::layout() Python specific notes:The object exposes a readable attribute 'layout'. This is the getter. void layout=(QLayout ptr arg1)Description: Method void QWidget::setLayout(QLayout *) Python specific notes:The object exposes a writable attribute 'layout'. This is the setter. [const] Qt_LayoutDirection layoutDirectionDescription: Method Qt::LayoutDirection QWidget::layoutDirection() Python specific notes:The object exposes a readable attribute 'layoutDirection'. This is the getter. void layoutDirection=(const Qt_LayoutDirection direction)Description: Method void QWidget::setLayoutDirection(Qt::LayoutDirection direction) Python specific notes:The object exposes a writable attribute 'layoutDirection'. This is the setter. [virtual] void leaveEvent(QEvent ptr arg1)Description: Virtual method void QWidget::leaveEvent(QEvent *) This method can be reimplemented in a derived class. [const] QLocale localeDescription: Method QLocale QWidget::locale() Python specific notes:The object exposes a readable attribute 'locale'. This is the getter. void locale=(const QLocale locale)Description: Method void QWidget::setLocale(const QLocale &locale) Python specific notes:The object exposes a writable attribute 'locale'. This is the setter. void lowerDescription: Method void QWidget::lower() [const] QPoint mapFrom(QWidget ptr arg1,const QPoint arg2)Description: Method QPoint QWidget::mapFrom(QWidget *, const QPoint &) [const] QPoint mapFromGlobal(const QPoint arg1)Description: Method QPoint QWidget::mapFromGlobal(const QPoint &) [const] QPoint mapFromParent(const QPoint arg1)Description: Method QPoint QWidget::mapFromParent(const QPoint &) [const] QPoint mapTo(QWidget ptr arg1,const QPoint arg2)Description: Method QPoint QWidget::mapTo(QWidget *, const QPoint &) [const] QPoint mapToGlobal(const QPoint arg1)Description: Method QPoint QWidget::mapToGlobal(const QPoint &) [const] QPoint mapToParent(const QPoint arg1)Description: Method QPoint QWidget::mapToParent(const QPoint &) [const] QRegion maskDescription: Method QRegion QWidget::mask() [const] bool maximizedDescription: Method bool QWidget::isMaximized() Python specific notes:The object exposes a readable attribute 'maximized'. This is the getter. [const] int maximumHeightDescription: Method int QWidget::maximumHeight() Python specific notes:The object exposes a readable attribute 'maximumHeight'. This is the getter. void maximumHeight=(int maxh)Description: Method void QWidget::setMaximumHeight(int maxh) Python specific notes:The object exposes a writable attribute 'maximumHeight'. This is the setter. [const] QSize maximumSizeDescription: Method QSize QWidget::maximumSize() Python specific notes:The object exposes a readable attribute 'maximumSize'. This is the getter. void maximumSize=(const QSize arg1)Description: Method void QWidget::setMaximumSize(const QSize &) Python specific notes:The object exposes a writable attribute 'maximumSize'. This is the setter. [const] int maximumWidthDescription: Method int QWidget::maximumWidth() Python specific notes:The object exposes a readable attribute 'maximumWidth'. This is the getter. void maximumWidth=(int maxw)Description: Method void QWidget::setMaximumWidth(int maxw) Python specific notes:The object exposes a writable attribute 'maximumWidth'. This is the setter. [virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)Description: Virtual method int QWidget::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. [const] bool minimizedDescription: Method bool QWidget::isMinimized() Python specific notes:The object exposes a readable attribute 'minimized'. This is the getter. [const] int minimumHeightDescription: Method int QWidget::minimumHeight() Python specific notes:The object exposes a readable attribute 'minimumHeight'. This is the getter. void minimumHeight=(int minh)Description: Method void QWidget::setMinimumHeight(int minh) Python specific notes:The object exposes a writable attribute 'minimumHeight'. This is the setter. [const] QSize minimumSizeDescription: Method QSize QWidget::minimumSize() Python specific notes:The object exposes a readable attribute 'minimumSize'. This is the getter. void minimumSize=(const QSize arg1)Description: Method void QWidget::setMinimumSize(const QSize &) Python specific notes:The object exposes a writable attribute 'minimumSize'. This is the setter. [virtual,const] QSize minimumSizeHintDescription: Virtual method QSize QWidget::minimumSizeHint() This method can be reimplemented in a derived class. [const] int minimumWidthDescription: Method int QWidget::minimumWidth() Python specific notes:The object exposes a readable attribute 'minimumWidth'. This is the getter. void minimumWidth=(int minw)Description: Method void QWidget::setMinimumWidth(int minw) Python specific notes:The object exposes a writable attribute 'minimumWidth'. This is the setter. [const] bool modalDescription: Method bool QWidget::isModal() Python specific notes:The object exposes a readable attribute 'modal'. This is the getter. The object exposes a readable attribute 'modal'. This is the getter. [virtual] void mouseDoubleClickEvent(QMouseEvent ptr arg1)Description: Virtual method void QWidget::mouseDoubleClickEvent(QMouseEvent *) This method can be reimplemented in a derived class. [static] QWidget ptr mouseGrabberDescription: Static method QWidget *QWidget::mouseGrabber() This method is static and can be called without an instance. [virtual] void mouseMoveEvent(QMouseEvent ptr arg1)Description: Virtual method void QWidget::mouseMoveEvent(QMouseEvent *) This method can be reimplemented in a derived class. [virtual] void mousePressEvent(QMouseEvent ptr arg1)Description: Virtual method void QWidget::mousePressEvent(QMouseEvent *) This method can be reimplemented in a derived class. [virtual] void mouseReleaseEvent(QMouseEvent ptr arg1)Description: Virtual method void QWidget::mouseReleaseEvent(QMouseEvent *) This method can be reimplemented in a derived class. [const] bool mouseTrackingDescription: Method bool QWidget::hasMouseTracking() Python specific notes:The object exposes a readable attribute 'mouseTracking'. This is the getter. void mouseTracking=(bool enable)Description: Method void QWidget::setMouseTracking(bool enable) Python specific notes:The object exposes a writable attribute 'mouseTracking'. This is the setter. void move(int x,int y)Description: Method void QWidget::move(int x, int y) void move(const QPoint arg1)Description: Method void QWidget::move(const QPoint &) [virtual] void moveEvent(QMoveEvent ptr arg1)Description: Virtual method void QWidget::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. [const] QWidget ptr nativeParentWidgetDescription: Method QWidget *QWidget::nativeParentWidget() [static] new QWidget new(QWidget ptr parent = 0,const Qt_QFlags_WindowType f = 0)Description: Constructor QWidget::QWidget(QWidget *parent, QFlags<Qt::WindowType> f) This method creates an object of class QWidget. Python specific notes:This method is the default initializer of the object [const] QWidget ptr nextInFocusChainDescription: Method QWidget *QWidget::nextInFocusChain() [const] QRect normalGeometryDescription: Method QRect QWidget::normalGeometry() Python specific notes:The object exposes a readable attribute 'normalGeometry'. This is the getter. void overrideWindowFlags(const Qt_QFlags_WindowType type)Description: Method void QWidget::overrideWindowFlags(QFlags<Qt::WindowType> type) void overrideWindowState(const Qt_QFlags_WindowState state)Description: Method void QWidget::overrideWindowState(QFlags<Qt::WindowState> state) [virtual,const] QPaintEngine ptr paintEngineDescription: Virtual method QPaintEngine *QWidget::paintEngine() This method can be reimplemented in a derived class. [virtual] void paintEvent(QPaintEvent ptr arg1)Description: Virtual method void QWidget::paintEvent(QPaintEvent *) This method can be reimplemented in a derived class. [const] QPalette paletteDescription: Method const QPalette &QWidget::palette() Python specific notes:The object exposes a readable attribute 'palette'. This is the getter. void palette=(const QPalette arg1)Description: Method void QWidget::setPalette(const QPalette &) Python specific notes:The object exposes a writable attribute 'palette'. This is the setter. [virtual] void paletteChange(const QPalette arg1)Description: Virtual method void QWidget::paletteChange(const QPalette &) This method can be reimplemented in a derived class. [const] QWidget ptr parentWidgetDescription: Method QWidget *QWidget::parentWidget() [const] QPoint posDescription: Method QPoint QWidget::pos() Python specific notes:The object exposes a readable attribute 'pos'. This is the getter. [const] QWidget ptr previousInFocusChainDescription: Method QWidget *QWidget::previousInFocusChain() void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)Description: Method void QWidget::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)Description: Method void QWidget::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. void qt_raiseDescription: Method void QWidget::raise() [const] int receivers(string signal)Description: Method int QWidget::receivers(const char *signal) This method is protected and can only be called from inside a derived class. [const] QRect rectDescription: Method QRect QWidget::rect() Python specific notes:The object exposes a readable attribute 'rect'. This is the getter. void releaseKeyboardDescription: Method void QWidget::releaseKeyboard() void releaseMouseDescription: Method void QWidget::releaseMouse() void releaseShortcut(int id)Description: Method void QWidget::releaseShortcut(int id) void removeAction(QAction ptr action)Description: Method void QWidget::removeAction(QAction *action) void render(QPaintDevice ptr target,const QPoint targetOffset = QPoint(),const QRegion sourceRegion = QRegion(),const QWidget_QFlags_RenderFlag renderFlags = QWidget::RenderFlags(QWidget::DrawWindowBackground | QWidget::DrawChildren))Description: Method void QWidget::render(QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags<QWidget::RenderFlag> renderFlags) void render(QPainter ptr painter,const QPoint targetOffset = QPoint(),const QRegion sourceRegion = QRegion(),const QWidget_QFlags_RenderFlag renderFlags = QWidget::RenderFlags(QWidget::DrawWindowBackground | QWidget::DrawChildren))Description: Method void QWidget::render(QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags<QWidget::RenderFlag> renderFlags) void repaintDescription: Method void QWidget::repaint() void repaint(int x,int y,int w,int h)Description: Method void QWidget::repaint(int x, int y, int w, int h) void repaint(const QRect arg1)Description: Method void QWidget::repaint(const QRect &) void repaint(const QRegion arg1)Description: Method void QWidget::repaint(const QRegion &) void resetInputContextDescription: Method void QWidget::resetInputContext() This method is protected and can only be called from inside a derived class. void resize(int w,int h)Description: Method void QWidget::resize(int w, int h) void resize(const QSize arg1)Description: Method void QWidget::resize(const QSize &) [virtual] void resizeEvent(QResizeEvent ptr arg1)Description: Virtual method void QWidget::resizeEvent(QResizeEvent *) This method can be reimplemented in a derived class. bool restoreGeometry(string geometry)Description: Method bool QWidget::restoreGeometry(const QByteArray &geometry) [const] string saveGeometryDescription: Method QByteArray QWidget::saveGeometry() void scroll(int dx,int dy)Description: Method void QWidget::scroll(int dx, int dy) void scroll(int dx,int dy,const QRect arg3)Description: Method void QWidget::scroll(int dx, int dy, const QRect &) [const] QObject ptr senderDescription: Method QObject *QWidget::sender() This method is protected and can only be called from inside a derived class. void setAcceptDrops(bool on)Description: Method void QWidget::setAcceptDrops(bool on) Python specific notes:The object exposes a writable attribute 'acceptDrops'. This is the setter. void setAccessibleDescription(string description)Description: Method void QWidget::setAccessibleDescription(const QString &description) Python specific notes:The object exposes a writable attribute 'accessibleDescription'. This is the setter. void setAccessibleName(string name)Description: Method void QWidget::setAccessibleName(const QString &name) Python specific notes:The object exposes a writable attribute 'accessibleName'. This is the setter. void setAttribute(const Qt_WidgetAttribute arg1,bool on = true)Description: Method void QWidget::setAttribute(Qt::WidgetAttribute, bool on) void setAutoFillBackground(bool enabled)Description: Method void QWidget::setAutoFillBackground(bool enabled) Python specific notes:The object exposes a writable attribute 'autoFillBackground'. This is the setter. void setBackgroundRole(const QPalette_ColorRole arg1)Description: Method void QWidget::setBackgroundRole(QPalette::ColorRole) Python specific notes:The object exposes a writable attribute 'backgroundRole'. This is the setter. void setBaseSize(const QSize arg1)Description: Method void QWidget::setBaseSize(const QSize &) Python specific notes:The object exposes a writable attribute 'baseSize'. This is the setter. void setBaseSize(int basew,int baseh)Description: Method void QWidget::setBaseSize(int basew, int baseh) void setContentsMargins(int left,int top,int right,int bottom)Description: Method void QWidget::setContentsMargins(int left, int top, int right, int bottom) void setContentsMargins(const QMargins margins)Description: Method void QWidget::setContentsMargins(const QMargins &margins) Python specific notes:The object exposes a writable attribute 'contentsMargins'. This is the setter. void setContextMenuPolicy(const Qt_ContextMenuPolicy policy)Description: Method void QWidget::setContextMenuPolicy(Qt::ContextMenuPolicy policy) Python specific notes:The object exposes a writable attribute 'contextMenuPolicy'. This is the setter. void setCursor(const QCursor arg1)Description: Method void QWidget::setCursor(const QCursor &) Python specific notes:The object exposes a writable attribute 'cursor'. This is the setter. void setDisabled(bool arg1)Description: Method void QWidget::setDisabled(bool) void setEnabled(bool arg1)Description: Method void QWidget::setEnabled(bool) Python specific notes:The object exposes a writable attribute 'enabled'. This is the setter. void setFixedHeight(int h)Description: Method void QWidget::setFixedHeight(int h) void setFixedSize(const QSize arg1)Description: Method void QWidget::setFixedSize(const QSize &) void setFixedSize(int w,int h)Description: Method void QWidget::setFixedSize(int w, int h) void setFixedWidth(int w)Description: Method void QWidget::setFixedWidth(int w) void setFocusDescription: Method void QWidget::setFocus() void setFocus(const Qt_FocusReason reason)Description: Method void QWidget::setFocus(Qt::FocusReason reason) void setFocusPolicy(const Qt_FocusPolicy policy)Description: Method void QWidget::setFocusPolicy(Qt::FocusPolicy policy) Python specific notes:The object exposes a writable attribute 'focusPolicy'. This is the setter. void setFocusProxy(QWidget ptr arg1)Description: Method void QWidget::setFocusProxy(QWidget *) Python specific notes:The object exposes a writable attribute 'focusProxy'. This is the setter. void setFont(const QFont arg1)Description: Method void QWidget::setFont(const QFont &) Python specific notes:The object exposes a writable attribute 'font'. This is the setter. void setForegroundRole(const QPalette_ColorRole arg1)Description: Method void QWidget::setForegroundRole(QPalette::ColorRole) Python specific notes:The object exposes a writable attribute 'foregroundRole'. This is the setter. void setGeometry(int x,int y,int w,int h)Description: Method void QWidget::setGeometry(int x, int y, int w, int h) void setGeometry(const QRect arg1)Description: Method void QWidget::setGeometry(const QRect &) Python specific notes:The object exposes a writable attribute 'geometry'. This is the setter. void setGraphicsEffect(QGraphicsEffect ptr effect)Description: Method void QWidget::setGraphicsEffect(QGraphicsEffect *effect) Python specific notes:The object exposes a writable attribute 'graphicsEffect'. This is the setter. void setHidden(bool hidden)Description: Method void QWidget::setHidden(bool hidden) Python specific notes:The object exposes a writable attribute 'hidden'. This is the setter. void setInputContext(QInputContext ptr arg1)Description: Method void QWidget::setInputContext(QInputContext *) Python specific notes:The object exposes a writable attribute 'inputContext'. This is the setter. void setInputMethodHints(const Qt_QFlags_InputMethodHint hints)Description: Method void QWidget::setInputMethodHints(QFlags<Qt::InputMethodHint> hints) Python specific notes:The object exposes a writable attribute 'inputMethodHints'. This is the setter. void setLayout(QLayout ptr arg1)Description: Method void QWidget::setLayout(QLayout *) Python specific notes:The object exposes a writable attribute 'layout'. This is the setter. void setLayoutDirection(const Qt_LayoutDirection direction)Description: Method void QWidget::setLayoutDirection(Qt::LayoutDirection direction) Python specific notes:The object exposes a writable attribute 'layoutDirection'. This is the setter. void setLocale(const QLocale locale)Description: Method void QWidget::setLocale(const QLocale &locale) Python specific notes:The object exposes a writable attribute 'locale'. This is the setter. void setMask(const QBitmap arg1)Description: Method void QWidget::setMask(const QBitmap &) void setMask(const QRegion arg1)Description: Method void QWidget::setMask(const QRegion &) void setMaximumHeight(int maxh)Description: Method void QWidget::setMaximumHeight(int maxh) Python specific notes:The object exposes a writable attribute 'maximumHeight'. This is the setter. void setMaximumSize(const QSize arg1)Description: Method void QWidget::setMaximumSize(const QSize &) Python specific notes:The object exposes a writable attribute 'maximumSize'. This is the setter. void setMaximumSize(int maxw,int maxh)Description: Method void QWidget::setMaximumSize(int maxw, int maxh) void setMaximumWidth(int maxw)Description: Method void QWidget::setMaximumWidth(int maxw) Python specific notes:The object exposes a writable attribute 'maximumWidth'. This is the setter. void setMinimumHeight(int minh)Description: Method void QWidget::setMinimumHeight(int minh) Python specific notes:The object exposes a writable attribute 'minimumHeight'. This is the setter. void setMinimumSize(const QSize arg1)Description: Method void QWidget::setMinimumSize(const QSize &) Python specific notes:The object exposes a writable attribute 'minimumSize'. This is the setter. void setMinimumSize(int minw,int minh)Description: Method void QWidget::setMinimumSize(int minw, int minh) void setMinimumWidth(int minw)Description: Method void QWidget::setMinimumWidth(int minw) Python specific notes:The object exposes a writable attribute 'minimumWidth'. This is the setter. void setMouseTracking(bool enable)Description: Method void QWidget::setMouseTracking(bool enable) Python specific notes:The object exposes a writable attribute 'mouseTracking'. This is the setter. void setPalette(const QPalette arg1)Description: Method void QWidget::setPalette(const QPalette &) Python specific notes:The object exposes a writable attribute 'palette'. This is the setter. void setParent(QWidget ptr parent)Description: Method void QWidget::setParent(QWidget *parent) void setParent(QWidget ptr parent,const Qt_QFlags_WindowType f)Description: Method void QWidget::setParent(QWidget *parent, QFlags<Qt::WindowType> f) void setShortcutAutoRepeat(int id,bool enable = true)Description: Method void QWidget::setShortcutAutoRepeat(int id, bool enable) void setShortcutEnabled(int id,bool enable = true)Description: Method void QWidget::setShortcutEnabled(int id, bool enable) void setShown(bool shown)Description: Method void QWidget::setShown(bool shown) void setSizeIncrement(const QSize arg1)Description: Method void QWidget::setSizeIncrement(const QSize &) Python specific notes:The object exposes a writable attribute 'sizeIncrement'. This is the setter. void setSizeIncrement(int w,int h)Description: Method void QWidget::setSizeIncrement(int w, int h) void setSizePolicy(QSizePolicy arg1)Description: Method void QWidget::setSizePolicy(QSizePolicy) Python specific notes:The object exposes a writable attribute 'sizePolicy'. This is the setter. void setSizePolicy(const QSizePolicy_Policy horizontal,const QSizePolicy_Policy vertical)Description: Method void QWidget::setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) void setStatusTip(string arg1)Description: Method void QWidget::setStatusTip(const QString &) Python specific notes:The object exposes a writable attribute 'statusTip'. This is the setter. void setStyle(QStyle ptr arg1)Description: Method void QWidget::setStyle(QStyle *) Python specific notes:The object exposes a writable attribute 'style'. This is the setter. void setStyleSheet(string styleSheet)Description: Method void QWidget::setStyleSheet(const QString &styleSheet) Python specific notes:The object exposes a writable attribute 'styleSheet'. This is the setter. [static] void setTabOrder(QWidget ptr arg1,QWidget ptr arg2)Description: Static method void QWidget::setTabOrder(QWidget *, QWidget *) This method is static and can be called without an instance. void setToolTip(string arg1)Description: Method void QWidget::setToolTip(const QString &) Python specific notes:The object exposes a writable attribute 'toolTip'. This is the setter. void setUpdatesEnabled(bool enable)Description: Method void QWidget::setUpdatesEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'updatesEnabled'. This is the setter. [virtual] void setVisible(bool visible)Description: Virtual method void QWidget::setVisible(bool visible) This method can be reimplemented in a derived class. void setWhatsThis(string arg1)Description: Method void QWidget::setWhatsThis(const QString &) Python specific notes:The object exposes a writable attribute 'whatsThis'. This is the setter. void setWindowFilePath(string filePath)Description: Method void QWidget::setWindowFilePath(const QString &filePath) Python specific notes:The object exposes a writable attribute 'windowFilePath'. This is the setter. void setWindowFlags(const Qt_QFlags_WindowType type)Description: Method void QWidget::setWindowFlags(QFlags<Qt::WindowType> type) Python specific notes:The object exposes a writable attribute 'windowFlags'. This is the setter. void setWindowIcon(const QIcon icon)Description: Method void QWidget::setWindowIcon(const QIcon &icon) Python specific notes:The object exposes a writable attribute 'windowIcon'. This is the setter. void setWindowIconText(string arg1)Description: Method void QWidget::setWindowIconText(const QString &) Python specific notes:The object exposes a writable attribute 'windowIconText'. This is the setter. void setWindowModality(const Qt_WindowModality windowModality)Description: Method void QWidget::setWindowModality(Qt::WindowModality windowModality) Python specific notes:The object exposes a writable attribute 'windowModality'. This is the setter. void setWindowModified(bool arg1)Description: Method void QWidget::setWindowModified(bool) Python specific notes:The object exposes a writable attribute 'windowModified'. This is the setter. void setWindowOpacity(double level)Description: Method void QWidget::setWindowOpacity(double level) Python specific notes:The object exposes a writable attribute 'windowOpacity'. This is the setter. void setWindowRole(string arg1)Description: Method void QWidget::setWindowRole(const QString &) Python specific notes:The object exposes a writable attribute 'windowRole'. This is the setter. void setWindowState(const Qt_QFlags_WindowState state)Description: Method void QWidget::setWindowState(QFlags<Qt::WindowState> state) Python specific notes:The object exposes a writable attribute 'windowState'. This is the setter. void setWindowTitle(string arg1)Description: Method void QWidget::setWindowTitle(const QString &) Python specific notes:The object exposes a writable attribute 'windowTitle'. This is the setter. void showDescription: Method void QWidget::show() [virtual] void showEvent(QShowEvent ptr arg1)Description: Virtual method void QWidget::showEvent(QShowEvent *) This method can be reimplemented in a derived class. void showFullScreenDescription: Method void QWidget::showFullScreen() void showMaximizedDescription: Method void QWidget::showMaximized() void showMinimizedDescription: Method void QWidget::showMinimized() void showNormalDescription: Method void QWidget::showNormal() [const] QSize sizeDescription: Method QSize QWidget::size() Python specific notes:The object exposes a readable attribute 'size'. This is the getter. [virtual,const] QSize sizeHintDescription: Virtual method QSize QWidget::sizeHint() This method can be reimplemented in a derived class. [const] QSize sizeIncrementDescription: Method QSize QWidget::sizeIncrement() Python specific notes:The object exposes a readable attribute 'sizeIncrement'. This is the getter. void sizeIncrement=(const QSize arg1)Description: Method void QWidget::setSizeIncrement(const QSize &) Python specific notes:The object exposes a writable attribute 'sizeIncrement'. This is the setter. [const] QSizePolicy sizePolicyDescription: Method QSizePolicy QWidget::sizePolicy() Python specific notes:The object exposes a readable attribute 'sizePolicy'. This is the getter. void sizePolicy=(QSizePolicy arg1)Description: Method void QWidget::setSizePolicy(QSizePolicy) Python specific notes:The object exposes a writable attribute 'sizePolicy'. This is the setter. void stackUnder(QWidget ptr arg1)Description: Method void QWidget::stackUnder(QWidget *) [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. [const] string statusTipDescription: Method QString QWidget::statusTip() Python specific notes:The object exposes a readable attribute 'statusTip'. This is the getter. void statusTip=(string arg1)Description: Method void QWidget::setStatusTip(const QString &) Python specific notes:The object exposes a writable attribute 'statusTip'. This is the setter. [const] QStyle ptr styleDescription: Method QStyle *QWidget::style() Python specific notes:The object exposes a readable attribute 'style'. This is the getter. void style=(QStyle ptr arg1)Description: Method void QWidget::setStyle(QStyle *) Python specific notes:The object exposes a writable attribute 'style'. This is the setter. [virtual] void styleChange(QStyle arg1)Description: Virtual method void QWidget::styleChange(QStyle &) This method can be reimplemented in a derived class. [const] string styleSheetDescription: Method QString QWidget::styleSheet() Python specific notes:The object exposes a readable attribute 'styleSheet'. This is the getter. void styleSheet=(string styleSheet)Description: Method void QWidget::setStyleSheet(const QString &styleSheet) Python specific notes:The object exposes a writable attribute 'styleSheet'. This is the setter. [virtual] void tabletEvent(QTabletEvent ptr arg1)Description: Virtual method void QWidget::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. [const] bool testAttribute(const Qt_WidgetAttribute arg1)Description: Method bool QWidget::testAttribute(Qt::WidgetAttribute) [virtual] void timerEvent(QTimerEvent ptr arg1)Description: Virtual method void QWidget::timerEvent(QTimerEvent *) This method can be reimplemented in a derived class. [const] string toolTipDescription: Method QString QWidget::toolTip() Python specific notes:The object exposes a readable attribute 'toolTip'. This is the getter. void toolTip=(string arg1)Description: Method void QWidget::setToolTip(const QString &) Python specific notes:The object exposes a writable attribute 'toolTip'. This is the setter. [const] QWidget ptr topLevelWidgetDescription: Method QWidget *QWidget::topLevelWidget() [static] string tr(string s,string c = 0)Description: Static method QString QWidget::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QWidget::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QWidget::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QWidget::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. [const] bool underMouseDescription: Method bool QWidget::underMouse() void ungrabGesture(const Qt_GestureType type)Description: Method void QWidget::ungrabGesture(Qt::GestureType type) void unsetCursorDescription: Method void QWidget::unsetCursor() void unsetLayoutDirectionDescription: Method void QWidget::unsetLayoutDirection() void unsetLocaleDescription: Method void QWidget::unsetLocale() void updateDescription: Method void QWidget::update() void update(int x,int y,int w,int h)Description: Method void QWidget::update(int x, int y, int w, int h) void update(const QRect arg1)Description: Method void QWidget::update(const QRect &) void update(const QRegion arg1)Description: Method void QWidget::update(const QRegion &) void updateGeometryDescription: Method void QWidget::updateGeometry() void updateMicroFocusDescription: Method void QWidget::updateMicroFocus() This method is protected and can only be called from inside a derived class. [const] bool updatesEnabledDescription: Method bool QWidget::updatesEnabled() Python specific notes:The object exposes a readable attribute 'updatesEnabled'. This is the getter. void updatesEnabled=(bool enable)Description: Method void QWidget::setUpdatesEnabled(bool enable) Python specific notes:The object exposes a writable attribute 'updatesEnabled'. This is the setter. [const] bool visibleDescription: Method bool QWidget::isVisible() Python specific notes:The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. The object exposes a readable attribute 'visible'. This is the getter. void visible=(bool visible)Description: Method void QWidget::setVisible(bool visible) Python specific notes:The object exposes a writable attribute 'visible'. This is the setter. [const] QRegion visibleRegionDescription: Method QRegion QWidget::visibleRegion() [const] string whatsThisDescription: Method QString QWidget::whatsThis() Python specific notes:The object exposes a readable attribute 'whatsThis'. This is the getter. void whatsThis=(string arg1)Description: Method void QWidget::setWhatsThis(const QString &) Python specific notes:The object exposes a writable attribute 'whatsThis'. This is the setter. [virtual] void wheelEvent(QWheelEvent ptr arg1)Description: Virtual method void QWidget::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. [const] int widthDescription: Method int QWidget::width() Python specific notes:The object exposes a readable attribute 'width'. This is the getter. [const] unsigned long winIdDescription: Method WId QWidget::winId() [const] QWidget ptr windowDescription: Method QWidget *QWidget::window() [virtual] void windowActivationChange(bool arg1)Description: Virtual method void QWidget::windowActivationChange(bool) This method can be reimplemented in a derived class. [const] string windowFilePathDescription: Method QString QWidget::windowFilePath() Python specific notes:The object exposes a readable attribute 'windowFilePath'. This is the getter. void windowFilePath=(string filePath)Description: Method void QWidget::setWindowFilePath(const QString &filePath) Python specific notes:The object exposes a writable attribute 'windowFilePath'. This is the setter. [const] Qt_QFlags_WindowType windowFlagsDescription: Method QFlags<Qt::WindowType> QWidget::windowFlags() Python specific notes:The object exposes a readable attribute 'windowFlags'. This is the getter. void windowFlags=(const Qt_QFlags_WindowType type)Description: Method void QWidget::setWindowFlags(QFlags<Qt::WindowType> type) Python specific notes:The object exposes a writable attribute 'windowFlags'. This is the setter. [const] QIcon windowIconDescription: Method QIcon QWidget::windowIcon() Python specific notes:The object exposes a readable attribute 'windowIcon'. This is the getter. void windowIcon=(const QIcon icon)Description: Method void QWidget::setWindowIcon(const QIcon &icon) Python specific notes:The object exposes a writable attribute 'windowIcon'. This is the setter. [const] string windowIconTextDescription: Method QString QWidget::windowIconText() Python specific notes:The object exposes a readable attribute 'windowIconText'. This is the getter. void windowIconText=(string arg1)Description: Method void QWidget::setWindowIconText(const QString &) Python specific notes:The object exposes a writable attribute 'windowIconText'. This is the setter. [const] Qt_WindowModality windowModalityDescription: Method Qt::WindowModality QWidget::windowModality() Python specific notes:The object exposes a readable attribute 'windowModality'. This is the getter. The object exposes a readable attribute 'windowModality'. This is the getter. void windowModality=(const Qt_WindowModality windowModality)Description: Method void QWidget::setWindowModality(Qt::WindowModality windowModality) Python specific notes:The object exposes a writable attribute 'windowModality'. This is the setter. [const] bool windowModifiedDescription: Method bool QWidget::isWindowModified() Python specific notes:The object exposes a readable attribute 'windowModified'. This is the getter. void windowModified=(bool arg1)Description: Method void QWidget::setWindowModified(bool) Python specific notes:The object exposes a writable attribute 'windowModified'. This is the setter. [const] double windowOpacityDescription: Method double QWidget::windowOpacity() Python specific notes:The object exposes a readable attribute 'windowOpacity'. This is the getter. void windowOpacity=(double level)Description: Method void QWidget::setWindowOpacity(double level) Python specific notes:The object exposes a writable attribute 'windowOpacity'. This is the setter. [const] string windowRoleDescription: Method QString QWidget::windowRole() Python specific notes:The object exposes a readable attribute 'windowRole'. This is the getter. void windowRole=(string arg1)Description: Method void QWidget::setWindowRole(const QString &) Python specific notes:The object exposes a writable attribute 'windowRole'. This is the setter. [const] Qt_QFlags_WindowState windowStateDescription: Method QFlags<Qt::WindowState> QWidget::windowState() Python specific notes:The object exposes a readable attribute 'windowState'. This is the getter. void windowState=(const Qt_QFlags_WindowState state)Description: Method void QWidget::setWindowState(QFlags<Qt::WindowState> state) Python specific notes:The object exposes a writable attribute 'windowState'. This is the setter. [const] string windowTitleDescription: Method QString QWidget::windowTitle() Python specific notes:The object exposes a readable attribute 'windowTitle'. This is the getter. The object exposes a readable attribute 'windowTitle'. This is the getter. void windowTitle=(string arg1)Description: Method void QWidget::setWindowTitle(const QString &) Python specific notes:The object exposes a writable attribute 'windowTitle'. This is the setter. [const] Qt_WindowType windowTypeDescription: Method Qt::WindowType QWidget::windowType() [const] int xDescription: Method int QWidget::x() Python specific notes:The object exposes a readable attribute 'x'. This is the getter. [const] int yDescription: Method int QWidget::y() Python specific notes:The object exposes a readable attribute 'y'. This is the getter. |