BasicToolbar¶
-
class
glue.viewers.common.qt.toolbar.BasicToolbar(str, parent: QWidget = None) QToolBar(parent: QWidget = None)[source]¶ Bases:
PyQt5.QtWidgets.QToolBarCreate a new toolbar object
Attributes Summary
actionTriggered(self, QAction) [signal]
allowedAreasChanged(self, Union[Qt.ToolBarAreas, Qt.ToolBarArea]) [signal]
customContextMenuRequested(self, QPoint) [signal]
destroyed(self, object: QObject = None) [signal]
iconSizeChanged(self, QSize) [signal]
movableChanged(self, bool) [signal]
objectNameChanged(self, str) [signal]
orientationChanged(self, Qt.Orientation) [signal]
toolButtonStyleChanged(self, Qt.ToolButtonStyle) [signal]
topLevelChanged(self, bool) [signal]
visibilityChanged(self, bool) [signal]
windowIconChanged(self, QIcon) [signal]
windowIconTextChanged(self, str) [signal]
windowTitleChanged(self, str) [signal]
Methods Summary
actionAt()actionAt(self, int, int) -> QAction
actionEvent(self, QActionEvent)actions()activateWindow(self)activate_tool(self, tool)addAction(self, str) -> QAction addAction(self, QIcon, str) -> QAction addAction(self, str, PYQT_SLOT) -> QAction addAction(self, QIcon, str, PYQT_SLOT) -> QAction
addActions(self, Iterable[QAction])add_tool(self, tool)adjustSize(self)baseSize()changeEvent(self, QEvent)childAt()childAt(self, int, int) -> QWidget
childEvent(self, QChildEvent)children()cleanup(self)clear(self)clearFocus(self)clearMask(self)close()closeEvent(self, QCloseEvent)connectNotify(self, QMetaMethod)contextMenuEvent(self, QContextMenuEvent)create(self, window, initializeWindow, …)cursor()customEvent(self, QEvent)deactivate_tool(self, tool)deleteLater(self)depth()destroy(self, destroyWindow, destroySubWindows)devType()disconnect(self)disconnectNotify(self, QMetaMethod)dragEnterEvent(self, QDragEnterEvent)dragLeaveEvent(self, QDragLeaveEvent)dragMoveEvent(self, QDragMoveEvent)dropEvent(self, QDropEvent)dumpObjectInfo(self)dumpObjectTree(self)ensurePolished(self)enterEvent(self, QEvent)event()find()findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
focusInEvent(self, QFocusEvent)focusOutEvent(self, QFocusEvent)font()fontInfo()geometry()grab()grabGesture(self, Qt.GestureType, flags, …)grabKeyboard(self)grabMouse(self) grabMouse(self, …)hasFocus()height()heightMM()hide(self)hideEvent(self, QHideEvent)iconSize()inherits()initPainter(self, QPainter)initStyleOption(self, QStyleOptionToolBar)inputMethodEvent(self, QInputMethodEvent)insertAction(self, QAction, QAction)insertActions(self, QAction, Iterable[QAction])installEventFilter(self, QObject)isHidden()isModal()isWindow()keyPressEvent(self, QKeyEvent)keyReleaseEvent(self, QKeyEvent)killTimer(self, int)layout()leaveEvent(self, QEvent)locale()lower(self)mapFrom()mapTo()mask()metric()mouseDoubleClickEvent(self, QMouseEvent)mouseMoveEvent(self, QMouseEvent)mousePressEvent(self, QMouseEvent)mouseReleaseEvent(self, QMouseEvent)move(self, QPoint) move(self, int, int)moveEvent(self, QMoveEvent)moveToThread(self, QThread)overrideWindowFlags(self, …)overrideWindowState(self, …)paintEvent(self, QPaintEvent)palette()parent()pos()property()Each keyword argument is either the name of a Qt property or a Qt signal.
raise_(self)rect()releaseKeyboard(self)releaseMouse(self)releaseShortcut(self, int)removeAction(self, QAction)removeEventFilter(self, QObject)render(self, QPaintDevice, targetOffset, …)repaint(self) repaint repaint repaint(self, …)resize(self, QSize) resize(self, int, int)resizeEvent(self, QResizeEvent)scroll(self, int, int) scroll(self, int, …)sender()setAcceptDrops(self, bool)setAccessibleDescription(self, str)setAccessibleName(self, str)setAllowedAreas(self, Union[Qt.ToolBarAreas, …)setAttribute(self, Qt.WidgetAttribute, on)setAutoFillBackground(self, bool)setBackgroundRole(self, QPalette.ColorRole)setBaseSize(self, int, …)setContentsMargins(self, int, int, int, …)setContextMenuPolicy(self, Qt.ContextMenuPolicy)setCursor(self, Union[QCursor, Qt.CursorShape])setDisabled(self, bool)setEnabled(self, bool)setFixedHeight(self, int)setFixedSize(self, QSize) setFixedSize(self, …)setFixedWidth(self, int)setFloatable(self, bool)setFocus(self) setFocus(self, Qt.FocusReason)setFocusPolicy(self, Qt.FocusPolicy)setFocusProxy(self, QWidget)setFont(self, QFont)setForegroundRole(self, QPalette.ColorRole)setGeometry(self, QRect) setGeometry(self, …)setGraphicsEffect(self, QGraphicsEffect)setHidden(self, bool)setIconSize(self, QSize)setInputMethodHints(self, …)setLayout(self, QLayout)setLayoutDirection(self, Qt.LayoutDirection)setLocale(self, QLocale)setMask(self, QBitmap) setMask(self, QRegion)setMaximumHeight(self, int)setMaximumSize(self, int, …)setMaximumWidth(self, int)setMinimumHeight(self, int)setMinimumSize(self, int, …)setMinimumWidth(self, int)setMouseTracking(self, bool)setMovable(self, bool)setObjectName(self, str)setOrientation(self, Qt.Orientation)setPalette(self, QPalette)setParent(self, QWidget) setParent(self, …)setShortcutAutoRepeat(self, int, enabled)setShortcutEnabled(self, int, enabled)setSizeIncrement(self, int, …)setSizePolicy(self, …)setStatusTip(self, str)setStyle(self, QStyle)setStyleSheet(self, str)setTabOrder(QWidget, QWidget)setTabletTracking(self, bool)setToolButtonStyle(self, Qt.ToolButtonStyle)setToolTip(self, str)setToolTipDuration(self, int)setUpdatesEnabled(self, bool)setVisible(self, bool)setWhatsThis(self, str)setWindowFilePath(self, str)setWindowFlag(self, Qt.WindowType, on)setWindowFlags(self, Union[Qt.WindowFlags, …)setWindowIcon(self, QIcon)setWindowIconText(self, str)setWindowModality(self, Qt.WindowModality)setWindowModified(self, bool)setWindowOpacity(self, float)setWindowRole(self, str)setWindowState(self, Union[Qt.WindowStates, …)setWindowTitle(self, str)setup_default_modes(self)show(self)showEvent(self, QShowEvent)showFullScreen(self)showMaximized(self)showMinimized(self)showNormal(self)size()sizeHint()stackUnder(self, QWidget)style()tabletEvent(self, QTabletEvent)thread()timerEvent(self, QTimerEvent)toolTip()tr()ungrabGesture(self, Qt.GestureType)unsetCursor(self)unsetLayoutDirection(self)unsetLocale(self)update(self) update update update(self, int, …)updateGeometry(self)updateMicroFocus(self)wheelEvent(self, QWheelEvent)width()widthMM()winId()window()x()y()Attributes Documentation
-
DrawChildren= 2¶
-
DrawWindowBackground= 1¶
-
IgnoreMask= 4¶
-
PdmDepth= 6¶
-
PdmDevicePixelRatio= 11¶
-
PdmDevicePixelRatioScaled= 12¶
-
PdmDpiX= 7¶
-
PdmDpiY= 8¶
-
PdmHeight= 2¶
-
PdmHeightMM= 4¶
-
PdmNumColors= 5¶
-
PdmPhysicalDpiX= 9¶
-
PdmPhysicalDpiY= 10¶
-
PdmWidth= 1¶
-
PdmWidthMM= 3¶
-
actionTriggered¶ actionTriggered(self, QAction) [signal]
-
allowedAreasChanged¶ allowedAreasChanged(self, Union[Qt.ToolBarAreas, Qt.ToolBarArea]) [signal]
-
customContextMenuRequested¶ customContextMenuRequested(self, QPoint) [signal]
-
destroyed¶ destroyed(self, object: QObject = None) [signal]
-
iconSizeChanged¶ iconSizeChanged(self, QSize) [signal]
-
movableChanged¶ movableChanged(self, bool) [signal]
-
objectNameChanged¶ objectNameChanged(self, str) [signal]
-
orientationChanged¶ orientationChanged(self, Qt.Orientation) [signal]
-
staticMetaObject= <PyQt5.QtCore.QMetaObject object>¶
-
toolButtonStyleChanged¶ toolButtonStyleChanged(self, Qt.ToolButtonStyle) [signal]
-
tool_activated¶
-
tool_deactivated¶
-
topLevelChanged¶ topLevelChanged(self, bool) [signal]
-
visibilityChanged¶ visibilityChanged(self, bool) [signal]
-
windowIconChanged¶ windowIconChanged(self, QIcon) [signal]
-
windowIconTextChanged¶ windowIconTextChanged(self, str) [signal]
-
windowTitleChanged¶ windowTitleChanged(self, str) [signal]
Methods Documentation
-
acceptDrops()¶
-
accessibleDescription()¶
-
accessibleName()¶
-
actionAt()¶ actionAt(self, int, int) -> QAction
-
actionEvent(self, QActionEvent)¶
-
actionGeometry()¶
-
actions()¶
-
activateWindow(self)¶
-
addAction()¶ addAction(self, str) -> QAction addAction(self, QIcon, str) -> QAction addAction(self, str, PYQT_SLOT) -> QAction addAction(self, QIcon, str, PYQT_SLOT) -> QAction
-
addActions(self, Iterable[QAction])¶
-
addSeparator()¶
-
addWidget()¶
-
adjustSize(self)¶
-
allowedAreas()¶
-
autoFillBackground()¶
-
backgroundRole()¶
-
baseSize()¶
-
blockSignals()¶
-
changeEvent(self, QEvent)¶
-
childAt()¶ childAt(self, int, int) -> QWidget
-
childEvent(self, QChildEvent)¶
-
children()¶
-
childrenRect()¶
-
childrenRegion()¶
-
clear(self)¶
-
clearFocus(self)¶
-
clearMask(self)¶
-
close()¶
-
closeEvent(self, QCloseEvent)¶
-
colorCount()¶
-
connectNotify(self, QMetaMethod)¶
-
contentsMargins()¶
-
contentsRect()¶
-
contextMenuEvent(self, QContextMenuEvent)¶
-
contextMenuPolicy()¶
-
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
-
createWindowContainer()¶
-
cursor()¶
-
customEvent(self, QEvent)¶
-
deleteLater(self)¶
-
depth()¶
-
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
-
devType()¶
-
devicePixelRatio()¶
-
devicePixelRatioF()¶
-
devicePixelRatioFScale()¶
-
disconnect(self)¶
-
disconnectNotify(self, QMetaMethod)¶
-
dragEnterEvent(self, QDragEnterEvent)¶
-
dragLeaveEvent(self, QDragLeaveEvent)¶
-
dragMoveEvent(self, QDragMoveEvent)¶
-
dropEvent(self, QDropEvent)¶
-
dumpObjectInfo(self)¶
-
dumpObjectTree(self)¶
-
dynamicPropertyNames()¶
-
effectiveWinId()¶
-
ensurePolished(self)¶
-
enterEvent(self, QEvent)¶
-
event()¶
-
eventFilter()¶
-
find()¶
-
findChild()¶ findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
-
findChildren()¶ findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegExp, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, type, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject] findChildren(self, Tuple, QRegularExpression, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
-
focusInEvent(self, QFocusEvent)¶
-
focusNextChild()¶
-
focusNextPrevChild()¶
-
focusOutEvent(self, QFocusEvent)¶
-
focusPolicy()¶
-
focusPreviousChild()¶
-
focusProxy()¶
-
focusWidget()¶
-
font()¶
-
fontInfo()¶
-
fontMetrics()¶
-
foregroundRole()¶
-
frameGeometry()¶
-
frameSize()¶
-
geometry()¶
-
getContentsMargins()¶
-
grab()¶
-
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())¶
-
grabKeyboard(self)¶
-
grabMouse(self) grabMouse(self, Union[QCursor, Qt.CursorShape])¶
-
grabShortcut()¶
-
graphicsEffect()¶
-
graphicsProxyWidget()¶
-
hasFocus()¶
-
hasHeightForWidth()¶
-
hasMouseTracking()¶
-
hasTabletTracking()¶
-
height()¶
-
heightForWidth()¶
-
heightMM()¶
-
hide(self)¶
-
hideEvent(self, QHideEvent)¶
-
iconSize()¶
-
inherits()¶
-
initPainter(self, QPainter)¶
-
initStyleOption(self, QStyleOptionToolBar)¶
-
inputMethodEvent(self, QInputMethodEvent)¶
-
inputMethodHints()¶
-
inputMethodQuery()¶
-
insertAction(self, QAction, QAction)¶
-
insertActions(self, QAction, Iterable[QAction])¶
-
insertSeparator()¶
-
insertWidget()¶
-
installEventFilter(self, QObject)¶
-
isActiveWindow()¶
-
isAncestorOf()¶
-
isAreaAllowed()¶
-
isEnabled()¶
-
isEnabledTo()¶
-
isFloatable()¶
-
isFloating()¶
-
isFullScreen()¶
-
isHidden()¶
-
isLeftToRight()¶
-
isMaximized()¶
-
isMinimized()¶
-
isModal()¶
-
isMovable()¶
-
isRightToLeft()¶
-
isSignalConnected()¶
-
isVisible()¶
-
isVisibleTo()¶
-
isWidgetType()¶
-
isWindow()¶
-
isWindowModified()¶
-
isWindowType()¶
-
keyPressEvent(self, QKeyEvent)¶
-
keyReleaseEvent(self, QKeyEvent)¶
-
keyboardGrabber()¶
-
killTimer(self, int)¶
-
layout()¶
-
layoutDirection()¶
-
leaveEvent(self, QEvent)¶
-
locale()¶
-
logicalDpiX()¶
-
logicalDpiY()¶
-
lower(self)¶
-
mapFrom()¶
-
mapFromGlobal()¶
-
mapFromParent()¶
-
mapTo()¶
-
mapToGlobal()¶
-
mapToParent()¶
-
mask()¶
-
maximumHeight()¶
-
maximumSize()¶
-
maximumWidth()¶
-
metaObject()¶
-
metric()¶
-
minimumHeight()¶
-
minimumSize()¶
-
minimumSizeHint()¶
-
minimumWidth()¶
-
mouseDoubleClickEvent(self, QMouseEvent)¶
-
mouseGrabber()¶
-
mouseMoveEvent(self, QMouseEvent)¶
-
mousePressEvent(self, QMouseEvent)¶
-
mouseReleaseEvent(self, QMouseEvent)¶
-
move(self, QPoint) move(self, int, int)¶
-
moveEvent(self, QMoveEvent)¶
-
moveToThread(self, QThread)¶
-
nativeEvent()¶
-
nativeParentWidget()¶
-
nextInFocusChain()¶
-
normalGeometry()¶
-
objectName()¶
-
orientation()¶
-
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
paintEngine()¶
-
paintEvent(self, QPaintEvent)¶
-
paintingActive()¶
-
palette()¶
-
parent()¶
-
parentWidget()¶
-
physicalDpiX()¶
-
physicalDpiY()¶
-
pos()¶
-
previousInFocusChain()¶
-
property()¶
-
pyqtConfigure(...)¶ Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
-
raise_(self)¶
-
receivers()¶
-
rect()¶
-
releaseKeyboard(self)¶
-
releaseMouse(self)¶
-
releaseShortcut(self, int)¶
-
removeAction(self, QAction)¶
-
removeEventFilter(self, QObject)¶
-
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren)) render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.DrawWindowBackground|QWidget.DrawChildren))¶
-
repaint(self) repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)¶
-
resize(self, QSize) resize(self, int, int)¶
-
resizeEvent(self, QResizeEvent)¶
-
restoreGeometry()¶
-
saveGeometry()¶
-
scroll(self, int, int) scroll(self, int, int, QRect)¶
-
sender()¶
-
senderSignalIndex()¶
-
setAcceptDrops(self, bool)¶
-
setAccessibleDescription(self, str)¶
-
setAccessibleName(self, str)¶
-
setAllowedAreas(self, Union[Qt.ToolBarAreas, Qt.ToolBarArea])¶
-
setAttribute(self, Qt.WidgetAttribute, on: bool = True)¶
-
setAutoFillBackground(self, bool)¶
-
setBackgroundRole(self, QPalette.ColorRole)¶
-
setBaseSize(self, int, int) setBaseSize(self, QSize)¶
-
setContentsMargins(self, int, int, int, int) setContentsMargins(self, QMargins)¶
-
setContextMenuPolicy(self, Qt.ContextMenuPolicy)¶
-
setCursor(self, Union[QCursor, Qt.CursorShape])¶
-
setDisabled(self, bool)¶
-
setEnabled(self, bool)¶
-
setFixedHeight(self, int)¶
-
setFixedSize(self, QSize) setFixedSize(self, int, int)¶
-
setFixedWidth(self, int)¶
-
setFloatable(self, bool)¶
-
setFocus(self) setFocus(self, Qt.FocusReason)¶
-
setFocusPolicy(self, Qt.FocusPolicy)¶
-
setFocusProxy(self, QWidget)¶
-
setFont(self, QFont)¶
-
setForegroundRole(self, QPalette.ColorRole)¶
-
setGeometry(self, QRect) setGeometry(self, int, int, int, int)¶
-
setGraphicsEffect(self, QGraphicsEffect)¶
-
setHidden(self, bool)¶
-
setIconSize(self, QSize)¶
-
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])¶
-
setLayout(self, QLayout)¶
-
setLayoutDirection(self, Qt.LayoutDirection)¶
-
setLocale(self, QLocale)¶
-
setMask(self, QBitmap) setMask(self, QRegion)¶
-
setMaximumHeight(self, int)¶
-
setMaximumSize(self, int, int) setMaximumSize(self, QSize)¶
-
setMaximumWidth(self, int)¶
-
setMinimumHeight(self, int)¶
-
setMinimumSize(self, int, int) setMinimumSize(self, QSize)¶
-
setMinimumWidth(self, int)¶
-
setMouseTracking(self, bool)¶
-
setMovable(self, bool)¶
-
setObjectName(self, str)¶
-
setOrientation(self, Qt.Orientation)¶
-
setPalette(self, QPalette)¶
-
setParent(self, QWidget) setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])¶
-
setProperty()¶
-
setShortcutAutoRepeat(self, int, enabled: bool = True)¶
-
setShortcutEnabled(self, int, enabled: bool = True)¶
-
setSizeIncrement(self, int, int) setSizeIncrement(self, QSize)¶
-
setSizePolicy(self, QSizePolicy) setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)¶
-
setStatusTip(self, str)¶
-
setStyle(self, QStyle)¶
-
setStyleSheet(self, str)¶
-
setTabOrder(QWidget, QWidget)¶
-
setTabletTracking(self, bool)¶
-
setToolButtonStyle(self, Qt.ToolButtonStyle)¶
-
setToolTip(self, str)¶
-
setToolTipDuration(self, int)¶
-
setUpdatesEnabled(self, bool)¶
-
setVisible(self, bool)¶
-
setWhatsThis(self, str)¶
-
setWindowFilePath(self, str)¶
-
setWindowFlag(self, Qt.WindowType, on: bool = True)¶
-
setWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])¶
-
setWindowIcon(self, QIcon)¶
-
setWindowIconText(self, str)¶
-
setWindowModality(self, Qt.WindowModality)¶
-
setWindowModified(self, bool)¶
-
setWindowOpacity(self, float)¶
-
setWindowRole(self, str)¶
-
setWindowState(self, Union[Qt.WindowStates, Qt.WindowState])¶
-
setWindowTitle(self, str)¶
-
show(self)¶
-
showEvent(self, QShowEvent)¶
-
showFullScreen(self)¶
-
showMaximized(self)¶
-
showMinimized(self)¶
-
showNormal(self)¶
-
signalsBlocked()¶
-
size()¶
-
sizeHint()¶
-
sizeIncrement()¶
-
sizePolicy()¶
-
stackUnder(self, QWidget)¶
-
startTimer()¶
-
statusTip()¶
-
style()¶
-
styleSheet()¶
-
tabletEvent(self, QTabletEvent)¶
-
testAttribute()¶
-
thread()¶
-
timerEvent(self, QTimerEvent)¶
-
toggleViewAction()¶
-
toolButtonStyle()¶
-
toolTip()¶
-
toolTipDuration()¶
-
tr()¶
-
underMouse()¶
-
ungrabGesture(self, Qt.GestureType)¶
-
unsetCursor(self)¶
-
unsetLayoutDirection(self)¶
-
unsetLocale(self)¶
-
update(self) update(self, QRect) update(self, QRegion) update(self, int, int, int, int)¶
-
updateGeometry(self)¶
-
updateMicroFocus(self)¶
-
updatesEnabled()¶
-
visibleRegion()¶
-
whatsThis()¶
-
wheelEvent(self, QWheelEvent)¶
-
widgetForAction()¶
-
width()¶
-
widthMM()¶
-
winId()¶
-
window()¶
-
windowFilePath()¶
-
windowFlags()¶
-
windowHandle()¶
-
windowIcon()¶
-
windowIconText()¶
-
windowModality()¶
-
windowOpacity()¶
-
windowRole()¶
-
windowState()¶
-
windowTitle()¶
-
windowType()¶
-
x()¶
-
y()¶
-