|
- Method resolution order:
- MainWindow
- PySide6.QtWidgets.QMainWindow
- PySide6.QtWidgets.QWidget
- PySide6.QtCore.QObject
- PySide6.QtGui.QPaintDevice
- Shiboken.Object
- IasAlarmGui.ui_alarm_gui.Ui_AlarmGui
- builtins.object
Methods defined here:
- __init__(self, ias_cdb, parent=None)
- __init__(self, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags)) -> None
Initialize self. See help(type(self)) for accurate signature.
- connectToIas(self, bsdb_brokers: str) -> None
- Connect to the IAS passing the table model as listener
This function runs in a thread
- fill_details(self, ias_value: IasBasicTypes.IasValue.IasValue) -> None
- Fills the details in the right side of the GUI
with the details of the IasValue
Args:
ias_value: the IasValue whose fields will be shown in the details
- onTableSelectionChanged(self, selected, deselected)
- The user seleted one row of the table: fills the
details in the right side of the GUI
- on_ConnectDialog_finished(self)
- # @Slot()
- on_action_About_triggered(self)
- on_action_Connect_triggered(self)
- on_action_Pause_toggled(self)
- on_action_Remove_cleared_toggled(self)
Data and other attributes defined here:
- staticMetaObject = PySide6.QtCore.QMetaObject("MainWindow" inherits...t, signature=on_action_Remove_cleared_toggled()
)
Methods inherited from PySide6.QtWidgets.QMainWindow:
- __delattr__(self, name, /)
- Implement delattr(self, name).
- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
- addDockWidget(...)
- addDockWidget(self, area: PySide6.QtCore.Qt.DockWidgetArea, dockwidget: PySide6.QtWidgets.QDockWidget) -> None
addDockWidget(self, area: PySide6.QtCore.Qt.DockWidgetArea, dockwidget: PySide6.QtWidgets.QDockWidget, orientation: PySide6.QtCore.Qt.Orientation) -> None
- addToolBar(...)
- addToolBar(self, area: PySide6.QtCore.Qt.ToolBarArea, toolbar: PySide6.QtWidgets.QToolBar) -> None
addToolBar(self, title: str) -> PySide6.QtWidgets.QToolBar
addToolBar(self, toolbar: PySide6.QtWidgets.QToolBar) -> None
- addToolBarBreak(...)
- addToolBarBreak(self, area: PySide6.QtCore.Qt.ToolBarArea = Instance(Qt.TopToolBarArea)) -> None
- centralWidget(...)
- centralWidget(self) -> PySide6.QtWidgets.QWidget
- contextMenuEvent(...)
- contextMenuEvent(self, event: PySide6.QtGui.QContextMenuEvent) -> None
- corner(...)
- corner(self, corner: PySide6.QtCore.Qt.Corner) -> PySide6.QtCore.Qt.DockWidgetArea
- createPopupMenu(...)
- createPopupMenu(self) -> PySide6.QtWidgets.QMenu
- dockOptions(...)
- dockOptions(self) -> PySide6.QtWidgets.QMainWindow.DockOption
- dockWidgetArea(...)
- dockWidgetArea(self, dockwidget: PySide6.QtWidgets.QDockWidget) -> PySide6.QtCore.Qt.DockWidgetArea
- documentMode(...)
- documentMode(self) -> bool
- event(...)
- event(self, event: PySide6.QtCore.QEvent) -> bool
- iconSize(...)
- iconSize(self) -> PySide6.QtCore.QSize
iconSizeChanged = <PySide6.QtCore.Signal object>
- insertToolBar(...)
- insertToolBar(self, before: PySide6.QtWidgets.QToolBar, toolbar: PySide6.QtWidgets.QToolBar) -> None
- insertToolBarBreak(...)
- insertToolBarBreak(self, before: PySide6.QtWidgets.QToolBar) -> None
- isAnimated(...)
- isAnimated(self) -> bool
- isDockNestingEnabled(...)
- isDockNestingEnabled(self) -> bool
- isSeparator(...)
- isSeparator(self, pos: PySide6.QtCore.QPoint) -> bool
- menuBar(...)
- menuBar(self) -> PySide6.QtWidgets.QMenuBar
- menuWidget(...)
- menuWidget(self) -> PySide6.QtWidgets.QWidget
- removeDockWidget(...)
- removeDockWidget(self, dockwidget: PySide6.QtWidgets.QDockWidget) -> None
- removeToolBar(...)
- removeToolBar(self, toolbar: PySide6.QtWidgets.QToolBar) -> None
- removeToolBarBreak(...)
- removeToolBarBreak(self, before: PySide6.QtWidgets.QToolBar) -> None
- resizeDocks(...)
- resizeDocks(self, docks: Sequence[PySide6.QtWidgets.QDockWidget], sizes: Sequence[int], orientation: PySide6.QtCore.Qt.Orientation) -> None
- restoreDockWidget(...)
- restoreDockWidget(self, dockwidget: PySide6.QtWidgets.QDockWidget) -> bool
- restoreState(...)
- restoreState(self, state: Union[PySide6.QtCore.QByteArray, bytes], version: int = 0) -> bool
- saveState(...)
- saveState(self, version: int = 0) -> PySide6.QtCore.QByteArray
- setAnimated(...)
- setAnimated(self, enabled: bool) -> None
- setCentralWidget(...)
- setCentralWidget(self, widget: PySide6.QtWidgets.QWidget) -> None
- setCorner(...)
- setCorner(self, corner: PySide6.QtCore.Qt.Corner, area: PySide6.QtCore.Qt.DockWidgetArea) -> None
- setDockNestingEnabled(...)
- setDockNestingEnabled(self, enabled: bool) -> None
- setDockOptions(...)
- setDockOptions(self, options: PySide6.QtWidgets.QMainWindow.DockOption) -> None
- setDocumentMode(...)
- setDocumentMode(self, enabled: bool) -> None
- setIconSize(...)
- setIconSize(self, iconSize: PySide6.QtCore.QSize) -> None
- setMenuBar(...)
- setMenuBar(self, menubar: PySide6.QtWidgets.QMenuBar) -> None
- setMenuWidget(...)
- setMenuWidget(self, menubar: PySide6.QtWidgets.QWidget) -> None
- setStatusBar(...)
- setStatusBar(self, statusbar: PySide6.QtWidgets.QStatusBar) -> None
- setTabPosition(...)
- setTabPosition(self, areas: PySide6.QtCore.Qt.DockWidgetArea, tabPosition: PySide6.QtWidgets.QTabWidget.TabPosition) -> None
- setTabShape(...)
- setTabShape(self, tabShape: PySide6.QtWidgets.QTabWidget.TabShape) -> None
- setToolButtonStyle(...)
- setToolButtonStyle(self, toolButtonStyle: PySide6.QtCore.Qt.ToolButtonStyle) -> None
- setUnifiedTitleAndToolBarOnMac(...)
- setUnifiedTitleAndToolBarOnMac(self, set: bool) -> None
- splitDockWidget(...)
- splitDockWidget(self, after: PySide6.QtWidgets.QDockWidget, dockwidget: PySide6.QtWidgets.QDockWidget, orientation: PySide6.QtCore.Qt.Orientation) -> None
- statusBar(...)
- statusBar(self) -> PySide6.QtWidgets.QStatusBar
- tabPosition(...)
- tabPosition(self, area: PySide6.QtCore.Qt.DockWidgetArea) -> PySide6.QtWidgets.QTabWidget.TabPosition
- tabShape(...)
- tabShape(self) -> PySide6.QtWidgets.QTabWidget.TabShape
tabifiedDockWidgetActivated = <PySide6.QtCore.Signal object>
- tabifiedDockWidgets(...)
- tabifiedDockWidgets(self, dockwidget: PySide6.QtWidgets.QDockWidget) -> List[PySide6.QtWidgets.QDockWidget]
- tabifyDockWidget(...)
- tabifyDockWidget(self, first: PySide6.QtWidgets.QDockWidget, second: PySide6.QtWidgets.QDockWidget) -> None
- takeCentralWidget(...)
- takeCentralWidget(self) -> PySide6.QtWidgets.QWidget
- toolBarArea(...)
- toolBarArea(self, toolbar: PySide6.QtWidgets.QToolBar) -> PySide6.QtCore.Qt.ToolBarArea
- toolBarBreak(...)
- toolBarBreak(self, toolbar: PySide6.QtWidgets.QToolBar) -> bool
- toolButtonStyle(...)
- toolButtonStyle(self) -> PySide6.QtCore.Qt.ToolButtonStyle
toolButtonStyleChanged = <PySide6.QtCore.Signal object>
- unifiedTitleAndToolBarOnMac(...)
- unifiedTitleAndToolBarOnMac(self) -> bool
Static methods inherited from PySide6.QtWidgets.QMainWindow:
- __new__(*args, **kwargs) from Shiboken.ObjectType
- Create and return a new object. See help(type) for accurate signature.
Data and other attributes inherited from PySide6.QtWidgets.QMainWindow:
- DockOption = <enum 'DockOption'>
- An enumeration.
Methods inherited from PySide6.QtWidgets.QWidget:
- __repr__(self, /)
- Return repr(self).
- acceptDrops(...)
- acceptDrops(self) -> bool
- accessibleDescription(...)
- accessibleDescription(self) -> str
- accessibleName(...)
- accessibleName(self) -> str
- actionEvent(...)
- actionEvent(self, event: PySide6.QtGui.QActionEvent) -> None
- actions(...)
- actions(self) -> List[PySide6.QtGui.QAction]
- activateWindow(...)
- activateWindow(self) -> None
- addAction(...)
- addAction(self, action: PySide6.QtGui.QAction) -> None
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str) -> PySide6.QtGui.QAction
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, callable: object) -> PySide6.QtGui.QAction
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int]) -> PySide6.QtGui.QAction
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], callable: object) -> PySide6.QtGui.QAction
addAction(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap], text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction
addAction(self, text: str) -> PySide6.QtGui.QAction
addAction(self, text: str, callable: object) -> PySide6.QtGui.QAction
addAction(self, text: str, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction
addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int]) -> PySide6.QtGui.QAction
addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], callable: object) -> PySide6.QtGui.QAction
addAction(self, text: str, shortcut: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtGui.QAction
- addActions(...)
- addActions(self, actions: Sequence[PySide6.QtGui.QAction]) -> None
- adjustSize(...)
- adjustSize(self) -> None
- autoFillBackground(...)
- autoFillBackground(self) -> bool
- backgroundRole(...)
- backgroundRole(self) -> PySide6.QtGui.QPalette.ColorRole
- backingStore(...)
- backingStore(self) -> PySide6.QtGui.QBackingStore
- baseSize(...)
- baseSize(self) -> PySide6.QtCore.QSize
- changeEvent(...)
- changeEvent(self, event: PySide6.QtCore.QEvent) -> None
- childAt(...)
- childAt(self, p: PySide6.QtCore.QPoint) -> PySide6.QtWidgets.QWidget
childAt(self, x: int, y: int) -> PySide6.QtWidgets.QWidget
- childrenRect(...)
- childrenRect(self) -> PySide6.QtCore.QRect
- childrenRegion(...)
- childrenRegion(self) -> PySide6.QtGui.QRegion
- clearFocus(...)
- clearFocus(self) -> None
- clearMask(...)
- clearMask(self) -> None
- close(...)
- close(self) -> bool
- closeEvent(...)
- closeEvent(self, event: PySide6.QtGui.QCloseEvent) -> None
- contentsMargins(...)
- contentsMargins(self) -> PySide6.QtCore.QMargins
- contentsRect(...)
- contentsRect(self) -> PySide6.QtCore.QRect
- contextMenuPolicy(...)
- contextMenuPolicy(self) -> PySide6.QtCore.Qt.ContextMenuPolicy
- create(...)
- create(self, arg__1: int = 0, initializeWindow: bool = True, destroyOldWindow: bool = True) -> None
- createWinId(...)
- createWinId(self) -> None
- cursor(...)
- cursor(self) -> PySide6.QtGui.QCursor
customContextMenuRequested = <PySide6.QtCore.Signal object>
- destroy(...)
- destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True) -> None
- devType(...)
- devType(self) -> int
- dragEnterEvent(...)
- dragEnterEvent(self, event: PySide6.QtGui.QDragEnterEvent) -> None
- dragLeaveEvent(...)
- dragLeaveEvent(self, event: PySide6.QtGui.QDragLeaveEvent) -> None
- dragMoveEvent(...)
- dragMoveEvent(self, event: PySide6.QtGui.QDragMoveEvent) -> None
- dropEvent(...)
- dropEvent(self, event: PySide6.QtGui.QDropEvent) -> None
- effectiveWinId(...)
- effectiveWinId(self) -> int
- ensurePolished(...)
- ensurePolished(self) -> None
- enterEvent(...)
- enterEvent(self, event: PySide6.QtGui.QEnterEvent) -> None
- focusInEvent(...)
- focusInEvent(self, event: PySide6.QtGui.QFocusEvent) -> None
- focusNextChild(...)
- focusNextChild(self) -> bool
- focusNextPrevChild(...)
- focusNextPrevChild(self, next: bool) -> bool
- focusOutEvent(...)
- focusOutEvent(self, event: PySide6.QtGui.QFocusEvent) -> None
- focusPolicy(...)
- focusPolicy(self) -> PySide6.QtCore.Qt.FocusPolicy
- focusPreviousChild(...)
- focusPreviousChild(self) -> bool
- focusProxy(...)
- focusProxy(self) -> PySide6.QtWidgets.QWidget
- focusWidget(...)
- focusWidget(self) -> PySide6.QtWidgets.QWidget
- font(...)
- font(self) -> PySide6.QtGui.QFont
- fontInfo(...)
- fontInfo(self) -> PySide6.QtGui.QFontInfo
- fontMetrics(...)
- fontMetrics(self) -> PySide6.QtGui.QFontMetrics
- foregroundRole(...)
- foregroundRole(self) -> PySide6.QtGui.QPalette.ColorRole
- frameGeometry(...)
- frameGeometry(self) -> PySide6.QtCore.QRect
- frameSize(...)
- frameSize(self) -> PySide6.QtCore.QSize
- geometry(...)
- geometry(self) -> PySide6.QtCore.QRect
- grab(...)
- grab(self, rectangle: PySide6.QtCore.QRect = PySide6.QtCore.QRect(0, 0, -1, -1)) -> PySide6.QtGui.QPixmap
- grabGesture(...)
- grabGesture(self, type: PySide6.QtCore.Qt.GestureType, flags: PySide6.QtCore.Qt.GestureFlag = Default(Qt.GestureFlags)) -> None
- grabKeyboard(...)
- grabKeyboard(self) -> None
- grabMouse(...)
- grabMouse(self) -> None
grabMouse(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) -> None
- grabShortcut(...)
- grabShortcut(self, key: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], context: PySide6.QtCore.Qt.ShortcutContext = Instance(Qt.WindowShortcut)) -> int
- graphicsEffect(...)
- graphicsEffect(self) -> PySide6.QtWidgets.QGraphicsEffect
- graphicsProxyWidget(...)
- graphicsProxyWidget(self) -> PySide6.QtWidgets.QGraphicsProxyWidget
- hasFocus(...)
- hasFocus(self) -> bool
- hasHeightForWidth(...)
- hasHeightForWidth(self) -> bool
- hasMouseTracking(...)
- hasMouseTracking(self) -> bool
- hasTabletTracking(...)
- hasTabletTracking(self) -> bool
- height(...)
- height(self) -> int
- heightForWidth(...)
- heightForWidth(self, arg__1: int) -> int
- hide(...)
- hide(self) -> None
- hideEvent(...)
- hideEvent(self, event: PySide6.QtGui.QHideEvent) -> None
- initPainter(...)
- initPainter(self, painter: PySide6.QtGui.QPainter) -> None
- inputMethodEvent(...)
- inputMethodEvent(self, event: PySide6.QtGui.QInputMethodEvent) -> None
- inputMethodHints(...)
- inputMethodHints(self) -> PySide6.QtCore.Qt.InputMethodHint
- inputMethodQuery(...)
- inputMethodQuery(self, arg__1: PySide6.QtCore.Qt.InputMethodQuery) -> Any
- insertAction(...)
- insertAction(self, before: PySide6.QtGui.QAction, action: PySide6.QtGui.QAction) -> None
- insertActions(...)
- insertActions(self, before: PySide6.QtGui.QAction, actions: Sequence[PySide6.QtGui.QAction]) -> None
- internalWinId(...)
- internalWinId(self) -> int
- isActiveWindow(...)
- isActiveWindow(self) -> bool
- isAncestorOf(...)
- isAncestorOf(self, child: PySide6.QtWidgets.QWidget) -> bool
- isEnabled(...)
- isEnabled(self) -> bool
- isEnabledTo(...)
- isEnabledTo(self, arg__1: PySide6.QtWidgets.QWidget) -> bool
- isFullScreen(...)
- isFullScreen(self) -> bool
- isHidden(...)
- isHidden(self) -> bool
- isLeftToRight(...)
- isLeftToRight(self) -> bool
- isMaximized(...)
- isMaximized(self) -> bool
- isMinimized(...)
- isMinimized(self) -> bool
- isModal(...)
- isModal(self) -> bool
- isRightToLeft(...)
- isRightToLeft(self) -> bool
- isTopLevel(...)
- isTopLevel(self) -> bool
- isVisible(...)
- isVisible(self) -> bool
- isVisibleTo(...)
- isVisibleTo(self, arg__1: PySide6.QtWidgets.QWidget) -> bool
- isWindow(...)
- isWindow(self) -> bool
- isWindowModified(...)
- isWindowModified(self) -> bool
- keyPressEvent(...)
- keyPressEvent(self, event: PySide6.QtGui.QKeyEvent) -> None
- keyReleaseEvent(...)
- keyReleaseEvent(self, event: PySide6.QtGui.QKeyEvent) -> None
- layout(...)
- layout(self) -> PySide6.QtWidgets.QLayout
- layoutDirection(...)
- layoutDirection(self) -> PySide6.QtCore.Qt.LayoutDirection
- leaveEvent(...)
- leaveEvent(self, event: PySide6.QtCore.QEvent) -> None
- locale(...)
- locale(self) -> PySide6.QtCore.QLocale
- lower(...)
- lower(self) -> None
- mapFrom(...)
- mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapFrom(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mapFromGlobal(...)
- mapFromGlobal(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapFromGlobal(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mapFromParent(...)
- mapFromParent(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapFromParent(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mapTo(...)
- mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapTo(self, arg__1: PySide6.QtWidgets.QWidget, arg__2: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mapToGlobal(...)
- mapToGlobal(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapToGlobal(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mapToParent(...)
- mapToParent(self, arg__1: PySide6.QtCore.QPoint) -> PySide6.QtCore.QPoint
mapToParent(self, arg__1: Union[PySide6.QtCore.QPointF, PySide6.QtCore.QPoint, PySide6.QtGui.QPainterPath.Element]) -> PySide6.QtCore.QPointF
- mask(...)
- mask(self) -> PySide6.QtGui.QRegion
- maximumHeight(...)
- maximumHeight(self) -> int
- maximumSize(...)
- maximumSize(self) -> PySide6.QtCore.QSize
- maximumWidth(...)
- maximumWidth(self) -> int
- metric(...)
- metric(self, arg__1: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) -> int
- minimumHeight(...)
- minimumHeight(self) -> int
- minimumSize(...)
- minimumSize(self) -> PySide6.QtCore.QSize
- minimumSizeHint(...)
- minimumSizeHint(self) -> PySide6.QtCore.QSize
- minimumWidth(...)
- minimumWidth(self) -> int
- mouseDoubleClickEvent(...)
- mouseDoubleClickEvent(self, event: PySide6.QtGui.QMouseEvent) -> None
- mouseMoveEvent(...)
- mouseMoveEvent(self, event: PySide6.QtGui.QMouseEvent) -> None
- mousePressEvent(...)
- mousePressEvent(self, event: PySide6.QtGui.QMouseEvent) -> None
- mouseReleaseEvent(...)
- mouseReleaseEvent(self, event: PySide6.QtGui.QMouseEvent) -> None
- move(...)
- move(self, arg__1: PySide6.QtCore.QPoint) -> None
move(self, x: int, y: int) -> None
- moveEvent(...)
- moveEvent(self, event: PySide6.QtGui.QMoveEvent) -> None
- nativeEvent(...)
- nativeEvent(self, eventType: Union[PySide6.QtCore.QByteArray, bytes], message: int) -> object
- nativeParentWidget(...)
- nativeParentWidget(self) -> PySide6.QtWidgets.QWidget
- nextInFocusChain(...)
- nextInFocusChain(self) -> PySide6.QtWidgets.QWidget
- normalGeometry(...)
- normalGeometry(self) -> PySide6.QtCore.QRect
- overrideWindowFlags(...)
- overrideWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) -> None
- overrideWindowState(...)
- overrideWindowState(self, state: PySide6.QtCore.Qt.WindowState) -> None
- paintEngine(...)
- paintEngine(self) -> PySide6.QtGui.QPaintEngine
- paintEvent(...)
- paintEvent(self, event: PySide6.QtGui.QPaintEvent) -> None
- palette(...)
- palette(self) -> PySide6.QtGui.QPalette
- parentWidget(...)
- parentWidget(self) -> PySide6.QtWidgets.QWidget
- pos(...)
- pos(self) -> PySide6.QtCore.QPoint
- previousInFocusChain(...)
- previousInFocusChain(self) -> PySide6.QtWidgets.QWidget
- raise_(...)
- raise_(self) -> None
- rect(...)
- rect(self) -> PySide6.QtCore.QRect
- redirected(...)
- redirected(self, offset: PySide6.QtCore.QPoint) -> PySide6.QtGui.QPaintDevice
- releaseKeyboard(...)
- releaseKeyboard(self) -> None
- releaseMouse(...)
- releaseMouse(self) -> None
- releaseShortcut(...)
- releaseShortcut(self, id: int) -> None
- removeAction(...)
- removeAction(self, action: PySide6.QtGui.QAction) -> None
- render(...)
- render(self, painter: PySide6.QtGui.QPainter, targetOffset: PySide6.QtCore.QPoint, sourceRegion: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect] = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) -> None
render(self, target: PySide6.QtGui.QPaintDevice, targetOffset: PySide6.QtCore.QPoint = Default(QPoint), sourceRegion: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect] = Default(QRegion), renderFlags: PySide6.QtWidgets.QWidget.RenderFlag = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) -> None
- repaint(...)
- repaint(self) -> None
repaint(self, arg__1: PySide6.QtCore.QRect) -> None
repaint(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None
repaint(self, x: int, y: int, w: int, h: int) -> None
- resize(...)
- resize(self, arg__1: PySide6.QtCore.QSize) -> None
resize(self, w: int, h: int) -> None
- resizeEvent(...)
- resizeEvent(self, event: PySide6.QtGui.QResizeEvent) -> None
- restoreGeometry(...)
- restoreGeometry(self, geometry: Union[PySide6.QtCore.QByteArray, bytes]) -> bool
- saveGeometry(...)
- saveGeometry(self) -> PySide6.QtCore.QByteArray
- screen(...)
- screen(self) -> PySide6.QtGui.QScreen
- scroll(...)
- scroll(self, dx: int, dy: int) -> None
scroll(self, dx: int, dy: int, arg__3: PySide6.QtCore.QRect) -> None
- setAcceptDrops(...)
- setAcceptDrops(self, on: bool) -> None
- setAccessibleDescription(...)
- setAccessibleDescription(self, description: str) -> None
- setAccessibleName(...)
- setAccessibleName(self, name: str) -> None
- setAttribute(...)
- setAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute, on: bool = True) -> None
- setAutoFillBackground(...)
- setAutoFillBackground(self, enabled: bool) -> None
- setBackgroundRole(...)
- setBackgroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) -> None
- setBaseSize(...)
- setBaseSize(self, arg__1: PySide6.QtCore.QSize) -> None
setBaseSize(self, basew: int, baseh: int) -> None
- setContentsMargins(...)
- setContentsMargins(self, left: int, top: int, right: int, bottom: int) -> None
setContentsMargins(self, margins: PySide6.QtCore.QMargins) -> None
- setContextMenuPolicy(...)
- setContextMenuPolicy(self, policy: PySide6.QtCore.Qt.ContextMenuPolicy) -> None
- setCursor(...)
- setCursor(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) -> None
- setDisabled(...)
- setDisabled(self, arg__1: bool) -> None
- setEnabled(...)
- setEnabled(self, arg__1: bool) -> None
- setFixedHeight(...)
- setFixedHeight(self, h: int) -> None
- setFixedSize(...)
- setFixedSize(self, arg__1: PySide6.QtCore.QSize) -> None
setFixedSize(self, w: int, h: int) -> None
- setFixedWidth(...)
- setFixedWidth(self, w: int) -> None
- setFocus(...)
- setFocus(self) -> None
setFocus(self, reason: PySide6.QtCore.Qt.FocusReason) -> None
- setFocusPolicy(...)
- setFocusPolicy(self, policy: PySide6.QtCore.Qt.FocusPolicy) -> None
- setFocusProxy(...)
- setFocusProxy(self, arg__1: PySide6.QtWidgets.QWidget) -> None
- setFont(...)
- setFont(self, arg__1: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None
- setForegroundRole(...)
- setForegroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) -> None
- setGeometry(...)
- setGeometry(self, arg__1: PySide6.QtCore.QRect) -> None
setGeometry(self, x: int, y: int, w: int, h: int) -> None
- setGraphicsEffect(...)
- setGraphicsEffect(self, effect: PySide6.QtWidgets.QGraphicsEffect) -> None
- setHidden(...)
- setHidden(self, hidden: bool) -> None
- setInputMethodHints(...)
- setInputMethodHints(self, hints: PySide6.QtCore.Qt.InputMethodHint) -> None
- setLayout(...)
- setLayout(self, arg__1: PySide6.QtWidgets.QLayout) -> None
- setLayoutDirection(...)
- setLayoutDirection(self, direction: PySide6.QtCore.Qt.LayoutDirection) -> None
- setLocale(...)
- setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None
- setMask(...)
- setMask(self, arg__1: Union[PySide6.QtGui.QBitmap, str]) -> None
setMask(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None
- setMaximumHeight(...)
- setMaximumHeight(self, maxh: int) -> None
- setMaximumSize(...)
- setMaximumSize(self, arg__1: PySide6.QtCore.QSize) -> None
setMaximumSize(self, maxw: int, maxh: int) -> None
- setMaximumWidth(...)
- setMaximumWidth(self, maxw: int) -> None
- setMinimumHeight(...)
- setMinimumHeight(self, minh: int) -> None
- setMinimumSize(...)
- setMinimumSize(self, arg__1: PySide6.QtCore.QSize) -> None
setMinimumSize(self, minw: int, minh: int) -> None
- setMinimumWidth(...)
- setMinimumWidth(self, minw: int) -> None
- setMouseTracking(...)
- setMouseTracking(self, enable: bool) -> None
- setPalette(...)
- setPalette(self, arg__1: Union[PySide6.QtGui.QPalette, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor]) -> None
- setParent(...)
- setParent(self, parent: Optional[PySide6.QtWidgets.QWidget]) -> None
setParent(self, parent: Optional[PySide6.QtWidgets.QWidget], f: PySide6.QtCore.Qt.WindowType) -> None
- setScreen(...)
- setScreen(self, arg__1: PySide6.QtGui.QScreen) -> None
- setShortcutAutoRepeat(...)
- setShortcutAutoRepeat(self, id: int, enable: bool = True) -> None
- setShortcutEnabled(...)
- setShortcutEnabled(self, id: int, enable: bool = True) -> None
- setSizeIncrement(...)
- setSizeIncrement(self, arg__1: PySide6.QtCore.QSize) -> None
setSizeIncrement(self, w: int, h: int) -> None
- setSizePolicy(...)
- setSizePolicy(self, arg__1: PySide6.QtWidgets.QSizePolicy) -> None
setSizePolicy(self, horizontal: PySide6.QtWidgets.QSizePolicy.Policy, vertical: PySide6.QtWidgets.QSizePolicy.Policy) -> None
- setStatusTip(...)
- setStatusTip(self, arg__1: str) -> None
- setStyle(...)
- setStyle(self, arg__1: PySide6.QtWidgets.QStyle) -> None
- setStyleSheet(...)
- setStyleSheet(self, styleSheet: str) -> None
- setTabletTracking(...)
- setTabletTracking(self, enable: bool) -> None
- setToolTip(...)
- setToolTip(self, arg__1: str) -> None
- setToolTipDuration(...)
- setToolTipDuration(self, msec: int) -> None
- setUpdatesEnabled(...)
- setUpdatesEnabled(self, enable: bool) -> None
- setVisible(...)
- setVisible(self, visible: bool) -> None
- setWhatsThis(...)
- setWhatsThis(self, arg__1: str) -> None
- setWindowFilePath(...)
- setWindowFilePath(self, filePath: str) -> None
- setWindowFlag(...)
- setWindowFlag(self, arg__1: PySide6.QtCore.Qt.WindowType, on: bool = True) -> None
- setWindowFlags(...)
- setWindowFlags(self, type: PySide6.QtCore.Qt.WindowType) -> None
- setWindowIcon(...)
- setWindowIcon(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap]) -> None
- setWindowIconText(...)
- setWindowIconText(self, arg__1: str) -> None
- setWindowModality(...)
- setWindowModality(self, windowModality: PySide6.QtCore.Qt.WindowModality) -> None
- setWindowModified(...)
- setWindowModified(self, arg__1: bool) -> None
- setWindowOpacity(...)
- setWindowOpacity(self, level: float) -> None
- setWindowRole(...)
- setWindowRole(self, arg__1: str) -> None
- setWindowState(...)
- setWindowState(self, state: PySide6.QtCore.Qt.WindowState) -> None
- setWindowTitle(...)
- setWindowTitle(self, arg__1: str) -> None
- sharedPainter(...)
- sharedPainter(self) -> PySide6.QtGui.QPainter
- show(...)
- show(self) -> None
- showEvent(...)
- showEvent(self, event: PySide6.QtGui.QShowEvent) -> None
- showFullScreen(...)
- showFullScreen(self) -> None
- showMaximized(...)
- showMaximized(self) -> None
- showMinimized(...)
- showMinimized(self) -> None
- showNormal(...)
- showNormal(self) -> None
- size(...)
- size(self) -> PySide6.QtCore.QSize
- sizeHint(...)
- sizeHint(self) -> PySide6.QtCore.QSize
- sizeIncrement(...)
- sizeIncrement(self) -> PySide6.QtCore.QSize
- sizePolicy(...)
- sizePolicy(self) -> PySide6.QtWidgets.QSizePolicy
- stackUnder(...)
- stackUnder(self, arg__1: PySide6.QtWidgets.QWidget) -> None
- statusTip(...)
- statusTip(self) -> str
- style(...)
- style(self) -> PySide6.QtWidgets.QStyle
- styleSheet(...)
- styleSheet(self) -> str
- tabletEvent(...)
- tabletEvent(self, event: PySide6.QtGui.QTabletEvent) -> None
- testAttribute(...)
- testAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute) -> bool
- toolTip(...)
- toolTip(self) -> str
- toolTipDuration(...)
- toolTipDuration(self) -> int
- topLevelWidget(...)
- topLevelWidget(self) -> PySide6.QtWidgets.QWidget
- underMouse(...)
- underMouse(self) -> bool
- ungrabGesture(...)
- ungrabGesture(self, type: PySide6.QtCore.Qt.GestureType) -> None
- unsetCursor(...)
- unsetCursor(self) -> None
- unsetLayoutDirection(...)
- unsetLayoutDirection(self) -> None
- unsetLocale(...)
- unsetLocale(self) -> None
- update(...)
- update(self) -> None
update(self, arg__1: PySide6.QtCore.QRect) -> None
update(self, arg__1: Union[PySide6.QtGui.QRegion, PySide6.QtGui.QBitmap, PySide6.QtGui.QPolygon, PySide6.QtCore.QRect]) -> None
update(self, x: int, y: int, w: int, h: int) -> None
- updateGeometry(...)
- updateGeometry(self) -> None
- updateMicroFocus(...)
- updateMicroFocus(self, query: PySide6.QtCore.Qt.InputMethodQuery = Instance(Qt.ImQueryAll)) -> None
- updatesEnabled(...)
- updatesEnabled(self) -> bool
- visibleRegion(...)
- visibleRegion(self) -> PySide6.QtGui.QRegion
- whatsThis(...)
- whatsThis(self) -> str
- wheelEvent(...)
- wheelEvent(self, event: PySide6.QtGui.QWheelEvent) -> None
- width(...)
- width(self) -> int
- winId(...)
- winId(self) -> int
- window(...)
- window(self) -> PySide6.QtWidgets.QWidget
- windowFilePath(...)
- windowFilePath(self) -> str
- windowFlags(...)
- windowFlags(self) -> PySide6.QtCore.Qt.WindowType
- windowHandle(...)
- windowHandle(self) -> PySide6.QtGui.QWindow
- windowIcon(...)
- windowIcon(self) -> PySide6.QtGui.QIcon
windowIconChanged = <PySide6.QtCore.Signal object>
- windowIconText(...)
- windowIconText(self) -> str
windowIconTextChanged = <PySide6.QtCore.Signal object>
- windowModality(...)
- windowModality(self) -> PySide6.QtCore.Qt.WindowModality
- windowOpacity(...)
- windowOpacity(self) -> float
- windowRole(...)
- windowRole(self) -> str
- windowState(...)
- windowState(self) -> PySide6.QtCore.Qt.WindowState
- windowTitle(...)
- windowTitle(self) -> str
windowTitleChanged = <PySide6.QtCore.Signal object>
- windowType(...)
- windowType(self) -> PySide6.QtCore.Qt.WindowType
- x(...)
- x(self) -> int
- y(...)
- y(self) -> int
Static methods inherited from PySide6.QtWidgets.QWidget:
- createWindowContainer(...)
- createWindowContainer(window: PySide6.QtGui.QWindow, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags)) -> PySide6.QtWidgets.QWidget
- find(...)
- find(arg__1: int) -> PySide6.QtWidgets.QWidget
- keyboardGrabber(...)
- keyboardGrabber() -> PySide6.QtWidgets.QWidget
- mouseGrabber(...)
- mouseGrabber() -> PySide6.QtWidgets.QWidget
- setTabOrder(...)
- setTabOrder(arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtWidgets.QWidget) -> None
Data and other attributes inherited from PySide6.QtWidgets.QWidget:
- RenderFlag = <enum 'RenderFlag'>
- An enumeration.
Methods inherited from PySide6.QtCore.QObject:
- __getattribute__(self, name, /)
- Return getattr(self, name).
- blockSignals(...)
- blockSignals(self, b: bool) -> bool
- childEvent(...)
- childEvent(self, event: PySide6.QtCore.QChildEvent) -> None
- children(...)
- children(self) -> List[PySide6.QtCore.QObject]
- connectNotify(...)
- connectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None
- customEvent(...)
- customEvent(self, event: PySide6.QtCore.QEvent) -> None
- deleteLater(...)
- deleteLater(self) -> None
destroyed = <PySide6.QtCore.Signal object>
- disconnectNotify(...)
- disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None
- dumpObjectInfo(...)
- dumpObjectInfo(self) -> None
- dumpObjectTree(...)
- dumpObjectTree(self) -> None
- dynamicPropertyNames(...)
- dynamicPropertyNames(self) -> List[PySide6.QtCore.QByteArray]
- emit(...)
- emit(self, arg__1: bytes, *args: None) -> bool
- eventFilter(...)
- eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) -> bool
- findChild(...)
- findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> object
- findChildren(...)
- findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable
findChildren(self, type: type, pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable
- inherits(...)
- inherits(self, classname: bytes) -> bool
- installEventFilter(...)
- installEventFilter(self, filterObj: PySide6.QtCore.QObject) -> None
- isQuickItemType(...)
- isQuickItemType(self) -> bool
- isSignalConnected(...)
- isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) -> bool
- isWidgetType(...)
- isWidgetType(self) -> bool
- isWindowType(...)
- isWindowType(self) -> bool
- killTimer(...)
- killTimer(self, id: int) -> None
- metaObject(...)
- metaObject(self) -> PySide6.QtCore.QMetaObject
- moveToThread(...)
- moveToThread(self, thread: PySide6.QtCore.QThread) -> None
- objectName(...)
- objectName(self) -> str
objectNameChanged = <PySide6.QtCore.Signal object>
- parent(...)
- parent(self) -> PySide6.QtCore.QObject
- property(...)
- property(self, name: str) -> Any
- receivers(...)
- receivers(self, signal: bytes) -> int
- removeEventFilter(...)
- removeEventFilter(self, obj: PySide6.QtCore.QObject) -> None
- sender(...)
- sender(self) -> PySide6.QtCore.QObject
- senderSignalIndex(...)
- senderSignalIndex(self) -> int
- setObjectName(...)
- setObjectName(self, name: str) -> None
- setProperty(...)
- setProperty(self, name: str, value: Any) -> bool
- signalsBlocked(...)
- signalsBlocked(self) -> bool
- startTimer(...)
- startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) -> int
- thread(...)
- thread(self) -> PySide6.QtCore.QThread
- timerEvent(...)
- timerEvent(self, event: PySide6.QtCore.QTimerEvent) -> None
Class methods inherited from PySide6.QtCore.QObject:
- tr(...) from Shiboken.ObjectType
- tr(self, sourceText: str, disambiguation: Optional[str] = None, n: int = -1) -> str
Static methods inherited from PySide6.QtCore.QObject:
- connect(...)
- connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
- disconnect(...)
- disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) -> bool
disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) -> bool
disconnect(self, arg__1: bytes, arg__2: Callable) -> bool
disconnect(self, receiver: PySide6.QtCore.QObject, member: Optional[bytes] = None) -> bool
disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool
disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) -> bool
disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool
Methods inherited from PySide6.QtGui.QPaintDevice:
- colorCount(...)
- colorCount(self) -> int
- depth(...)
- depth(self) -> int
- devicePixelRatio(...)
- devicePixelRatio(self) -> float
- devicePixelRatioF(...)
- devicePixelRatioF(self) -> float
- heightMM(...)
- heightMM(self) -> int
- logicalDpiX(...)
- logicalDpiX(self) -> int
- logicalDpiY(...)
- logicalDpiY(self) -> int
- paintingActive(...)
- paintingActive(self) -> bool
- physicalDpiX(...)
- physicalDpiX(self) -> int
- physicalDpiY(...)
- physicalDpiY(self) -> int
- widthMM(...)
- widthMM(self) -> int
Static methods inherited from PySide6.QtGui.QPaintDevice:
- devicePixelRatioFScale(...)
- devicePixelRatioFScale() -> float
Data descriptors inherited from PySide6.QtGui.QPaintDevice:
- painters
Data and other attributes inherited from PySide6.QtGui.QPaintDevice:
- PaintDeviceMetric = <enum 'PaintDeviceMetric'>
- An enumeration.
Data descriptors inherited from Shiboken.Object:
- __dict__
Methods inherited from IasAlarmGui.ui_alarm_gui.Ui_AlarmGui:
- retranslateUi(self, AlarmGui)
- setupUi(self, AlarmGui)
Data descriptors inherited from IasAlarmGui.ui_alarm_gui.Ui_AlarmGui:
- __weakref__
- list of weak references to the object (if defined)
|