| void | _create | | Ensures the C++ object is created |
| void | _destroy | | Explicitly destroys the object |
[const] | bool | _destroyed? | | Returns a value indicating whether the object was already destroyed |
[const] | bool | _is_const_object? | | Returns a value indicating whether the reference is a const reference |
| void | _manage | | Marks the object as managed by the script side. |
| void | _unmanage | | Marks the object as no longer owned by the script side. |
[const] | bool | acceptDrops | | Method bool QWidget::acceptDrops() |
| void | acceptDrops= | (bool on) | Method void QWidget::setAcceptDrops(bool on) |
[const] | string | accessibleDescription | | Method QString QWidget::accessibleDescription() |
| void | accessibleDescription= | (string description) | Method void QWidget::setAccessibleDescription(const QString &description) |
[const] | string | accessibleName | | Method QString QWidget::accessibleName() |
| void | accessibleName= | (string name) | Method void QWidget::setAccessibleName(const QString &name) |
[const] | QAction ptr[] | actions | | Method QList<QAction*> QWidget::actions() |
| void | activateWindow | | Method void QWidget::activateWindow() |
| void | addAction | (QAction ptr action) | Method void QWidget::addAction(QAction *action) |
| void | addActions | (QAction ptr[] actions) | Method void QWidget::addActions(QList<QAction*> actions) |
| void | adjustSize | | Method void QWidget::adjustSize() |
[const] | const QObject ptr | asConstQObject | | Delivers the base class interface QObject of QWidget |
[const] | const QPaintDevice ptr | asConstQPaintDevice | | Delivers the base class interface QPaintDevice of QWidget |
| QObject ptr | asQObject | | Delivers the base class interface QObject of QWidget |
| QPaintDevice ptr | asQPaintDevice | | Delivers the base class interface QPaintDevice of QWidget |
[const] | bool | autoFillBackground | | Method bool QWidget::autoFillBackground() |
| void | autoFillBackground= | (bool enabled) | Method void QWidget::setAutoFillBackground(bool enabled) |
[const] | QPalette_ColorRole | backgroundRole | | Method QPalette::ColorRole QWidget::backgroundRole() |
| void | backgroundRole= | (const QPalette_ColorRole arg1) | Method void QWidget::setBackgroundRole(QPalette::ColorRole) |
[const] | QSize | baseSize | | Method QSize QWidget::baseSize() |
| void | baseSize= | (const QSize arg1) | Method void QWidget::setBaseSize(const QSize &) |
[const] | QWidget ptr | childAt | (int x, int y) | Method QWidget *QWidget::childAt(int x, int y) |
[const] | QWidget ptr | childAt | (const QPoint p) | Method QWidget *QWidget::childAt(const QPoint &p) |
[const] | QRect | childrenRect | | Method QRect QWidget::childrenRect() |
[const] | QRegion | childrenRegion | | Method QRegion QWidget::childrenRegion() |
| void | clearFocus | | Method void QWidget::clearFocus() |
| void | clearMask | | Method void QWidget::clearMask() |
| bool | close | | Method bool QWidget::close() |
[const] | QMargins | contentsMargins | | Method QMargins QWidget::contentsMargins() |
| void | contentsMargins= | (const QMargins margins) | Method void QWidget::setContentsMargins(const QMargins &margins) |
[const] | QRect | contentsRect | | Method QRect QWidget::contentsRect() |
[const] | Qt_ContextMenuPolicy | contextMenuPolicy | | Method Qt::ContextMenuPolicy QWidget::contextMenuPolicy() |
| void | contextMenuPolicy= | (const Qt_ContextMenuPolicy policy) | Method void QWidget::setContextMenuPolicy(Qt::ContextMenuPolicy policy) |
| void | createWinId | | Method void QWidget::createWinId() |
[const] | QCursor | cursor | | Method QCursor QWidget::cursor() |
| void | cursor= | (const QCursor arg1) | Method void QWidget::setCursor(const QCursor &) |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QWidget::customContextMenuRequested(const QPoint &pos) |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QWidget::destroyed(QObject *) |
[const] | unsigned long | effectiveWinId | | Method WId QWidget::effectiveWinId() |
| void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QWidget::customContextMenuRequested(const QPoint &pos) |
| void | emit_destroyed | (QObject ptr arg1 = 0) | Emitter for signal void QWidget::destroyed(QObject *) |
[const] | bool | enabled | | Method bool QWidget::isEnabled() |
| void | enabled= | (bool arg1) | Method void QWidget::setEnabled(bool) |
[const] | void | ensurePolished | | Method void QWidget::ensurePolished() |
[virtual] | bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QWidget::eventFilter(QObject *, QEvent *) |
[const] | bool | focus | | Method bool QWidget::hasFocus() |
[const] | Qt_FocusPolicy | focusPolicy | | Method Qt::FocusPolicy QWidget::focusPolicy() |
| void | focusPolicy= | (const Qt_FocusPolicy policy) | Method void QWidget::setFocusPolicy(Qt::FocusPolicy policy) |
[const] | QWidget ptr | focusProxy | | Method QWidget *QWidget::focusProxy() |
| void | focusProxy= | (QWidget ptr arg1) | Method void QWidget::setFocusProxy(QWidget *) |
[const] | QWidget ptr | focusWidget | | Method QWidget *QWidget::focusWidget() |
[const] | QFont | font | | Method const QFont &QWidget::font() |
| void | font= | (const QFont arg1) | Method void QWidget::setFont(const QFont &) |
[const] | QFontInfo | fontInfo | | Method QFontInfo QWidget::fontInfo() |
[const] | QFontMetrics | fontMetrics | | Method QFontMetrics QWidget::fontMetrics() |
[const] | QPalette_ColorRole | foregroundRole | | Method QPalette::ColorRole QWidget::foregroundRole() |
| void | foregroundRole= | (const QPalette_ColorRole arg1) | Method void QWidget::setForegroundRole(QPalette::ColorRole) |
[const] | QRect | frameGeometry | | Method QRect QWidget::frameGeometry() |
[const] | QSize | frameSize | | Method QSize QWidget::frameSize() |
[const] | bool | fullScreen | | Method bool QWidget::isFullScreen() |
[const] | QRect | geometry | | Method const QRect &QWidget::geometry() |
| void | geometry= | (const QRect arg1) | Method void QWidget::setGeometry(const QRect &) |
[const] | void | getContentsMargins | (int ptr left, int ptr top, int ptr right, int ptr bottom) | Method void QWidget::getContentsMargins(int *left, int *top, int *right, int *bottom) |
| void | grabGesture | (const Qt_GestureType type, Qt_QFlags_GestureFlag flags = Qt::GestureFlags()) | Method void QWidget::grabGesture(Qt::GestureType type, QFlags<Qt::GestureFlag> flags) |
| void | grabKeyboard | | Method void QWidget::grabKeyboard() |
| void | grabMouse | | Method void QWidget::grabMouse() |
| void | grabMouse | (const QCursor arg1) | Method void QWidget::grabMouse(const QCursor &) |
| int | grabShortcut | (const QKeySequence key, const Qt_ShortcutContext context = Qt::WindowShortcut) | Method int QWidget::grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) |
[const] | QGraphicsEffect ptr | graphicsEffect | | Method QGraphicsEffect *QWidget::graphicsEffect() |
| void | graphicsEffect= | (QGraphicsEffect ptr effect) | Method void QWidget::setGraphicsEffect(QGraphicsEffect *effect) |
[const] | QGraphicsProxyWidget ptr | graphicsProxyWidget | | Method QGraphicsProxyWidget *QWidget::graphicsProxyWidget() |
[const] | bool | hasFocus | | Method bool QWidget::hasFocus() |
[const] | bool | hasMouseTracking | | Method bool QWidget::hasMouseTracking() |
[const] | int | height | | Method () const |
[virtual,const] | int | heightForWidth | (int arg1) | Virtual method int QWidget::heightForWidth(int) |
[const] | bool | hidden | | Method bool QWidget::isHidden() |
| void | hidden= | (bool hidden) | Method void QWidget::setHidden(bool hidden) |
| void | hide | | Method void QWidget::hide() |
| QInputContext ptr | inputContext | | Method QInputContext *QWidget::inputContext() |
| void | inputContext= | (QInputContext ptr arg1) | Method void QWidget::setInputContext(QInputContext *) |
[const] | Qt_QFlags_InputMethodHint | inputMethodHints | | Method QFlags<Qt::InputMethodHint> QWidget::inputMethodHints() |
| void | inputMethodHints= | (Qt_QFlags_InputMethodHint hints) | Method void QWidget::setInputMethodHints(QFlags<Qt::InputMethodHint> hints) |
[virtual,const] | variant | inputMethodQuery | (const Qt_InputMethodQuery arg1) | Virtual method QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery) |
| void | insertAction | (QAction ptr before, QAction ptr action) | Method void QWidget::insertAction(QAction *before, QAction *action) |
| void | insertActions | (QAction ptr before, QAction ptr[] actions) | Method void QWidget::insertActions(QAction *before, QList<QAction*> actions) |
[const] | unsigned long | internalWinId | | Method WId QWidget::internalWinId() |
[const] | bool | isActiveWindow | | Method bool QWidget::isActiveWindow() |
[const] | bool | isActiveWindow? | | Method bool QWidget::isActiveWindow() |
[const] | bool | isAncestorOf? | (const QWidget ptr child) | Method bool QWidget::isAncestorOf(const QWidget *child) |
[const] | bool | isEnabled? | | Method bool QWidget::isEnabled() |
[const] | bool | isEnabledTo? | (QWidget ptr arg1) | Method bool QWidget::isEnabledTo(QWidget *) |
[const] | bool | isEnabledToTLW? | | Method bool QWidget::isEnabledToTLW() |
[const] | bool | isFullScreen? | | Method bool QWidget::isFullScreen() |
[const] | bool | isHidden? | | Method bool QWidget::isHidden() |
[const] | bool | isLeftToRight? | | Method bool QWidget::isLeftToRight() |
[const] | bool | isMaximized? | | Method bool QWidget::isMaximized() |
[const] | bool | isMinimized? | | Method bool QWidget::isMinimized() |
[const] | bool | isModal? | | Method bool QWidget::isModal() |
[const] | bool | isRightToLeft? | | Method bool QWidget::isRightToLeft() |
[const] | bool | isTopLevel? | | Method bool QWidget::isTopLevel() |
[const] | bool | isVisible? | | Method bool QWidget::isVisible() |
[const] | bool | isVisibleTo? | (QWidget ptr arg1) | Method bool QWidget::isVisibleTo(QWidget *) |
[const] | bool | isWindow? | | Method bool QWidget::isWindow() |
[const] | bool | isWindowModified? | | Method bool QWidget::isWindowModified() |
[const] | QLayout ptr | layout | | Method QLayout *QWidget::layout() |
| void | layout= | (QLayout ptr arg1) | Method void QWidget::setLayout(QLayout *) |
[const] | Qt_LayoutDirection | layoutDirection | | Method Qt::LayoutDirection QWidget::layoutDirection() |
| void | layoutDirection= | (const Qt_LayoutDirection direction) | Method void QWidget::setLayoutDirection(Qt::LayoutDirection direction) |
[const] | QLocale | locale | | Method QLocale QWidget::locale() |
| void | locale= | (const QLocale locale) | Method void QWidget::setLocale(const QLocale &locale) |
| void | lower | | Method void QWidget::lower() |
[const] | QPoint | mapFrom | (QWidget ptr arg1, const QPoint arg2) | Method QPoint QWidget::mapFrom(QWidget *, const QPoint &) |
[const] | QPoint | mapFromGlobal | (const QPoint arg1) | Method QPoint QWidget::mapFromGlobal(const QPoint &) |
[const] | QPoint | mapFromParent | (const QPoint arg1) | Method QPoint QWidget::mapFromParent(const QPoint &) |
[const] | QPoint | mapTo | (QWidget ptr arg1, const QPoint arg2) | Method QPoint QWidget::mapTo(QWidget *, const QPoint &) |
[const] | QPoint | mapToGlobal | (const QPoint arg1) | Method QPoint QWidget::mapToGlobal(const QPoint &) |
[const] | QPoint | mapToParent | (const QPoint arg1) | Method QPoint QWidget::mapToParent(const QPoint &) |
[const] | QRegion | mask | | Method QRegion QWidget::mask() |
[const] | bool | maximized | | Method bool QWidget::isMaximized() |
[const] | int | maximumHeight | | Method int QWidget::maximumHeight() |
| void | maximumHeight= | (int maxh) | Method void QWidget::setMaximumHeight(int maxh) |
[const] | QSize | maximumSize | | Method QSize QWidget::maximumSize() |
| void | maximumSize= | (const QSize arg1) | Method void QWidget::setMaximumSize(const QSize &) |
[const] | int | maximumWidth | | Method int QWidget::maximumWidth() |
| void | maximumWidth= | (int maxw) | Method void QWidget::setMaximumWidth(int maxw) |
[const] | bool | minimized | | Method bool QWidget::isMinimized() |
[const] | int | minimumHeight | | Method int QWidget::minimumHeight() |
| void | minimumHeight= | (int minh) | Method void QWidget::setMinimumHeight(int minh) |
[const] | QSize | minimumSize | | Method QSize QWidget::minimumSize() |
| void | minimumSize= | (const QSize arg1) | Method void QWidget::setMinimumSize(const QSize &) |
[virtual,const] | QSize | minimumSizeHint | | Virtual method QSize QWidget::minimumSizeHint() |
[const] | int | minimumWidth | | Method int QWidget::minimumWidth() |
| void | minimumWidth= | (int minw) | Method void QWidget::setMinimumWidth(int minw) |
[const] | bool | modal | | Method bool QWidget::isModal() |
[const] | bool | mouseTracking | | Method bool QWidget::hasMouseTracking() |
| void | mouseTracking= | (bool enable) | Method void QWidget::setMouseTracking(bool enable) |
| void | move | (int x, int y) | Method void QWidget::move(int x, int y) |
| void | move | (const QPoint arg1) | Method void QWidget::move(const QPoint &) |
[const] | QWidget ptr | nativeParentWidget | | Method QWidget *QWidget::nativeParentWidget() |
[const] | QWidget ptr | nextInFocusChain | | Method QWidget *QWidget::nextInFocusChain() |
[const] | QRect | normalGeometry | | Method QRect QWidget::normalGeometry() |
| void | overrideWindowFlags | (Qt_QFlags_WindowType type) | Method void QWidget::overrideWindowFlags(QFlags<Qt::WindowType> type) |
| void | overrideWindowState | (Qt_QFlags_WindowState state) | Method void QWidget::overrideWindowState(QFlags<Qt::WindowState> state) |
[virtual,const] | QPaintEngine ptr | paintEngine | | Virtual method QPaintEngine *QWidget::paintEngine() |
[const] | QPalette | palette | | Method const QPalette &QWidget::palette() |
| void | palette= | (const QPalette arg1) | Method void QWidget::setPalette(const QPalette &) |
[const] | QWidget ptr | parentWidget | | Method QWidget *QWidget::parentWidget() |
[const] | QPoint | pos | | Method QPoint QWidget::pos() |
[const] | QWidget ptr | previousInFocusChain | | Method QWidget *QWidget::previousInFocusChain() |
| void | qt_raise | | Method void QWidget::raise() |
[const] | QRect | rect | | Method QRect QWidget::rect() |
| void | releaseKeyboard | | Method void QWidget::releaseKeyboard() |
| void | releaseMouse | | Method void QWidget::releaseMouse() |
| void | releaseShortcut | (int id) | Method void QWidget::releaseShortcut(int id) |
| void | removeAction | (QAction ptr action) | Method void QWidget::removeAction(QAction *action) |
| void | render | (QPaintDevice ptr target, const QPoint targetOffset = QPoint(), const QRegion sourceRegion = QRegion(), QWidget_QFlags_RenderFlag renderFlags = QWidget::RenderFlags(QWidget::DrawWindowBackground | QWidget::DrawChildren)) | 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(), QWidget_QFlags_RenderFlag renderFlags = QWidget::RenderFlags(QWidget::DrawWindowBackground | QWidget::DrawChildren)) | Method void QWidget::render(QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags<QWidget::RenderFlag> renderFlags) |
| void | repaint | | Method void QWidget::repaint() |
| void | repaint | (int x, int y, int w, int h) | Method void QWidget::repaint(int x, int y, int w, int h) |
| void | repaint | (const QRect arg1) | Method void QWidget::repaint(const QRect &) |
| void | repaint | (const QRegion arg1) | Method void QWidget::repaint(const QRegion &) |
| void | resize | (int w, int h) | Method void QWidget::resize(int w, int h) |
| void | resize | (const QSize arg1) | Method void QWidget::resize(const QSize &) |
| bool | restoreGeometry | (string geometry) | Method bool QWidget::restoreGeometry(const QByteArray &geometry) |
[const] | string | saveGeometry | | Method QByteArray QWidget::saveGeometry() |
| void | scroll | (int dx, int dy) | Method void QWidget::scroll(int dx, int dy) |
| void | scroll | (int dx, int dy, const QRect arg3) | Method void QWidget::scroll(int dx, int dy, const QRect &) |
| void | setAcceptDrops | (bool on) | Method void QWidget::setAcceptDrops(bool on) |
| void | setAccessibleDescription | (string description) | Method void QWidget::setAccessibleDescription(const QString &description) |
| void | setAccessibleName | (string name) | Method void QWidget::setAccessibleName(const QString &name) |
| void | setAttribute | (const Qt_WidgetAttribute arg1, bool on = true) | Method void QWidget::setAttribute(Qt::WidgetAttribute, bool on) |
| void | setAutoFillBackground | (bool enabled) | Method void QWidget::setAutoFillBackground(bool enabled) |
| void | setBackgroundRole | (const QPalette_ColorRole arg1) | Method void QWidget::setBackgroundRole(QPalette::ColorRole) |
| void | setBaseSize | (const QSize arg1) | Method void QWidget::setBaseSize(const QSize &) |
| void | setBaseSize | (int basew, int baseh) | Method void QWidget::setBaseSize(int basew, int baseh) |
| void | setContentsMargins | (int left, int top, int right, int bottom) | Method void QWidget::setContentsMargins(int left, int top, int right, int bottom) |
| void | setContentsMargins | (const QMargins margins) | Method void QWidget::setContentsMargins(const QMargins &margins) |
| void | setContextMenuPolicy | (const Qt_ContextMenuPolicy policy) | Method void QWidget::setContextMenuPolicy(Qt::ContextMenuPolicy policy) |
| void | setCursor | (const QCursor arg1) | Method void QWidget::setCursor(const QCursor &) |
| void | setDisabled | (bool arg1) | Method void QWidget::setDisabled(bool) |
| void | setEnabled | (bool arg1) | Method void QWidget::setEnabled(bool) |
| void | setFixedHeight | (int h) | Method void QWidget::setFixedHeight(int h) |
| void | setFixedSize | (const QSize arg1) | Method void QWidget::setFixedSize(const QSize &) |
| void | setFixedSize | (int w, int h) | Method void QWidget::setFixedSize(int w, int h) |
| void | setFixedWidth | (int w) | Method void QWidget::setFixedWidth(int w) |
| void | setFocus | | Method void QWidget::setFocus() |
| void | setFocus | (const Qt_FocusReason reason) | Method void QWidget::setFocus(Qt::FocusReason reason) |
| void | setFocusPolicy | (const Qt_FocusPolicy policy) | Method void QWidget::setFocusPolicy(Qt::FocusPolicy policy) |
| void | setFocusProxy | (QWidget ptr arg1) | Method void QWidget::setFocusProxy(QWidget *) |
| void | setFont | (const QFont arg1) | Method void QWidget::setFont(const QFont &) |
| void | setForegroundRole | (const QPalette_ColorRole arg1) | Method void QWidget::setForegroundRole(QPalette::ColorRole) |
| void | setGeometry | (int x, int y, int w, int h) | Method void QWidget::setGeometry(int x, int y, int w, int h) |
| void | setGeometry | (const QRect arg1) | Method void QWidget::setGeometry(const QRect &) |
| void | setGraphicsEffect | (QGraphicsEffect ptr effect) | Method void QWidget::setGraphicsEffect(QGraphicsEffect *effect) |
| void | setHidden | (bool hidden) | Method void QWidget::setHidden(bool hidden) |
| void | setInputContext | (QInputContext ptr arg1) | Method void QWidget::setInputContext(QInputContext *) |
| void | setInputMethodHints | (Qt_QFlags_InputMethodHint hints) | Method void QWidget::setInputMethodHints(QFlags<Qt::InputMethodHint> hints) |
| void | setLayout | (QLayout ptr arg1) | Method void QWidget::setLayout(QLayout *) |
| void | setLayoutDirection | (const Qt_LayoutDirection direction) | Method void QWidget::setLayoutDirection(Qt::LayoutDirection direction) |
| void | setLocale | (const QLocale locale) | Method void QWidget::setLocale(const QLocale &locale) |
| void | setMask | (const QBitmap arg1) | Method void QWidget::setMask(const QBitmap &) |
| void | setMask | (const QRegion arg1) | Method void QWidget::setMask(const QRegion &) |
| void | setMaximumHeight | (int maxh) | Method void QWidget::setMaximumHeight(int maxh) |
| void | setMaximumSize | (const QSize arg1) | Method void QWidget::setMaximumSize(const QSize &) |
| void | setMaximumSize | (int maxw, int maxh) | Method void QWidget::setMaximumSize(int maxw, int maxh) |
| void | setMaximumWidth | (int maxw) | Method void QWidget::setMaximumWidth(int maxw) |
| void | setMinimumHeight | (int minh) | Method void QWidget::setMinimumHeight(int minh) |
| void | setMinimumSize | (const QSize arg1) | Method void QWidget::setMinimumSize(const QSize &) |
| void | setMinimumSize | (int minw, int minh) | Method void QWidget::setMinimumSize(int minw, int minh) |
| void | setMinimumWidth | (int minw) | Method void QWidget::setMinimumWidth(int minw) |
| void | setMouseTracking | (bool enable) | Method void QWidget::setMouseTracking(bool enable) |
| void | setPalette | (const QPalette arg1) | Method void QWidget::setPalette(const QPalette &) |
| void | setParent | (QWidget ptr parent) | Method (QWidget *) |
| void | setParent | (QWidget ptr parent, Qt_QFlags_WindowType f) | Method (QWidget *, QFlags<Qt::WindowType>) |
| void | setShortcutAutoRepeat | (int id, bool enable = true) | Method void QWidget::setShortcutAutoRepeat(int id, bool enable) |
| void | setShortcutEnabled | (int id, bool enable = true) | Method void QWidget::setShortcutEnabled(int id, bool enable) |
| void | setShown | (bool shown) | Method void QWidget::setShown(bool shown) |
| void | setSizeIncrement | (const QSize arg1) | Method void QWidget::setSizeIncrement(const QSize &) |
| void | setSizeIncrement | (int w, int h) | Method void QWidget::setSizeIncrement(int w, int h) |
| void | setSizePolicy | (QSizePolicy arg1) | Method void QWidget::setSizePolicy(QSizePolicy) |
| void | setSizePolicy | (const QSizePolicy_Policy horizontal, const QSizePolicy_Policy vertical) | Method void QWidget::setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
| void | setStatusTip | (string arg1) | Method void QWidget::setStatusTip(const QString &) |
| void | setStyle | (QStyle ptr arg1) | Method void QWidget::setStyle(QStyle *) |
| void | setStyleSheet | (string styleSheet) | Method void QWidget::setStyleSheet(const QString &styleSheet) |
| void | setToolTip | (string arg1) | Method void QWidget::setToolTip(const QString &) |
| void | setUpdatesEnabled | (bool enable) | Method void QWidget::setUpdatesEnabled(bool enable) |
[virtual] | void | setVisible | (bool visible) | Virtual method void QWidget::setVisible(bool visible) |
| void | setWhatsThis | (string arg1) | Method void QWidget::setWhatsThis(const QString &) |
| void | setWindowFilePath | (string filePath) | Method void QWidget::setWindowFilePath(const QString &filePath) |
| void | setWindowFlags | (Qt_QFlags_WindowType type) | Method void QWidget::setWindowFlags(QFlags<Qt::WindowType> type) |
| void | setWindowIcon | (const QIcon icon) | Method void QWidget::setWindowIcon(const QIcon &icon) |
| void | setWindowIconText | (string arg1) | Method void QWidget::setWindowIconText(const QString &) |
| void | setWindowModality | (const Qt_WindowModality windowModality) | Method void QWidget::setWindowModality(Qt::WindowModality windowModality) |
| void | setWindowModified | (bool arg1) | Method void QWidget::setWindowModified(bool) |
| void | setWindowOpacity | (double level) | Method void QWidget::setWindowOpacity(double level) |
| void | setWindowRole | (string arg1) | Method void QWidget::setWindowRole(const QString &) |
| void | setWindowState | (Qt_QFlags_WindowState state) | Method void QWidget::setWindowState(QFlags<Qt::WindowState> state) |
| void | setWindowTitle | (string arg1) | Method void QWidget::setWindowTitle(const QString &) |
| void | show | | Method void QWidget::show() |
| void | showFullScreen | | Method void QWidget::showFullScreen() |
| void | showMaximized | | Method void QWidget::showMaximized() |
| void | showMinimized | | Method void QWidget::showMinimized() |
| void | showNormal | | Method void QWidget::showNormal() |
[const] | QSize | size | | Method QSize QWidget::size() |
[virtual,const] | QSize | sizeHint | | Virtual method QSize QWidget::sizeHint() |
[const] | QSize | sizeIncrement | | Method QSize QWidget::sizeIncrement() |
| void | sizeIncrement= | (const QSize arg1) | Method void QWidget::setSizeIncrement(const QSize &) |
[const] | QSizePolicy | sizePolicy | | Method QSizePolicy QWidget::sizePolicy() |
| void | sizePolicy= | (QSizePolicy arg1) | Method void QWidget::setSizePolicy(QSizePolicy) |
| void | stackUnder | (QWidget ptr arg1) | Method void QWidget::stackUnder(QWidget *) |
[const] | string | statusTip | | Method QString QWidget::statusTip() |
| void | statusTip= | (string arg1) | Method void QWidget::setStatusTip(const QString &) |
[const] | QStyle ptr | style | | Method QStyle *QWidget::style() |
| void | style= | (QStyle ptr arg1) | Method void QWidget::setStyle(QStyle *) |
[const] | string | styleSheet | | Method QString QWidget::styleSheet() |
| void | styleSheet= | (string styleSheet) | Method void QWidget::setStyleSheet(const QString &styleSheet) |
[const] | bool | testAttribute | (const Qt_WidgetAttribute arg1) | Method bool QWidget::testAttribute(Qt::WidgetAttribute) |
[const] | string | toolTip | | Method QString QWidget::toolTip() |
| void | toolTip= | (string arg1) | Method void QWidget::setToolTip(const QString &) |
[const] | QWidget ptr | topLevelWidget | | Method QWidget *QWidget::topLevelWidget() |
[const] | bool | underMouse | | Method bool QWidget::underMouse() |
| void | ungrabGesture | (const Qt_GestureType type) | Method void QWidget::ungrabGesture(Qt::GestureType type) |
| void | unsetCursor | | Method void QWidget::unsetCursor() |
| void | unsetLayoutDirection | | Method void QWidget::unsetLayoutDirection() |
| void | unsetLocale | | Method void QWidget::unsetLocale() |
| void | update | | Method void QWidget::update() |
| void | update | (int x, int y, int w, int h) | Method void QWidget::update(int x, int y, int w, int h) |
| void | update | (const QRect arg1) | Method void QWidget::update(const QRect &) |
| void | update | (const QRegion arg1) | Method void QWidget::update(const QRegion &) |
| void | updateGeometry | | Method void QWidget::updateGeometry() |
[const] | bool | updatesEnabled | | Method bool QWidget::updatesEnabled() |
| void | updatesEnabled= | (bool enable) | Method void QWidget::setUpdatesEnabled(bool enable) |
[const] | bool | visible | | Method bool QWidget::isVisible() |
| void | visible= | (bool visible) | Method void QWidget::setVisible(bool visible) |
[const] | QRegion | visibleRegion | | Method QRegion QWidget::visibleRegion() |
[const] | string | whatsThis | | Method QString QWidget::whatsThis() |
| void | whatsThis= | (string arg1) | Method void QWidget::setWhatsThis(const QString &) |
[const] | int | width | | Method () const |
[const] | unsigned long | winId | | Method WId QWidget::winId() |
[const] | QWidget ptr | window | | Method QWidget *QWidget::window() |
[const] | string | windowFilePath | | Method QString QWidget::windowFilePath() |
| void | windowFilePath= | (string filePath) | Method void QWidget::setWindowFilePath(const QString &filePath) |
[const] | Qt_QFlags_WindowType | windowFlags | | Method QFlags<Qt::WindowType> QWidget::windowFlags() |
| void | windowFlags= | (Qt_QFlags_WindowType type) | Method void QWidget::setWindowFlags(QFlags<Qt::WindowType> type) |
[const] | QIcon | windowIcon | | Method QIcon QWidget::windowIcon() |
| void | windowIcon= | (const QIcon icon) | Method void QWidget::setWindowIcon(const QIcon &icon) |
[const] | string | windowIconText | | Method QString QWidget::windowIconText() |
| void | windowIconText= | (string arg1) | Method void QWidget::setWindowIconText(const QString &) |
[const] | Qt_WindowModality | windowModality | | Method Qt::WindowModality QWidget::windowModality() |
| void | windowModality= | (const Qt_WindowModality windowModality) | Method void QWidget::setWindowModality(Qt::WindowModality windowModality) |
[const] | bool | windowModified | | Method bool QWidget::isWindowModified() |
| void | windowModified= | (bool arg1) | Method void QWidget::setWindowModified(bool) |
[const] | double | windowOpacity | | Method double QWidget::windowOpacity() |
| void | windowOpacity= | (double level) | Method void QWidget::setWindowOpacity(double level) |
[const] | string | windowRole | | Method QString QWidget::windowRole() |
| void | windowRole= | (string arg1) | Method void QWidget::setWindowRole(const QString &) |
[const] | Qt_QFlags_WindowState | windowState | | Method QFlags<Qt::WindowState> QWidget::windowState() |
| void | windowState= | (Qt_QFlags_WindowState state) | Method void QWidget::setWindowState(QFlags<Qt::WindowState> state) |
[const] | string | windowTitle | | Method QString QWidget::windowTitle() |
| void | windowTitle= | (string arg1) | Method void QWidget::setWindowTitle(const QString &) |
[const] | Qt_WindowType | windowType | | Method Qt::WindowType QWidget::windowType() |
[const] | int | x | | Method int QWidget::x() |
[const] | int | y | | Method int QWidget::y() |
DrawChildren | Signature: [static,const] QWidget_RenderFlag DrawChildren Description: Enum constant QWidget::DrawChildren |
DrawWindowBackground | Signature: [static,const] QWidget_RenderFlag DrawWindowBackground Description: Enum constant QWidget::DrawWindowBackground |
IgnoreMask | Signature: [static,const] QWidget_RenderFlag IgnoreMask Description: Enum constant QWidget::IgnoreMask |
_create | Signature: void _create Description: 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. |
_destroy | Signature: void _destroy Description: 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. |
_destroyed? | Signature: [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. |
_is_const_object? | Signature: [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. |
_manage | Signature: void _manage Description: 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. |
_unmanage | Signature: void _unmanage Description: 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. |
acceptDrops | Signature: [const] bool acceptDrops Description: Method bool QWidget::acceptDrops() Python specific notes: The object exposes a readable attribute 'acceptDrops'. This is the getter.
|
acceptDrops= | Signature: 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.
|
accessibleDescription | Signature: [const] string accessibleDescription Description: Method QString QWidget::accessibleDescription() Python specific notes: The object exposes a readable attribute 'accessibleDescription'. This is the getter.
|
accessibleDescription= | Signature: 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.
|
accessibleName | Signature: [const] string accessibleName Description: Method QString QWidget::accessibleName() Python specific notes: The object exposes a readable attribute 'accessibleName'. This is the getter.
|
accessibleName= | Signature: 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.
|
actionEvent | Signature: [virtual] void actionEvent (QActionEvent ptr arg1) Description: Virtual method void QWidget::actionEvent(QActionEvent *)
This method can be reimplemented in a derived class. |
actions | Signature: [const] QAction ptr[] actions Description: Method QList<QAction*> QWidget::actions() |
activateWindow | Signature: void activateWindow Description: Method void QWidget::activateWindow() |
addAction | Signature: void addAction (QAction ptr action) Description: Method void QWidget::addAction(QAction *action) |
addActions | Signature: void addActions (QAction ptr[] actions) Description: Method void QWidget::addActions(QList<QAction*> actions) |
adjustSize | Signature: void adjustSize Description: Method void QWidget::adjustSize() |
asConstQObject | Signature: [const] const QObject ptr asConstQObject Description: 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. |
asConstQPaintDevice | Signature: [const] const QPaintDevice ptr asConstQPaintDevice Description: 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. |
asQObject | Signature: QObject ptr asQObject Description: Delivers the base class interface QObject of QWidget
Class QWidget is derived from multiple base classes. This method delivers the QObject base class aspect. |
asQPaintDevice | Signature: QPaintDevice ptr asQPaintDevice Description: Delivers the base class interface QPaintDevice of QWidget
Class QWidget is derived from multiple base classes. This method delivers the QPaintDevice base class aspect. |
autoFillBackground | Signature: [const] bool autoFillBackground Description: Method bool QWidget::autoFillBackground() Python specific notes: The object exposes a readable attribute 'autoFillBackground'. This is the getter.
|
autoFillBackground= | Signature: 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.
|
backgroundRole | Signature: [const] QPalette_ColorRole backgroundRole Description: Method QPalette::ColorRole QWidget::backgroundRole() Python specific notes: The object exposes a readable attribute 'backgroundRole'. This is the getter.
|
backgroundRole= | Signature: 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.
|
baseSize | Signature: [const] QSize baseSize Description: Method QSize QWidget::baseSize() Python specific notes: The object exposes a readable attribute 'baseSize'. This is the getter.
|
baseSize= | Signature: 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.
|
changeEvent | Signature: [virtual] void changeEvent (QEvent ptr arg1) Description: Virtual method void QWidget::changeEvent(QEvent *)
This method can be reimplemented in a derived class. |
childAt | Signature: [const] QWidget ptr childAt (int x,int y) Description: Method QWidget *QWidget::childAt(int x, int y) |
Signature: [const] QWidget ptr childAt (const QPoint p) Description: Method QWidget *QWidget::childAt(const QPoint &p) |
childEvent | Signature: [virtual] void childEvent (QChildEvent ptr arg1) Description: Virtual method void QWidget::childEvent(QChildEvent *)
This method can be reimplemented in a derived class. |
childrenRect | Signature: [const] QRect childrenRect Description: Method QRect QWidget::childrenRect() Python specific notes: The object exposes a readable attribute 'childrenRect'. This is the getter.
|
childrenRegion | Signature: [const] QRegion childrenRegion Description: Method QRegion QWidget::childrenRegion() Python specific notes: The object exposes a readable attribute 'childrenRegion'. This is the getter.
|
clearFocus | Signature: void clearFocus Description: Method void QWidget::clearFocus() |
clearMask | Signature: void clearMask Description: Method void QWidget::clearMask() |
close | Signature: bool close Description: Method bool QWidget::close() |
closeEvent | Signature: [virtual] void closeEvent (QCloseEvent ptr arg1) Description: Virtual method void QWidget::closeEvent(QCloseEvent *)
This method can be reimplemented in a derived class. |
contentsMargins | Signature: [const] QMargins contentsMargins Description: Method QMargins QWidget::contentsMargins() Python specific notes: The object exposes a readable attribute 'contentsMargins'. This is the getter.
|
contentsMargins= | Signature: 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.
|
contentsRect | Signature: [const] QRect contentsRect Description: Method QRect QWidget::contentsRect() |
contextMenuEvent | Signature: [virtual] void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QWidget::contextMenuEvent(QContextMenuEvent *)
This method can be reimplemented in a derived class. |
contextMenuPolicy | Signature: [const] Qt_ContextMenuPolicy contextMenuPolicy Description: Method Qt::ContextMenuPolicy QWidget::contextMenuPolicy() Python specific notes: The object exposes a readable attribute 'contextMenuPolicy'. This is the getter.
|
contextMenuPolicy= | Signature: 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.
|
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead |
createWinId | Signature: void createWinId Description: Method void QWidget::createWinId() |
cursor | Signature: [const] QCursor cursor Description: Method QCursor QWidget::cursor() Python specific notes: The object exposes a readable attribute 'cursor'. This is the getter.
|
cursor= | Signature: 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.
|
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QWidget::customContextMenuRequested(const QPoint &pos)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'customContextMenuRequested'. This is the getter.
The object exposes a writable attribute 'customContextMenuRequested'. This is the setter.
This method is available as method 'customContextMenuRequested_' in Python
|
customEvent | Signature: [virtual] void customEvent (QEvent ptr arg1) Description: Virtual method void QWidget::customEvent(QEvent *)
This method can be reimplemented in a derived class. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QWidget::destroyed(QObject *)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.
This method is available as method 'destroyed_' in Python
|
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead |
disconnectNotify | Signature: [virtual] void disconnectNotify (string signal) Description: Virtual method void QWidget::disconnectNotify(const char *signal)
This method can be reimplemented in a derived class. |
dragEnterEvent | Signature: [virtual] void dragEnterEvent (QDragEnterEvent ptr arg1) Description: Virtual method void QWidget::dragEnterEvent(QDragEnterEvent *)
This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: [virtual] void dragLeaveEvent (QDragLeaveEvent ptr arg1) Description: Virtual method void QWidget::dragLeaveEvent(QDragLeaveEvent *)
This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: [virtual] void dragMoveEvent (QDragMoveEvent ptr arg1) Description: Virtual method void QWidget::dragMoveEvent(QDragMoveEvent *)
This method can be reimplemented in a derived class. |
dropEvent | Signature: [virtual] void dropEvent (QDropEvent ptr arg1) Description: Virtual method void QWidget::dropEvent(QDropEvent *)
This method can be reimplemented in a derived class. |
effectiveWinId | Signature: [const] unsigned long effectiveWinId Description: Method WId QWidget::effectiveWinId() |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QWidget::customContextMenuRequested(const QPoint &pos)
Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = 0) Description: Emitter for signal void QWidget::destroyed(QObject *)
Call this method to emit this signal. |
enabled | Signature: [const] bool enabled Description: Method bool QWidget::isEnabled() Python specific notes: The object exposes a readable attribute 'enabled'. This is the getter.
|
enabled= | Signature: void enabled= (bool arg1) Description: Method void QWidget::setEnabled(bool) Python specific notes: The object exposes a writable attribute 'enabled'. This is the setter.
|
enabledChange | Signature: [virtual] void enabledChange (bool arg1) Description: Virtual method void QWidget::enabledChange(bool)
This method can be reimplemented in a derived class. |
ensurePolished | Signature: [const] void ensurePolished Description: Method void QWidget::ensurePolished() |
enterEvent | Signature: [virtual] void enterEvent (QEvent ptr arg1) Description: Virtual method void QWidget::enterEvent(QEvent *)
This method can be reimplemented in a derived class. |
event | Signature: [virtual] bool event (QEvent ptr arg1) Description: Virtual method bool QWidget::event(QEvent *)
This method can be reimplemented in a derived class. |
eventFilter | Signature: [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. |
find | Signature: [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. |
focus | Signature: [const] bool focus Description: Method bool QWidget::hasFocus() Python specific notes: The object exposes a readable attribute 'focus'. This is the getter.
|
focusInEvent | Signature: [virtual] void focusInEvent (QFocusEvent ptr arg1) Description: Virtual method void QWidget::focusInEvent(QFocusEvent *)
This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QWidget::focusNextChild()
This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: [virtual] bool focusNextPrevChild (bool next) Description: Virtual method bool QWidget::focusNextPrevChild(bool next)
This method can be reimplemented in a derived class. |
focusOutEvent | Signature: [virtual] void focusOutEvent (QFocusEvent ptr arg1) Description: Virtual method void QWidget::focusOutEvent(QFocusEvent *)
This method can be reimplemented in a derived class. |
focusPolicy | Signature: [const] Qt_FocusPolicy focusPolicy Description: Method Qt::FocusPolicy QWidget::focusPolicy() Python specific notes: The object exposes a readable attribute 'focusPolicy'. This is the getter.
|
focusPolicy= | Signature: 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.
|
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QWidget::focusPreviousChild()
This method is protected and can only be called from inside a derived class. |
focusProxy | Signature: [const] QWidget ptr focusProxy Description: Method QWidget *QWidget::focusProxy() Python specific notes: The object exposes a readable attribute 'focusProxy'. This is the getter.
|
focusProxy= | Signature: 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.
|
focusWidget | Signature: [const] QWidget ptr focusWidget Description: Method QWidget *QWidget::focusWidget() |
font | Signature: [const] QFont font Description: Method const QFont &QWidget::font() Python specific notes: The object exposes a readable attribute 'font'. This is the getter.
|
font= | Signature: 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.
|
fontChange | Signature: [virtual] void fontChange (const QFont arg1) Description: Virtual method void QWidget::fontChange(const QFont &)
This method can be reimplemented in a derived class. |
fontInfo | Signature: [const] QFontInfo fontInfo Description: Method QFontInfo QWidget::fontInfo() |
fontMetrics | Signature: [const] QFontMetrics fontMetrics Description: Method QFontMetrics QWidget::fontMetrics() |
foregroundRole | Signature: [const] QPalette_ColorRole foregroundRole Description: Method QPalette::ColorRole QWidget::foregroundRole() Python specific notes: The object exposes a readable attribute 'foregroundRole'. This is the getter.
|
foregroundRole= | Signature: 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.
|
frameGeometry | Signature: [const] QRect frameGeometry Description: Method QRect QWidget::frameGeometry() Python specific notes: The object exposes a readable attribute 'frameGeometry'. This is the getter.
|
frameSize | Signature: [const] QSize frameSize Description: Method QSize QWidget::frameSize() Python specific notes: The object exposes a readable attribute 'frameSize'. This is the getter.
|
fullScreen | Signature: [const] bool fullScreen Description: Method bool QWidget::isFullScreen() Python specific notes: The object exposes a readable attribute 'fullScreen'. This is the getter.
|
geometry | Signature: [const] QRect geometry Description: 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.
|
geometry= | Signature: 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.
|
getContentsMargins | Signature: [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) |
grabGesture | Signature: void grabGesture (const Qt_GestureType type,Qt_QFlags_GestureFlag flags = Qt::GestureFlags()) Description: Method void QWidget::grabGesture(Qt::GestureType type, QFlags<Qt::GestureFlag> flags) |
grabKeyboard | Signature: void grabKeyboard Description: Method void QWidget::grabKeyboard() |
grabMouse | Signature: void grabMouse Description: Method void QWidget::grabMouse() |
Signature: void grabMouse (const QCursor arg1) Description: Method void QWidget::grabMouse(const QCursor &) |
grabShortcut | Signature: int grabShortcut (const QKeySequence key,const Qt_ShortcutContext context = Qt::WindowShortcut) Description: Method int QWidget::grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) |
graphicsEffect | Signature: [const] QGraphicsEffect ptr graphicsEffect Description: Method QGraphicsEffect *QWidget::graphicsEffect() Python specific notes: The object exposes a readable attribute 'graphicsEffect'. This is the getter.
|
graphicsEffect= | Signature: 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.
|
graphicsProxyWidget | Signature: [const] QGraphicsProxyWidget ptr graphicsProxyWidget Description: Method QGraphicsProxyWidget *QWidget::graphicsProxyWidget() |
hasFocus | Signature: [const] bool hasFocus Description: Method bool QWidget::hasFocus() Python specific notes: The object exposes a readable attribute 'focus'. This is the getter.
|
hasMouseTracking | Signature: [const] bool hasMouseTracking Description: Method bool QWidget::hasMouseTracking() Python specific notes: The object exposes a readable attribute 'mouseTracking'. This is the getter.
|
height | Signature: [const] int height Description: Method () const Python specific notes: The object exposes a readable attribute 'height'. This is the getter.
|
heightForWidth | Signature: [virtual,const] int heightForWidth (int arg1) Description: Virtual method int QWidget::heightForWidth(int)
This method can be reimplemented in a derived class. |
hidden | Signature: [const] bool hidden Description: Method bool QWidget::isHidden() Python specific notes: The object exposes a readable attribute 'hidden'. This is the getter.
|
hidden= | Signature: 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.
|
hide | Signature: void hide Description: Method void QWidget::hide() |
hideEvent | Signature: [virtual] void hideEvent (QHideEvent ptr arg1) Description: Virtual method void QWidget::hideEvent(QHideEvent *)
This method can be reimplemented in a derived class. |
inputContext | Signature: QInputContext ptr inputContext Description: Method QInputContext *QWidget::inputContext() Python specific notes: The object exposes a readable attribute 'inputContext'. This is the getter.
|
inputContext= | Signature: 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.
|
inputMethodEvent | Signature: [virtual] void inputMethodEvent (QInputMethodEvent ptr arg1) Description: Virtual method void QWidget::inputMethodEvent(QInputMethodEvent *)
This method can be reimplemented in a derived class. |
inputMethodHints | Signature: [const] Qt_QFlags_InputMethodHint inputMethodHints Description: Method QFlags<Qt::InputMethodHint> QWidget::inputMethodHints() Python specific notes: The object exposes a readable attribute 'inputMethodHints'. This is the getter.
|
inputMethodHints= | Signature: void inputMethodHints= (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.
|
inputMethodQuery | Signature: [virtual,const] variant inputMethodQuery (const Qt_InputMethodQuery arg1) Description: Virtual method QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery)
This method can be reimplemented in a derived class. |
insertAction | Signature: void insertAction (QAction ptr before,QAction ptr action) Description: Method void QWidget::insertAction(QAction *before, QAction *action) |
insertActions | Signature: void insertActions (QAction ptr before,QAction ptr[] actions) Description: Method void QWidget::insertActions(QAction *before, QList<QAction*> actions) |
internalWinId | Signature: [const] unsigned long internalWinId Description: Method WId QWidget::internalWinId() |
isActiveWindow | Signature: [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.
|
isActiveWindow? | Signature: [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.
|
isAncestorOf? | Signature: [const] bool isAncestorOf? (const QWidget ptr child) Description: Method bool QWidget::isAncestorOf(const QWidget *child) |
isEnabled? | Signature: [const] bool isEnabled? Description: Method bool QWidget::isEnabled() Python specific notes: The object exposes a readable attribute 'enabled'. This is the getter.
|
isEnabledTo? | Signature: [const] bool isEnabledTo? (QWidget ptr arg1) Description: Method bool QWidget::isEnabledTo(QWidget *) |
isEnabledToTLW? | Signature: [const] bool isEnabledToTLW? Description: Method bool QWidget::isEnabledToTLW() |
isFullScreen? | Signature: [const] bool isFullScreen? Description: Method bool QWidget::isFullScreen() Python specific notes: The object exposes a readable attribute 'fullScreen'. This is the getter.
|
isHidden? | Signature: [const] bool isHidden? Description: Method bool QWidget::isHidden() Python specific notes: The object exposes a readable attribute 'hidden'. This is the getter.
|
isLeftToRight? | Signature: [const] bool isLeftToRight? Description: Method bool QWidget::isLeftToRight() |
isMaximized? | Signature: [const] bool isMaximized? Description: Method bool QWidget::isMaximized() Python specific notes: The object exposes a readable attribute 'maximized'. This is the getter.
|
isMinimized? | Signature: [const] bool isMinimized? Description: Method bool QWidget::isMinimized() Python specific notes: The object exposes a readable attribute 'minimized'. This is the getter.
|
isModal? | Signature: [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.
|
isRightToLeft? | Signature: [const] bool isRightToLeft? Description: Method bool QWidget::isRightToLeft() |
isTopLevel? | Signature: [const] bool isTopLevel? Description: Method bool QWidget::isTopLevel() |
isVisible? | Signature: [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.
|
isVisibleTo? | Signature: [const] bool isVisibleTo? (QWidget ptr arg1) Description: Method bool QWidget::isVisibleTo(QWidget *) |
isWindow? | Signature: [const] bool isWindow? Description: Method bool QWidget::isWindow() |
isWindowModified? | Signature: [const] bool isWindowModified? Description: Method bool QWidget::isWindowModified() Python specific notes: The object exposes a readable attribute 'windowModified'. This is the getter.
|
is_const_object? | Signature: [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 |
keyPressEvent | Signature: [virtual] void keyPressEvent (QKeyEvent ptr arg1) Description: Virtual method void QWidget::keyPressEvent(QKeyEvent *)
This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: [virtual] void keyReleaseEvent (QKeyEvent ptr arg1) Description: Virtual method void QWidget::keyReleaseEvent(QKeyEvent *)
This method can be reimplemented in a derived class. |
keyboardGrabber | Signature: [static] QWidget ptr keyboardGrabber Description: Static method QWidget *QWidget::keyboardGrabber()
This method is static and can be called without an instance. |
languageChange | Signature: [virtual] void languageChange Description: Virtual method void QWidget::languageChange()
This method can be reimplemented in a derived class. |
layout | Signature: [const] QLayout ptr layout Description: Method QLayout *QWidget::layout() Python specific notes: The object exposes a readable attribute 'layout'. This is the getter.
|
layout= | Signature: 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.
|
layoutDirection | Signature: [const] Qt_LayoutDirection layoutDirection Description: Method Qt::LayoutDirection QWidget::layoutDirection() Python specific notes: The object exposes a readable attribute 'layoutDirection'. This is the getter.
|
layoutDirection= | Signature: 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.
|
leaveEvent | Signature: [virtual] void leaveEvent (QEvent ptr arg1) Description: Virtual method void QWidget::leaveEvent(QEvent *)
This method can be reimplemented in a derived class. |
locale | Signature: [const] QLocale locale Description: Method QLocale QWidget::locale() Python specific notes: The object exposes a readable attribute 'locale'. This is the getter.
|
locale= | Signature: 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.
|
lower | Signature: void lower Description: Method void QWidget::lower() |
mapFrom | Signature: [const] QPoint mapFrom (QWidget ptr arg1,const QPoint arg2) Description: Method QPoint QWidget::mapFrom(QWidget *, const QPoint &) |
mapFromGlobal | Signature: [const] QPoint mapFromGlobal (const QPoint arg1) Description: Method QPoint QWidget::mapFromGlobal(const QPoint &) |
mapFromParent | Signature: [const] QPoint mapFromParent (const QPoint arg1) Description: Method QPoint QWidget::mapFromParent(const QPoint &) |
mapTo | Signature: [const] QPoint mapTo (QWidget ptr arg1,const QPoint arg2) Description: Method QPoint QWidget::mapTo(QWidget *, const QPoint &) |
mapToGlobal | Signature: [const] QPoint mapToGlobal (const QPoint arg1) Description: Method QPoint QWidget::mapToGlobal(const QPoint &) |
mapToParent | Signature: [const] QPoint mapToParent (const QPoint arg1) Description: Method QPoint QWidget::mapToParent(const QPoint &) |
mask | Signature: [const] QRegion mask Description: Method QRegion QWidget::mask() |
maximized | Signature: [const] bool maximized Description: Method bool QWidget::isMaximized() Python specific notes: The object exposes a readable attribute 'maximized'. This is the getter.
|
maximumHeight | Signature: [const] int maximumHeight Description: Method int QWidget::maximumHeight() Python specific notes: The object exposes a readable attribute 'maximumHeight'. This is the getter.
|
maximumHeight= | Signature: 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.
|
maximumSize | Signature: [const] QSize maximumSize Description: Method QSize QWidget::maximumSize() Python specific notes: The object exposes a readable attribute 'maximumSize'. This is the getter.
|
maximumSize= | Signature: 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.
|
maximumWidth | Signature: [const] int maximumWidth Description: Method int QWidget::maximumWidth() Python specific notes: The object exposes a readable attribute 'maximumWidth'. This is the getter.
|
maximumWidth= | Signature: 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.
|
metric | Signature: [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. |
minimized | Signature: [const] bool minimized Description: Method bool QWidget::isMinimized() Python specific notes: The object exposes a readable attribute 'minimized'. This is the getter.
|
minimumHeight | Signature: [const] int minimumHeight Description: Method int QWidget::minimumHeight() Python specific notes: The object exposes a readable attribute 'minimumHeight'. This is the getter.
|
minimumHeight= | Signature: 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.
|
minimumSize | Signature: [const] QSize minimumSize Description: Method QSize QWidget::minimumSize() Python specific notes: The object exposes a readable attribute 'minimumSize'. This is the getter.
|
minimumSize= | Signature: 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.
|
minimumSizeHint | Signature: [virtual,const] QSize minimumSizeHint Description: Virtual method QSize QWidget::minimumSizeHint()
This method can be reimplemented in a derived class. |
minimumWidth | Signature: [const] int minimumWidth Description: Method int QWidget::minimumWidth() Python specific notes: The object exposes a readable attribute 'minimumWidth'. This is the getter.
|
minimumWidth= | Signature: 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.
|
modal | Signature: [const] bool modal 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.
|
mouseDoubleClickEvent | Signature: [virtual] void mouseDoubleClickEvent (QMouseEvent ptr arg1) Description: Virtual method void QWidget::mouseDoubleClickEvent(QMouseEvent *)
This method can be reimplemented in a derived class. |
mouseGrabber | Signature: [static] QWidget ptr mouseGrabber Description: Static method QWidget *QWidget::mouseGrabber()
This method is static and can be called without an instance. |
mouseMoveEvent | Signature: [virtual] void mouseMoveEvent (QMouseEvent ptr arg1) Description: Virtual method void QWidget::mouseMoveEvent(QMouseEvent *)
This method can be reimplemented in a derived class. |
mousePressEvent | Signature: [virtual] void mousePressEvent (QMouseEvent ptr arg1) Description: Virtual method void QWidget::mousePressEvent(QMouseEvent *)
This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: [virtual] void mouseReleaseEvent (QMouseEvent ptr arg1) Description: Virtual method void QWidget::mouseReleaseEvent(QMouseEvent *)
This method can be reimplemented in a derived class. |
mouseTracking | Signature: [const] bool mouseTracking Description: Method bool QWidget::hasMouseTracking() Python specific notes: The object exposes a readable attribute 'mouseTracking'. This is the getter.
|
mouseTracking= | Signature: 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.
|
move | Signature: void move (int x,int y) Description: Method void QWidget::move(int x, int y) |
Signature: void move (const QPoint arg1) Description: Method void QWidget::move(const QPoint &) |
moveEvent | Signature: [virtual] void moveEvent (QMoveEvent ptr arg1) Description: Virtual method void QWidget::moveEvent(QMoveEvent *)
This method can be reimplemented in a derived class. |
nativeParentWidget | Signature: [const] QWidget ptr nativeParentWidget Description: Method QWidget *QWidget::nativeParentWidget() |
new | Signature: [static] new QWidget new (QWidget ptr parent = 0,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
|
nextInFocusChain | Signature: [const] QWidget ptr nextInFocusChain Description: Method QWidget *QWidget::nextInFocusChain() |
normalGeometry | Signature: [const] QRect normalGeometry Description: Method QRect QWidget::normalGeometry() Python specific notes: The object exposes a readable attribute 'normalGeometry'. This is the getter.
|
overrideWindowFlags | Signature: void overrideWindowFlags (Qt_QFlags_WindowType type) Description: Method void QWidget::overrideWindowFlags(QFlags<Qt::WindowType> type) |
overrideWindowState | Signature: void overrideWindowState (Qt_QFlags_WindowState state) Description: Method void QWidget::overrideWindowState(QFlags<Qt::WindowState> state) |
paintEngine | Signature: [virtual,const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QWidget::paintEngine()
This method can be reimplemented in a derived class. |
paintEvent | Signature: [virtual] void paintEvent (QPaintEvent ptr arg1) Description: Virtual method void QWidget::paintEvent(QPaintEvent *)
This method can be reimplemented in a derived class. |
palette | Signature: [const] QPalette palette Description: Method const QPalette &QWidget::palette() Python specific notes: The object exposes a readable attribute 'palette'. This is the getter.
|
palette= | Signature: 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.
|
paletteChange | Signature: [virtual] void paletteChange (const QPalette arg1) Description: Virtual method void QWidget::paletteChange(const QPalette &)
This method can be reimplemented in a derived class. |
parentWidget | Signature: [const] QWidget ptr parentWidget Description: Method QWidget *QWidget::parentWidget() |
pos | Signature: [const] QPoint pos Description: Method QPoint QWidget::pos() Python specific notes: The object exposes a readable attribute 'pos'. This is the getter.
|
previousInFocusChain | Signature: [const] QWidget ptr previousInFocusChain Description: Method QWidget *QWidget::previousInFocusChain() |
qt_create | Signature: 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. |
qt_destroy | Signature: 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. |
qt_raise | Signature: void qt_raise Description: Method void QWidget::raise() |
receivers | Signature: [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. |
rect | Signature: [const] QRect rect Description: Method QRect QWidget::rect() Python specific notes: The object exposes a readable attribute 'rect'. This is the getter.
|
releaseKeyboard | Signature: void releaseKeyboard Description: Method void QWidget::releaseKeyboard() |
releaseMouse | Signature: void releaseMouse Description: Method void QWidget::releaseMouse() |
releaseShortcut | Signature: void releaseShortcut (int id) Description: Method void QWidget::releaseShortcut(int id) |
removeAction | Signature: void removeAction (QAction ptr action) Description: Method void QWidget::removeAction(QAction *action) |
render | Signature: void render (QPaintDevice ptr target,const QPoint targetOffset = QPoint(),const QRegion sourceRegion = QRegion(),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) |
Signature: void render (QPainter ptr painter,const QPoint targetOffset = QPoint(),const QRegion sourceRegion = QRegion(),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) |
repaint | Signature: void repaint Description: Method void QWidget::repaint() |
Signature: void repaint (int x,int y,int w,int h) Description: Method void QWidget::repaint(int x, int y, int w, int h) |
Signature: void repaint (const QRect arg1) Description: Method void QWidget::repaint(const QRect &) |
Signature: void repaint (const QRegion arg1) Description: Method void QWidget::repaint(const QRegion &) |
resetInputContext | Signature: void resetInputContext Description: Method void QWidget::resetInputContext()
This method is protected and can only be called from inside a derived class. |
resize | Signature: void resize (int w,int h) Description: Method void QWidget::resize(int w, int h) |
Signature: void resize (const QSize arg1) Description: Method void QWidget::resize(const QSize &) |
resizeEvent | Signature: [virtual] void resizeEvent (QResizeEvent ptr arg1) Description: Virtual method void QWidget::resizeEvent(QResizeEvent *)
This method can be reimplemented in a derived class. |
restoreGeometry | Signature: bool restoreGeometry (string geometry) Description: Method bool QWidget::restoreGeometry(const QByteArray &geometry) |
saveGeometry | Signature: [const] string saveGeometry Description: Method QByteArray QWidget::saveGeometry() |
scroll | Signature: void scroll (int dx,int dy) Description: Method void QWidget::scroll(int dx, int dy) |
Signature: void scroll (int dx,int dy,const QRect arg3) Description: Method void QWidget::scroll(int dx, int dy, const QRect &) |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QWidget::sender()
This method is protected and can only be called from inside a derived class. |
setAcceptDrops | Signature: 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.
|
setAccessibleDescription | Signature: 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.
|
setAccessibleName | Signature: 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.
|
setAttribute | Signature: void setAttribute (const Qt_WidgetAttribute arg1,bool on = true) Description: Method void QWidget::setAttribute(Qt::WidgetAttribute, bool on) |
setAutoFillBackground | Signature: 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.
|
setBackgroundRole | Signature: 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.
|
setBaseSize | Signature: 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.
|
Signature: void setBaseSize (int basew,int baseh) Description: Method void QWidget::setBaseSize(int basew, int baseh) |
setContentsMargins | Signature: void setContentsMargins (int left,int top,int right,int bottom) Description: Method void QWidget::setContentsMargins(int left, int top, int right, int bottom) |
Signature: 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.
|
setContextMenuPolicy | Signature: 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.
|
setCursor | Signature: 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.
|
setDisabled | Signature: void setDisabled (bool arg1) Description: Method void QWidget::setDisabled(bool) |
setEnabled | Signature: void setEnabled (bool arg1) Description: Method void QWidget::setEnabled(bool) Python specific notes: The object exposes a writable attribute 'enabled'. This is the setter.
|
setFixedHeight | Signature: void setFixedHeight (int h) Description: Method void QWidget::setFixedHeight(int h) |
setFixedSize | Signature: void setFixedSize (const QSize arg1) Description: Method void QWidget::setFixedSize(const QSize &) |
Signature: void setFixedSize (int w,int h) Description: Method void QWidget::setFixedSize(int w, int h) |
setFixedWidth | Signature: void setFixedWidth (int w) Description: Method void QWidget::setFixedWidth(int w) |
setFocus | Signature: void setFocus Description: Method void QWidget::setFocus() |
Signature: void setFocus (const Qt_FocusReason reason) Description: Method void QWidget::setFocus(Qt::FocusReason reason) |
setFocusPolicy | Signature: 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.
|
setFocusProxy | Signature: 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.
|
setFont | Signature: 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.
|
setForegroundRole | Signature: 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.
|
setGeometry | Signature: void setGeometry (int x,int y,int w,int h) Description: Method void QWidget::setGeometry(int x, int y, int w, int h) |
Signature: 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.
|
setGraphicsEffect | Signature: 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.
|
setHidden | Signature: 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.
|
setInputContext | Signature: 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.
|
setInputMethodHints | Signature: void setInputMethodHints (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.
|
setLayout | Signature: 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.
|
setLayoutDirection | Signature: 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.
|
setLocale | Signature: 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.
|
setMask | Signature: void setMask (const QBitmap arg1) Description: Method void QWidget::setMask(const QBitmap &) |
Signature: void setMask (const QRegion arg1) Description: Method void QWidget::setMask(const QRegion &) |
setMaximumHeight | Signature: 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.
|
setMaximumSize | Signature: 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.
|
Signature: void setMaximumSize (int maxw,int maxh) Description: Method void QWidget::setMaximumSize(int maxw, int maxh) |
setMaximumWidth | Signature: 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.
|
setMinimumHeight | Signature: 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.
|
setMinimumSize | Signature: 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.
|
Signature: void setMinimumSize (int minw,int minh) Description: Method void QWidget::setMinimumSize(int minw, int minh) |
setMinimumWidth | Signature: 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.
|
setMouseTracking | Signature: 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.
|
setPalette | Signature: 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.
|
setParent | Signature: void setParent (QWidget ptr parent) Description: Method (QWidget *) |
Signature: void setParent (QWidget ptr parent,Qt_QFlags_WindowType f) Description: Method (QWidget *, QFlags<Qt::WindowType>) |
setShortcutAutoRepeat | Signature: void setShortcutAutoRepeat (int id,bool enable = true) Description: Method void QWidget::setShortcutAutoRepeat(int id, bool enable) |
setShortcutEnabled | Signature: void setShortcutEnabled (int id,bool enable = true) Description: Method void QWidget::setShortcutEnabled(int id, bool enable) |
setShown | Signature: void setShown (bool shown) Description: Method void QWidget::setShown(bool shown) |
setSizeIncrement | Signature: 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.
|
Signature: void setSizeIncrement (int w,int h) Description: Method void QWidget::setSizeIncrement(int w, int h) |
setSizePolicy | Signature: void setSizePolicy (QSizePolicy arg1) Description: Method void QWidget::setSizePolicy(QSizePolicy) Python specific notes: The object exposes a writable attribute 'sizePolicy'. This is the setter.
|
Signature: void setSizePolicy (const QSizePolicy_Policy horizontal,const QSizePolicy_Policy vertical) Description: Method void QWidget::setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
setStatusTip | Signature: 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.
|
setStyle | Signature: 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.
|
setStyleSheet | Signature: 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.
|
setTabOrder | Signature: [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. |
setToolTip | Signature: 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.
|
setUpdatesEnabled | Signature: 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.
|
setVisible | Signature: [virtual] void setVisible (bool visible) Description: Virtual method void QWidget::setVisible(bool visible)
This method can be reimplemented in a derived class. |
setWhatsThis | Signature: 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.
|
setWindowFilePath | Signature: 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.
|
setWindowFlags | Signature: void setWindowFlags (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.
|
setWindowIcon | Signature: 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.
|
setWindowIconText | Signature: 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.
|
setWindowModality | Signature: 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.
|
setWindowModified | Signature: void setWindowModified (bool arg1) Description: Method void QWidget::setWindowModified(bool) Python specific notes: The object exposes a writable attribute 'windowModified'. This is the setter.
|
setWindowOpacity | Signature: 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.
|
setWindowRole | Signature: 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.
|
setWindowState | Signature: void setWindowState (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.
|
setWindowTitle | Signature: 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.
|
show | Signature: void show Description: Method void QWidget::show() |
showEvent | Signature: [virtual] void showEvent (QShowEvent ptr arg1) Description: Virtual method void QWidget::showEvent(QShowEvent *)
This method can be reimplemented in a derived class. |
showFullScreen | Signature: void showFullScreen Description: Method void QWidget::showFullScreen() |
showMaximized | Signature: void showMaximized Description: Method void QWidget::showMaximized() |
showMinimized | Signature: void showMinimized Description: Method void QWidget::showMinimized() |
showNormal | Signature: void showNormal Description: Method void QWidget::showNormal() |
size | Signature: [const] QSize size Description: Method QSize QWidget::size() Python specific notes: The object exposes a readable attribute 'size'. This is the getter.
|
sizeHint | Signature: [virtual,const] QSize sizeHint Description: Virtual method QSize QWidget::sizeHint()
This method can be reimplemented in a derived class. |
sizeIncrement | Signature: [const] QSize sizeIncrement Description: Method QSize QWidget::sizeIncrement() Python specific notes: The object exposes a readable attribute 'sizeIncrement'. This is the getter.
|
sizeIncrement= | Signature: 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.
|
sizePolicy | Signature: [const] QSizePolicy sizePolicy Description: Method QSizePolicy QWidget::sizePolicy() Python specific notes: The object exposes a readable attribute 'sizePolicy'. This is the getter.
|
sizePolicy= | Signature: void sizePolicy= (QSizePolicy arg1) Description: Method void QWidget::setSizePolicy(QSizePolicy) Python specific notes: The object exposes a writable attribute 'sizePolicy'. This is the setter.
|
stackUnder | Signature: void stackUnder (QWidget ptr arg1) Description: Method void QWidget::stackUnder(QWidget *) |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
statusTip | Signature: [const] string statusTip Description: Method QString QWidget::statusTip() Python specific notes: The object exposes a readable attribute 'statusTip'. This is the getter.
|
statusTip= | Signature: 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.
|
style | Signature: [const] QStyle ptr style Description: Method QStyle *QWidget::style() Python specific notes: The object exposes a readable attribute 'style'. This is the getter.
|
style= | Signature: 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.
|
styleChange | Signature: [virtual] void styleChange (QStyle arg1) Description: Virtual method void QWidget::styleChange(QStyle &)
This method can be reimplemented in a derived class. |
styleSheet | Signature: [const] string styleSheet Description: Method QString QWidget::styleSheet() Python specific notes: The object exposes a readable attribute 'styleSheet'. This is the getter.
|
styleSheet= | Signature: 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.
|
tabletEvent | Signature: [virtual] void tabletEvent (QTabletEvent ptr arg1) Description: Virtual method void QWidget::tabletEvent(QTabletEvent *)
This method can be reimplemented in a derived class. |
testAttribute | Signature: [const] bool testAttribute (const Qt_WidgetAttribute arg1) Description: Method bool QWidget::testAttribute(Qt::WidgetAttribute) |
timerEvent | Signature: [virtual] void timerEvent (QTimerEvent ptr arg1) Description: Virtual method void QWidget::timerEvent(QTimerEvent *)
This method can be reimplemented in a derived class. |
toolTip | Signature: [const] string toolTip Description: Method QString QWidget::toolTip() Python specific notes: The object exposes a readable attribute 'toolTip'. This is the getter.
|
toolTip= | Signature: 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.
|
topLevelWidget | Signature: [const] QWidget ptr topLevelWidget Description: Method QWidget *QWidget::topLevelWidget() |
tr | Signature: [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. |
Signature: [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. |
trUtf8 | Signature: [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. |
Signature: [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. |
underMouse | Signature: [const] bool underMouse Description: Method bool QWidget::underMouse() |
ungrabGesture | Signature: void ungrabGesture (const Qt_GestureType type) Description: Method void QWidget::ungrabGesture(Qt::GestureType type) |
unsetCursor | Signature: void unsetCursor Description: Method void QWidget::unsetCursor() |
unsetLayoutDirection | Signature: void unsetLayoutDirection Description: Method void QWidget::unsetLayoutDirection() |
unsetLocale | Signature: void unsetLocale Description: Method void QWidget::unsetLocale() |
update | Signature: void update Description: Method void QWidget::update() |
Signature: void update (int x,int y,int w,int h) Description: Method void QWidget::update(int x, int y, int w, int h) |
Signature: void update (const QRect arg1) Description: Method void QWidget::update(const QRect &) |
Signature: void update (const QRegion arg1) Description: Method void QWidget::update(const QRegion &) |
updateGeometry | Signature: void updateGeometry Description: Method void QWidget::updateGeometry() |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QWidget::updateMicroFocus()
This method is protected and can only be called from inside a derived class. |
updatesEnabled | Signature: [const] bool updatesEnabled Description: Method bool QWidget::updatesEnabled() Python specific notes: The object exposes a readable attribute 'updatesEnabled'. This is the getter.
|
updatesEnabled= | Signature: 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.
|
visible | Signature: [const] bool visible 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.
|
visible= | Signature: 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.
|
visibleRegion | Signature: [const] QRegion visibleRegion Description: Method QRegion QWidget::visibleRegion() |
whatsThis | Signature: [const] string whatsThis Description: Method QString QWidget::whatsThis() Python specific notes: The object exposes a readable attribute 'whatsThis'. This is the getter.
|
whatsThis= | Signature: 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.
|
wheelEvent | Signature: [virtual] void wheelEvent (QWheelEvent ptr arg1) Description: Virtual method void QWidget::wheelEvent(QWheelEvent *)
This method can be reimplemented in a derived class. |
width | Signature: [const] int width Description: Method () const Python specific notes: The object exposes a readable attribute 'width'. This is the getter.
|
winId | Signature: [const] unsigned long winId Description: Method WId QWidget::winId() |
window | Signature: [const] QWidget ptr window Description: Method QWidget *QWidget::window() |
windowActivationChange | Signature: [virtual] void windowActivationChange (bool arg1) Description: Virtual method void QWidget::windowActivationChange(bool)
This method can be reimplemented in a derived class. |
windowFilePath | Signature: [const] string windowFilePath Description: Method QString QWidget::windowFilePath() Python specific notes: The object exposes a readable attribute 'windowFilePath'. This is the getter.
|
windowFilePath= | Signature: 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.
|
windowFlags | Signature: [const] Qt_QFlags_WindowType windowFlags Description: Method QFlags<Qt::WindowType> QWidget::windowFlags() Python specific notes: The object exposes a readable attribute 'windowFlags'. This is the getter.
|
windowFlags= | Signature: void windowFlags= (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.
|
windowIcon | Signature: [const] QIcon windowIcon Description: Method QIcon QWidget::windowIcon() Python specific notes: The object exposes a readable attribute 'windowIcon'. This is the getter.
|
windowIcon= | Signature: 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.
|
windowIconText | Signature: [const] string windowIconText Description: Method QString QWidget::windowIconText() Python specific notes: The object exposes a readable attribute 'windowIconText'. This is the getter.
|
windowIconText= | Signature: 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.
|
windowModality | Signature: [const] Qt_WindowModality windowModality Description: 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.
|
windowModality= | Signature: 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.
|
windowModified | Signature: [const] bool windowModified Description: Method bool QWidget::isWindowModified() Python specific notes: The object exposes a readable attribute 'windowModified'. This is the getter.
|
windowModified= | Signature: void windowModified= (bool arg1) Description: Method void QWidget::setWindowModified(bool) Python specific notes: The object exposes a writable attribute 'windowModified'. This is the setter.
|
windowOpacity | Signature: [const] double windowOpacity Description: Method double QWidget::windowOpacity() Python specific notes: The object exposes a readable attribute 'windowOpacity'. This is the getter.
|
windowOpacity= | Signature: 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.
|
windowRole | Signature: [const] string windowRole Description: Method QString QWidget::windowRole() Python specific notes: The object exposes a readable attribute 'windowRole'. This is the getter.
|
windowRole= | Signature: 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.
|
windowState | Signature: [const] Qt_QFlags_WindowState windowState Description: Method QFlags<Qt::WindowState> QWidget::windowState() Python specific notes: The object exposes a readable attribute 'windowState'. This is the getter.
|
windowState= | Signature: void windowState= (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.
|
windowTitle | Signature: [const] string windowTitle Description: 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.
|
windowTitle= | Signature: 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.
|
windowType | Signature: [const] Qt_WindowType windowType Description: Method Qt::WindowType QWidget::windowType() |
x | Signature: [const] int x Description: Method int QWidget::x() Python specific notes: The object exposes a readable attribute 'x'. This is the getter.
|
y | Signature: [const] int y Description: Method int QWidget::y() Python specific notes: The object exposes a readable attribute 'y'. This is the getter.
|