gemseo / wrappers

template_grammar_editor module

GUI for edition of templates for inputs and outputs files To be used by DiscFromExe

Run this file with no argument to open the GUI

class gemseo.wrappers.template_grammar_editor.QtTemplateEditor(in_sep='GEMSEO_INPUT', out_sep='GEMSEO_OUTPUT')[source]

Bases: QMainWindow

Parameters:
  • in_sep

    The separator name for the input tag.

    By default it is set to “GEMSEO_INPUT”.

  • out_sep

    The separator name for the output tag.

    By default it is set to “GEMSEO_OUTPUT”.

class DockOption

Bases: Enum

AllowNestedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AllowNestedDocks
AllowTabbedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AllowTabbedDocks
AnimatedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AnimatedDocks
ForceTabbedDocks = PySide6.QtWidgets.QMainWindow.DockOption.ForceTabbedDocks
GroupedDragging = PySide6.QtWidgets.QMainWindow.DockOption.GroupedDragging
VerticalTabs = PySide6.QtWidgets.QMainWindow.DockOption.VerticalTabs
name
values = {'AllowNestedDocks': PySide6.QtWidgets.QMainWindow.DockOption.AllowNestedDocks, 'AllowTabbedDocks': PySide6.QtWidgets.QMainWindow.DockOption.AllowTabbedDocks, 'AnimatedDocks': PySide6.QtWidgets.QMainWindow.DockOption.AnimatedDocks, 'ForceTabbedDocks': PySide6.QtWidgets.QMainWindow.DockOption.ForceTabbedDocks, 'GroupedDragging': PySide6.QtWidgets.QMainWindow.DockOption.GroupedDragging, 'VerticalTabs': PySide6.QtWidgets.QMainWindow.DockOption.VerticalTabs}
class DockOptions

Bases: object

class PaintDeviceMetric

Bases: Enum

PdmDepth = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
PdmDevicePixelRatio = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio
PdmDevicePixelRatioScaled = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled
PdmDpiX = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
PdmDpiY = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
PdmHeight = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight
PdmHeightMM = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM
PdmNumColors = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors
PdmPhysicalDpiX = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX
PdmPhysicalDpiY = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY
PdmWidth = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
PdmWidthMM = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM
name
values = {'PdmDepth': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth, 'PdmDevicePixelRatio': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio, 'PdmDevicePixelRatioScaled': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled, 'PdmDpiX': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX, 'PdmDpiY': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY, 'PdmHeight': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight, 'PdmHeightMM': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM, 'PdmNumColors': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors, 'PdmPhysicalDpiX': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX, 'PdmPhysicalDpiY': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY, 'PdmWidth': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth, 'PdmWidthMM': PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM}
class RenderFlag

Bases: Enum

DrawChildren = PySide6.QtWidgets.QWidget.RenderFlag.DrawChildren
DrawWindowBackground = PySide6.QtWidgets.QWidget.RenderFlag.DrawWindowBackground
IgnoreMask = PySide6.QtWidgets.QWidget.RenderFlag.IgnoreMask
name
values = {'DrawChildren': PySide6.QtWidgets.QWidget.RenderFlag.DrawChildren, 'DrawWindowBackground': PySide6.QtWidgets.QWidget.RenderFlag.DrawWindowBackground, 'IgnoreMask': PySide6.QtWidgets.QWidget.RenderFlag.IgnoreMask}
class RenderFlags

Bases: object

acceptDrops(self) bool
Return type:

bool

accessibleDescription(self) str
Return type:

str

accessibleName(self) str
Return type:

str

actionEvent(self, event: PySide6.QtGui.QActionEvent) None
Parameters:

event (QActionEvent) –

Return type:

None

actions(self) List[PySide6.QtGui.QAction]
Return type:

List[QAction]

activateWindow(self) None
Return type:

None

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 = PySide6.QtCore.Qt.ConnectionType.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 = PySide6.QtCore.Qt.ConnectionType.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 = PySide6.QtCore.Qt.ConnectionType.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 = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtGui.QAction
addActions(self, actions: Sequence[PySide6.QtGui.QAction]) None
Parameters:

actions (Sequence[QAction]) –

Return type:

None

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(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(self, area: PySide6.QtCore.Qt.ToolBarArea = PySide6.QtCore.Qt.ToolBarArea.TopToolBarArea) None
Parameters:

area (ToolBarArea) –

By default it is set to PySide6.QtCore.Qt.ToolBarArea.TopToolBarArea.

Return type:

None

add_action(name, status_tip, shortcut, connect)[source]

Add an action with a button and icon.

Parameters:
  • name – The name of the action.

  • status_tip – The tip for the user to browse with the mouse.

  • shortcut – The keyboard shortcut (Ctrl+S) for instance.

  • connect – The method to call at trigger.

adjustSize(self) None
Return type:

None

autoFillBackground(self) bool
Return type:

bool

backgroundRole(self) PySide6.QtGui.QPalette.ColorRole
Return type:

ColorRole

backingStore(self) PySide6.QtGui.QBackingStore
Return type:

QBackingStore

baseSize(self) PySide6.QtCore.QSize
Return type:

QSize

blockSignals(self, b: bool) bool
Parameters:

b (bool) –

Return type:

bool

centralWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

changeEvent(self, event: PySide6.QtCore.QEvent) None
Parameters:

event (QEvent) –

Return type:

None

childAt(self, p: PySide6.QtCore.QPoint) PySide6.QtWidgets.QWidget
childAt(self, x: int, y: int) PySide6.QtWidgets.QWidget
childEvent(self, event: PySide6.QtCore.QChildEvent) None
Parameters:

event (QChildEvent) –

Return type:

None

children(self) List[PySide6.QtCore.QObject]
Return type:

List[QObject]

childrenRect(self) PySide6.QtCore.QRect
Return type:

QRect

childrenRegion(self) PySide6.QtGui.QRegion
Return type:

QRegion

clearFocus(self) None
Return type:

None

clearMask(self) None
Return type:

None

close(self) bool
Return type:

bool

closeEvent(self, event: PySide6.QtGui.QCloseEvent) None
Parameters:

event (QCloseEvent) –

Return type:

None

colorCount(self) int
Return type:

int

static connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
static connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
static connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
static connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = PySide6.QtCore.Qt.ConnectionType.AutoConnection) PySide6.QtCore.QMetaObject.Connection
connectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
Parameters:

signal (QMetaMethod) –

Return type:

None

contentsMargins(self) PySide6.QtCore.QMargins
Return type:

QMargins

contentsRect(self) PySide6.QtCore.QRect
Return type:

QRect

contextMenuEvent(self, event: PySide6.QtGui.QContextMenuEvent) None
Parameters:

event (QContextMenuEvent) –

Return type:

None

contextMenuPolicy(self) PySide6.QtCore.Qt.ContextMenuPolicy
Return type:

ContextMenuPolicy

corner(self, corner: PySide6.QtCore.Qt.Corner) PySide6.QtCore.Qt.DockWidgetArea
Parameters:

corner (Corner) –

Return type:

DockWidgetArea

create(self, arg__1: int = 0, initializeWindow: bool = True, destroyOldWindow: bool = True) None
Parameters:
  • arg__1 (int) –

    By default it is set to 0.

  • initializeWindow (bool) –

    By default it is set to True.

  • destroyOldWindow (bool) –

    By default it is set to True.

Return type:

None

createPopupMenu(self) PySide6.QtWidgets.QMenu
Return type:

QMenu

createWinId(self) None
Return type:

None

static createWindowContainer(window: PySide6.QtGui.QWindow, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowFlags = Default(Qt.WindowFlags)) PySide6.QtWidgets.QWidget
Parameters:
  • window (QWindow) –

  • parent (Optional[QWidget]) –

  • flags (WindowFlags) –

    By default it is set to “Qt.WindowFlags”.

Return type:

QWidget

cursor(self) PySide6.QtGui.QCursor
Return type:

QCursor

customEvent(self, event: PySide6.QtCore.QEvent) None
Parameters:

event (QEvent) –

Return type:

None

deleteLater(self) None
Return type:

None

depth(self) int
Return type:

int

destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True) None
Parameters:
  • destroyWindow (bool) –

    By default it is set to True.

  • destroySubWindows (bool) –

    By default it is set to True.

Return type:

None

devType(self) int
Return type:

int

devicePixelRatio(self) float
Return type:

float

devicePixelRatioF(self) float
Return type:

float

static devicePixelRatioFScale() float
Return type:

float

static disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) bool
static disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) bool
static disconnect(self, arg__1: bytes, arg__2: Callable) bool
static disconnect(self, receiver: PySide6.QtCore.QObject, member: Optional[bytes] = None) bool
static disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) bool
static disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) bool
disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
Parameters:

signal (QMetaMethod) –

Return type:

None

dockOptions(self) PySide6.QtWidgets.QMainWindow.DockOptions
Return type:

DockOptions

dockWidgetArea(self, dockwidget: PySide6.QtWidgets.QDockWidget) PySide6.QtCore.Qt.DockWidgetArea
Parameters:

dockwidget (QDockWidget) –

Return type:

DockWidgetArea

documentMode(self) bool
Return type:

bool

dragEnterEvent(self, event: PySide6.QtGui.QDragEnterEvent) None
Parameters:

event (QDragEnterEvent) –

Return type:

None

dragLeaveEvent(self, event: PySide6.QtGui.QDragLeaveEvent) None
Parameters:

event (QDragLeaveEvent) –

Return type:

None

dragMoveEvent(self, event: PySide6.QtGui.QDragMoveEvent) None
Parameters:

event (QDragMoveEvent) –

Return type:

None

dropEvent(self, event: PySide6.QtGui.QDropEvent) None
Parameters:

event (QDropEvent) –

Return type:

None

dumpObjectInfo(self) None
Return type:

None

dumpObjectTree(self) None
Return type:

None

dynamicPropertyNames(self) List[PySide6.QtCore.QByteArray]
Return type:

List[QByteArray]

effectiveWinId(self) int
Return type:

int

emit(self, arg__1: bytes, *args: None) bool
Parameters:
  • arg__1 (bytes) –

  • args (None) –

Return type:

bool

ensurePolished(self) None
Return type:

None

enterEvent(self, event: PySide6.QtGui.QEnterEvent) None
Parameters:

event (QEnterEvent) –

Return type:

None

event(self, event: PySide6.QtCore.QEvent) bool
Parameters:

event (QEvent) –

Return type:

bool

eventFilter(self, watched: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) bool
Parameters:
  • watched (QObject) –

  • event (QEvent) –

Return type:

bool

static find(arg__1: int) PySide6.QtWidgets.QWidget
Parameters:

arg__1 (int) –

Return type:

QWidget

findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOptions = PySide6.QtCore.Qt.FindChildOption.FindChildrenRecursively) object
Parameters:
  • type (type) –

  • name (str) –

    By default it is set to {}.

  • options (FindChildOptions) –

    By default it is set to PySide6.QtCore.Qt.FindChildOption.FindChildrenRecursively.

Return type:

object

findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOptions = PySide6.QtCore.Qt.FindChildOption.FindChildrenRecursively) Iterable
findChildren(self, type: type, pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOptions = PySide6.QtCore.Qt.FindChildOption.FindChildrenRecursively) Iterable
focusInEvent(self, event: PySide6.QtGui.QFocusEvent) None
Parameters:

event (QFocusEvent) –

Return type:

None

focusNextChild(self) bool
Return type:

bool

focusNextPrevChild(self, next: bool) bool
Parameters:

next (bool) –

Return type:

bool

focusOutEvent(self, event: PySide6.QtGui.QFocusEvent) None
Parameters:

event (QFocusEvent) –

Return type:

None

focusPolicy(self) PySide6.QtCore.Qt.FocusPolicy
Return type:

FocusPolicy

focusPreviousChild(self) bool
Return type:

bool

focusProxy(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

focusWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

font(self) PySide6.QtGui.QFont
Return type:

QFont

fontInfo(self) PySide6.QtGui.QFontInfo
Return type:

QFontInfo

fontMetrics(self) PySide6.QtGui.QFontMetrics
Return type:

QFontMetrics

foregroundRole(self) PySide6.QtGui.QPalette.ColorRole
Return type:

ColorRole

frameGeometry(self) PySide6.QtCore.QRect
Return type:

QRect

frameSize(self) PySide6.QtCore.QSize
Return type:

QSize

geometry(self) PySide6.QtCore.QRect
Return type:

QRect

grab(self, rectangle: PySide6.QtCore.QRect = PySide6.QtCore.QRect(0, 0, -1, -1)) PySide6.QtGui.QPixmap
Parameters:

rectangle (QRect) –

By default it is set to PySide6.QtCore.QRect(0, 0, -1, -1).

Return type:

QPixmap

grabGesture(self, type: PySide6.QtCore.Qt.GestureType, flags: PySide6.QtCore.Qt.GestureFlags = Default(Qt.GestureFlags)) None
Parameters:
  • type (GestureType) –

  • flags (GestureFlags) –

    By default it is set to “Qt.GestureFlags”.

Return type:

None

grabKeyboard(self) None
Return type:

None

grabMouse(self) None
grabMouse(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) None
grabShortcut(self, key: Union[PySide6.QtGui.QKeySequence, PySide6.QtCore.QKeyCombination, PySide6.QtGui.QKeySequence.StandardKey, str, int], context: PySide6.QtCore.Qt.ShortcutContext = PySide6.QtCore.Qt.ShortcutContext.WindowShortcut) int
Parameters:
  • key (Union[QKeySequence, QKeyCombination, StandardKey, str, int]) –

  • context (ShortcutContext) –

    By default it is set to PySide6.QtCore.Qt.ShortcutContext.WindowShortcut.

Return type:

int

graphicsEffect(self) PySide6.QtWidgets.QGraphicsEffect
Return type:

QGraphicsEffect

graphicsProxyWidget(self) PySide6.QtWidgets.QGraphicsProxyWidget
Return type:

QGraphicsProxyWidget

hasFocus(self) bool
Return type:

bool

hasHeightForWidth(self) bool
Return type:

bool

hasMouseTracking(self) bool
Return type:

bool

hasTabletTracking(self) bool
Return type:

bool

height(self) int
Return type:

int

heightForWidth(self, arg__1: int) int
Parameters:

arg__1 (int) –

Return type:

int

heightMM(self) int
Return type:

int

hide(self) None
Return type:

None

hideEvent(self, event: PySide6.QtGui.QHideEvent) None
Parameters:

event (QHideEvent) –

Return type:

None

highlight(sep, color='red')[source]

Highlight some text.

Parameters:
  • sep – The regex that validates the text to highlight.

  • color

    The color to be used.

    By default it is set to “red”.

iconSize(self) PySide6.QtCore.QSize
Return type:

QSize

inherits(self, classname: bytes) bool
Parameters:

classname (bytes) –

Return type:

bool

initPainter(self, painter: PySide6.QtGui.QPainter) None
Parameters:

painter (QPainter) –

Return type:

None

inputMethodEvent(self, event: PySide6.QtGui.QInputMethodEvent) None
Parameters:

event (QInputMethodEvent) –

Return type:

None

inputMethodHints(self) PySide6.QtCore.Qt.InputMethodHints
Return type:

InputMethodHints

inputMethodQuery(self, arg__1: PySide6.QtCore.Qt.InputMethodQuery) Any
Parameters:

arg__1 (InputMethodQuery) –

Return type:

Any

insertAction(self, before: PySide6.QtGui.QAction, action: PySide6.QtGui.QAction) None
Parameters:
  • before (QAction) –

  • action (QAction) –

Return type:

None

insertActions(self, before: PySide6.QtGui.QAction, actions: Sequence[PySide6.QtGui.QAction]) None
Parameters:
  • before (QAction) –

  • actions (Sequence[QAction]) –

Return type:

None

insertToolBar(self, before: PySide6.QtWidgets.QToolBar, toolbar: PySide6.QtWidgets.QToolBar) None
Parameters:
  • before (QToolBar) –

  • toolbar (QToolBar) –

Return type:

None

insertToolBarBreak(self, before: PySide6.QtWidgets.QToolBar) None
Parameters:

before (QToolBar) –

Return type:

None

installEventFilter(self, filterObj: PySide6.QtCore.QObject) None
Parameters:

filterObj (QObject) –

Return type:

None

internalWinId(self) int
Return type:

int

isActiveWindow(self) bool
Return type:

bool

isAncestorOf(self, child: PySide6.QtWidgets.QWidget) bool
Parameters:

child (QWidget) –

Return type:

bool

isAnimated(self) bool
Return type:

bool

isDockNestingEnabled(self) bool
Return type:

bool

isEnabled(self) bool
Return type:

bool

isEnabledTo(self, arg__1: PySide6.QtWidgets.QWidget) bool
Parameters:

arg__1 (QWidget) –

Return type:

bool

isFullScreen(self) bool
Return type:

bool

isHidden(self) bool
Return type:

bool

isLeftToRight(self) bool
Return type:

bool

isMaximized(self) bool
Return type:

bool

isMinimized(self) bool
Return type:

bool

isModal(self) bool
Return type:

bool

isRightToLeft(self) bool
Return type:

bool

isSeparator(self, pos: PySide6.QtCore.QPoint) bool
Parameters:

pos (QPoint) –

Return type:

bool

isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) bool
Parameters:

signal (QMetaMethod) –

Return type:

bool

isTopLevel(self) bool
Return type:

bool

isVisible(self) bool
Return type:

bool

isVisibleTo(self, arg__1: PySide6.QtWidgets.QWidget) bool
Parameters:

arg__1 (QWidget) –

Return type:

bool

isWidgetType(self) bool
Return type:

bool

isWindow(self) bool
Return type:

bool

isWindowModified(self) bool
Return type:

bool

isWindowType(self) bool
Return type:

bool

keyPressEvent(self, event: PySide6.QtGui.QKeyEvent) None
Parameters:

event (QKeyEvent) –

Return type:

None

keyReleaseEvent(self, event: PySide6.QtGui.QKeyEvent) None
Parameters:

event (QKeyEvent) –

Return type:

None

static keyboardGrabber() PySide6.QtWidgets.QWidget
Return type:

QWidget

killTimer(self, id: int) None
Parameters:

id (int) –

Return type:

None

layout(self) PySide6.QtWidgets.QLayout
Return type:

QLayout

layoutDirection(self) PySide6.QtCore.Qt.LayoutDirection
Return type:

LayoutDirection

leaveEvent(self, event: PySide6.QtCore.QEvent) None
Parameters:

event (QEvent) –

Return type:

None

locale(self) PySide6.QtCore.QLocale
Return type:

QLocale

logicalDpiX(self) int
Return type:

int

logicalDpiY(self) int
Return type:

int

lower(self) None
Return type:

None

make_input()[source]

Make an input from the selected data.

make_output()[source]

Make an output from the selected data.

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(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(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(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(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(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(self) PySide6.QtGui.QRegion
Return type:

QRegion

maximumHeight(self) int
Return type:

int

maximumSize(self) PySide6.QtCore.QSize
Return type:

QSize

maximumWidth(self) int
Return type:

int

menuBar(self) PySide6.QtWidgets.QMenuBar
Return type:

QMenuBar

menuWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

metaObject(self) PySide6.QtCore.QMetaObject
Return type:

QMetaObject

metric(self, arg__1: PySide6.QtGui.QPaintDevice.PaintDeviceMetric) int
Parameters:

arg__1 (PaintDeviceMetric) –

Return type:

int

minimumHeight(self) int
Return type:

int

minimumSize(self) PySide6.QtCore.QSize
Return type:

QSize

minimumSizeHint(self) PySide6.QtCore.QSize
Return type:

QSize

minimumWidth(self) int
Return type:

int

mouseDoubleClickEvent(self, event: PySide6.QtGui.QMouseEvent) None
Parameters:

event (QMouseEvent) –

Return type:

None

static mouseGrabber() PySide6.QtWidgets.QWidget
Return type:

QWidget

mouseMoveEvent(self, event: PySide6.QtGui.QMouseEvent) None
Parameters:

event (QMouseEvent) –

Return type:

None

mousePressEvent(self, event: PySide6.QtGui.QMouseEvent) None
Parameters:

event (QMouseEvent) –

Return type:

None

mouseReleaseEvent(self, event: PySide6.QtGui.QMouseEvent) None
Parameters:

event (QMouseEvent) –

Return type:

None

move(self, arg__1: PySide6.QtCore.QPoint) None
move(self, x: int, y: int) None
moveEvent(self, event: PySide6.QtGui.QMoveEvent) None
Parameters:

event (QMoveEvent) –

Return type:

None

moveToThread(self, thread: PySide6.QtCore.QThread) None
Parameters:

thread (QThread) –

Return type:

None

nativeEvent(self, eventType: Union[PySide6.QtCore.QByteArray, bytes], message: int) Tuple[object, int]
Parameters:
Return type:

Tuple[object, int]

nativeParentWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

nextInFocusChain(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

normalGeometry(self) PySide6.QtCore.QRect
Return type:

QRect

objectName(self) str
Return type:

str

open_doc()[source]

Open the document for edition of the template.

overrideWindowFlags(self, type: PySide6.QtCore.Qt.WindowFlags) None
Parameters:

type (WindowFlags) –

Return type:

None

overrideWindowState(self, state: PySide6.QtCore.Qt.WindowStates) None
Parameters:

state (WindowStates) –

Return type:

None

paintEngine(self) PySide6.QtGui.QPaintEngine
Return type:

QPaintEngine

paintEvent(self, event: PySide6.QtGui.QPaintEvent) None
Parameters:

event (QPaintEvent) –

Return type:

None

paintingActive(self) bool
Return type:

bool

palette(self) PySide6.QtGui.QPalette
Return type:

QPalette

parent(self) PySide6.QtCore.QObject
Return type:

QObject

parentWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

physicalDpiX(self) int
Return type:

int

physicalDpiY(self) int
Return type:

int

pos(self) PySide6.QtCore.QPoint
Return type:

QPoint

previousInFocusChain(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

property(self, name: str) Any
Parameters:

name (str) –

Return type:

Any

raise_(self) None
Return type:

None

receivers(self, signal: bytes) int
Parameters:

signal (bytes) –

Return type:

int

rect(self) PySide6.QtCore.QRect
Return type:

QRect

redirected(self, offset: PySide6.QtCore.QPoint) PySide6.QtGui.QPaintDevice
Parameters:

offset (QPoint) –

Return type:

QPaintDevice

releaseKeyboard(self) None
Return type:

None

releaseMouse(self) None
Return type:

None

releaseShortcut(self, id: int) None
Parameters:

id (int) –

Return type:

None

removeAction(self, action: PySide6.QtGui.QAction) None
Parameters:

action (QAction) –

Return type:

None

removeDockWidget(self, dockwidget: PySide6.QtWidgets.QDockWidget) None
Parameters:

dockwidget (QDockWidget) –

Return type:

None

removeEventFilter(self, obj: PySide6.QtCore.QObject) None
Parameters:

obj (QObject) –

Return type:

None

removeToolBar(self, toolbar: PySide6.QtWidgets.QToolBar) None
Parameters:

toolbar (QToolBar) –

Return type:

None

removeToolBarBreak(self, before: PySide6.QtWidgets.QToolBar) None
Parameters:

before (QToolBar) –

Return type:

None

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.RenderFlags = 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.RenderFlags = Instance(QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))) None
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(self, arg__1: PySide6.QtCore.QSize) None
resize(self, w: int, h: int) None
resizeDocks(self, docks: Sequence[PySide6.QtWidgets.QDockWidget], sizes: Sequence[int], orientation: PySide6.QtCore.Qt.Orientation) None
Parameters:
Return type:

None

resizeEvent(self, event: PySide6.QtGui.QResizeEvent) None
Parameters:

event (QResizeEvent) –

Return type:

None

restoreDockWidget(self, dockwidget: PySide6.QtWidgets.QDockWidget) bool
Parameters:

dockwidget (QDockWidget) –

Return type:

bool

restoreGeometry(self, geometry: Union[PySide6.QtCore.QByteArray, bytes]) bool
Parameters:

geometry (Union[QByteArray, bytes]) –

Return type:

bool

restoreState(self, state: Union[PySide6.QtCore.QByteArray, bytes], version: int = 0) bool
Parameters:
  • state (Union[QByteArray, bytes]) –

  • version (int) –

    By default it is set to 0.

Return type:

bool

saveGeometry(self) PySide6.QtCore.QByteArray
Return type:

QByteArray

saveState(self, version: int = 0) PySide6.QtCore.QByteArray
Parameters:

version (int) –

By default it is set to 0.

Return type:

QByteArray

save_doc()[source]

Save the template to a file.

screen(self) PySide6.QtGui.QScreen
Return type:

QScreen

scroll(self, dx: int, dy: int) None
scroll(self, dx: int, dy: int, arg__3: PySide6.QtCore.QRect) None
sender(self) PySide6.QtCore.QObject
Return type:

QObject

senderSignalIndex(self) int
Return type:

int

setAcceptDrops(self, on: bool) None
Parameters:

on (bool) –

Return type:

None

setAccessibleDescription(self, description: str) None
Parameters:

description (str) –

Return type:

None

setAccessibleName(self, name: str) None
Parameters:

name (str) –

Return type:

None

setAnimated(self, enabled: bool) None
Parameters:

enabled (bool) –

Return type:

None

setAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute, on: bool = True) None
Parameters:
  • arg__1 (WidgetAttribute) –

  • on (bool) –

    By default it is set to True.

Return type:

None

setAutoFillBackground(self, enabled: bool) None
Parameters:

enabled (bool) –

Return type:

None

setBackgroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) None
Parameters:

arg__1 (ColorRole) –

Return type:

None

setBaseSize(self, arg__1: PySide6.QtCore.QSize) None
setBaseSize(self, basew: int, baseh: int) None
setCentralWidget(self, widget: PySide6.QtWidgets.QWidget) None
Parameters:

widget (QWidget) –

Return type:

None

setContentsMargins(self, left: int, top: int, right: int, bottom: int) None
setContentsMargins(self, margins: PySide6.QtCore.QMargins) None
setContextMenuPolicy(self, policy: PySide6.QtCore.Qt.ContextMenuPolicy) None
Parameters:

policy (ContextMenuPolicy) –

Return type:

None

setCorner(self, corner: PySide6.QtCore.Qt.Corner, area: PySide6.QtCore.Qt.DockWidgetArea) None
Parameters:
  • corner (Corner) –

  • area (DockWidgetArea) –

Return type:

None

setCursor(self, arg__1: Union[PySide6.QtGui.QCursor, PySide6.QtCore.Qt.CursorShape, PySide6.QtGui.QPixmap]) None
Parameters:

arg__1 (Union[QCursor, CursorShape, QPixmap]) –

Return type:

None

setDisabled(self, arg__1: bool) None
Parameters:

arg__1 (bool) –

Return type:

None

setDockNestingEnabled(self, enabled: bool) None
Parameters:

enabled (bool) –

Return type:

None

setDockOptions(self, options: PySide6.QtWidgets.QMainWindow.DockOptions) None
Parameters:

options (DockOptions) –

Return type:

None

setDocumentMode(self, enabled: bool) None
Parameters:

enabled (bool) –

Return type:

None

setEnabled(self, arg__1: bool) None
Parameters:

arg__1 (bool) –

Return type:

None

setFixedHeight(self, h: int) None
Parameters:

h (int) –

Return type:

None

setFixedSize(self, arg__1: PySide6.QtCore.QSize) None
setFixedSize(self, w: int, h: int) None
setFixedWidth(self, w: int) None
Parameters:

w (int) –

Return type:

None

setFocus(self) None
setFocus(self, reason: PySide6.QtCore.Qt.FocusReason) None
setFocusPolicy(self, policy: PySide6.QtCore.Qt.FocusPolicy) None
Parameters:

policy (FocusPolicy) –

Return type:

None

setFocusProxy(self, arg__1: PySide6.QtWidgets.QWidget) None
Parameters:

arg__1 (QWidget) –

Return type:

None

setFont(self, arg__1: Union[PySide6.QtGui.QFont, str, Sequence[str]]) None
Parameters:

arg__1 (Union[QFont, str, Sequence[str]]) –

Return type:

None

setForegroundRole(self, arg__1: PySide6.QtGui.QPalette.ColorRole) None
Parameters:

arg__1 (ColorRole) –

Return type:

None

setGeometry(self, arg__1: PySide6.QtCore.QRect) None
setGeometry(self, x: int, y: int, w: int, h: int) None
setGraphicsEffect(self, effect: PySide6.QtWidgets.QGraphicsEffect) None
Parameters:

effect (QGraphicsEffect) –

Return type:

None

setHidden(self, hidden: bool) None
Parameters:

hidden (bool) –

Return type:

None

setIconSize(self, iconSize: PySide6.QtCore.QSize) None
Parameters:

iconSize (QSize) –

Return type:

None

setInputMethodHints(self, hints: PySide6.QtCore.Qt.InputMethodHints) None
Parameters:

hints (InputMethodHints) –

Return type:

None

setLayout(self, arg__1: PySide6.QtWidgets.QLayout) None
Parameters:

arg__1 (QLayout) –

Return type:

None

setLayoutDirection(self, direction: PySide6.QtCore.Qt.LayoutDirection) None
Parameters:

direction (LayoutDirection) –

Return type:

None

setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) None
Parameters:

locale (Union[QLocale, Language]) –

Return type:

None

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(self, maxh: int) None
Parameters:

maxh (int) –

Return type:

None

setMaximumSize(self, arg__1: PySide6.QtCore.QSize) None
setMaximumSize(self, maxw: int, maxh: int) None
setMaximumWidth(self, maxw: int) None
Parameters:

maxw (int) –

Return type:

None

setMenuBar(self, menubar: PySide6.QtWidgets.QMenuBar) None
Parameters:

menubar (QMenuBar) –

Return type:

None

setMenuWidget(self, menubar: PySide6.QtWidgets.QWidget) None
Parameters:

menubar (QWidget) –

Return type:

None

setMinimumHeight(self, minh: int) None
Parameters:

minh (int) –

Return type:

None

setMinimumSize(self, arg__1: PySide6.QtCore.QSize) None
setMinimumSize(self, minw: int, minh: int) None
setMinimumWidth(self, minw: int) None
Parameters:

minw (int) –

Return type:

None

setMouseTracking(self, enable: bool) None
Parameters:

enable (bool) –

Return type:

None

setObjectName(self, name: str) None
Parameters:

name (str) –

Return type:

None

setPalette(self, arg__1: Union[PySide6.QtGui.QPalette, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor]) None
Parameters:

arg__1 (Union[QPalette, GlobalColor, QColor]) –

Return type:

None

setParent(self, parent: PySide6.QtWidgets.QWidget) None
setParent(self, parent: PySide6.QtWidgets.QWidget, f: PySide6.QtCore.Qt.WindowFlags) None
setProperty(self, name: str, value: Any) bool
Parameters:
  • name (str) –

  • value (Any) –

Return type:

bool

setScreen(self, arg__1: PySide6.QtGui.QScreen) None
Parameters:

arg__1 (QScreen) –

Return type:

None

setShortcutAutoRepeat(self, id: int, enable: bool = True) None
Parameters:
  • id (int) –

  • enable (bool) –

    By default it is set to True.

Return type:

None

setShortcutEnabled(self, id: int, enable: bool = True) None
Parameters:
  • id (int) –

  • enable (bool) –

    By default it is set to True.

Return type:

None

setSizeIncrement(self, arg__1: PySide6.QtCore.QSize) None
setSizeIncrement(self, w: int, h: int) None
setSizePolicy(self, arg__1: PySide6.QtWidgets.QSizePolicy) None
setSizePolicy(self, horizontal: PySide6.QtWidgets.QSizePolicy.Policy, vertical: PySide6.QtWidgets.QSizePolicy.Policy) None
setStatusBar(self, statusbar: PySide6.QtWidgets.QStatusBar) None
Parameters:

statusbar (QStatusBar) –

Return type:

None

setStatusTip(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

setStyle(self, arg__1: PySide6.QtWidgets.QStyle) None
Parameters:

arg__1 (QStyle) –

Return type:

None

setStyleSheet(self, styleSheet: str) None
Parameters:

styleSheet (str) –

Return type:

None

static setTabOrder(arg__1: PySide6.QtWidgets.QWidget, arg__2: PySide6.QtWidgets.QWidget) None
Parameters:
  • arg__1 (QWidget) –

  • arg__2 (QWidget) –

Return type:

None

setTabPosition(self, areas: PySide6.QtCore.Qt.DockWidgetAreas, tabPosition: PySide6.QtWidgets.QTabWidget.TabPosition) None
Parameters:
  • areas (DockWidgetAreas) –

  • tabPosition (TabPosition) –

Return type:

None

setTabShape(self, tabShape: PySide6.QtWidgets.QTabWidget.TabShape) None
Parameters:

tabShape (TabShape) –

Return type:

None

setTabletTracking(self, enable: bool) None
Parameters:

enable (bool) –

Return type:

None

setToolButtonStyle(self, toolButtonStyle: PySide6.QtCore.Qt.ToolButtonStyle) None
Parameters:

toolButtonStyle (ToolButtonStyle) –

Return type:

None

setToolTip(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

setToolTipDuration(self, msec: int) None
Parameters:

msec (int) –

Return type:

None

setUnifiedTitleAndToolBarOnMac(self, set: bool) None
Parameters:

set (bool) –

Return type:

None

setUpdatesEnabled(self, enable: bool) None
Parameters:

enable (bool) –

Return type:

None

setVisible(self, visible: bool) None
Parameters:

visible (bool) –

Return type:

None

setWhatsThis(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

setWindowFilePath(self, filePath: str) None
Parameters:

filePath (str) –

Return type:

None

setWindowFlag(self, arg__1: PySide6.QtCore.Qt.WindowType, on: bool = True) None
Parameters:
  • arg__1 (WindowType) –

  • on (bool) –

    By default it is set to True.

Return type:

None

setWindowFlags(self, type: PySide6.QtCore.Qt.WindowFlags) None
Parameters:

type (WindowFlags) –

Return type:

None

setWindowIcon(self, icon: Union[PySide6.QtGui.QIcon, PySide6.QtGui.QPixmap]) None
Parameters:

icon (Union[QIcon, QPixmap]) –

Return type:

None

setWindowIconText(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

setWindowModality(self, windowModality: PySide6.QtCore.Qt.WindowModality) None
Parameters:

windowModality (WindowModality) –

Return type:

None

setWindowModified(self, arg__1: bool) None
Parameters:

arg__1 (bool) –

Return type:

None

setWindowOpacity(self, level: float) None
Parameters:

level (float) –

Return type:

None

setWindowRole(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

setWindowState(self, state: PySide6.QtCore.Qt.WindowStates) None
Parameters:

state (WindowStates) –

Return type:

None

setWindowTitle(self, arg__1: str) None
Parameters:

arg__1 (str) –

Return type:

None

sharedPainter(self) PySide6.QtGui.QPainter
Return type:

QPainter

show(self) None
Return type:

None

showEvent(self, event: PySide6.QtGui.QShowEvent) None
Parameters:

event (QShowEvent) –

Return type:

None

showFullScreen(self) None
Return type:

None

showMaximized(self) None
Return type:

None

showMinimized(self) None
Return type:

None

showNormal(self) None
Return type:

None

signalsBlocked(self) bool
Return type:

bool

size(self) PySide6.QtCore.QSize
Return type:

QSize

sizeHint(self) PySide6.QtCore.QSize
Return type:

QSize

sizeIncrement(self) PySide6.QtCore.QSize
Return type:

QSize

sizePolicy(self) PySide6.QtWidgets.QSizePolicy
Return type:

QSizePolicy

splitDockWidget(self, after: PySide6.QtWidgets.QDockWidget, dockwidget: PySide6.QtWidgets.QDockWidget, orientation: PySide6.QtCore.Qt.Orientation) None
Parameters:
  • after (QDockWidget) –

  • dockwidget (QDockWidget) –

  • orientation (Orientation) –

Return type:

None

stackUnder(self, arg__1: PySide6.QtWidgets.QWidget) None
Parameters:

arg__1 (QWidget) –

Return type:

None

startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = PySide6.QtCore.Qt.TimerType.CoarseTimer) int
Parameters:
  • interval (int) –

  • timerType (TimerType) –

    By default it is set to PySide6.QtCore.Qt.TimerType.CoarseTimer.

Return type:

int

statusBar(self) PySide6.QtWidgets.QStatusBar
Return type:

QStatusBar

statusTip(self) str
Return type:

str

style(self) PySide6.QtWidgets.QStyle
Return type:

QStyle

styleSheet(self) str
Return type:

str

tabPosition(self, area: PySide6.QtCore.Qt.DockWidgetArea) PySide6.QtWidgets.QTabWidget.TabPosition
Parameters:

area (DockWidgetArea) –

Return type:

TabPosition

tabShape(self) PySide6.QtWidgets.QTabWidget.TabShape
Return type:

TabShape

tabifiedDockWidgets(self, dockwidget: PySide6.QtWidgets.QDockWidget) List[PySide6.QtWidgets.QDockWidget]
Parameters:

dockwidget (QDockWidget) –

Return type:

List[QDockWidget]

tabifyDockWidget(self, first: PySide6.QtWidgets.QDockWidget, second: PySide6.QtWidgets.QDockWidget) None
Parameters:
  • first (QDockWidget) –

  • second (QDockWidget) –

Return type:

None

tabletEvent(self, event: PySide6.QtGui.QTabletEvent) None
Parameters:

event (QTabletEvent) –

Return type:

None

takeCentralWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

testAttribute(self, arg__1: PySide6.QtCore.Qt.WidgetAttribute) bool
Parameters:

arg__1 (WidgetAttribute) –

Return type:

bool

thread(self) PySide6.QtCore.QThread
Return type:

QThread

timerEvent(self, event: PySide6.QtCore.QTimerEvent) None
Parameters:

event (QTimerEvent) –

Return type:

None

toolBarArea(self, toolbar: PySide6.QtWidgets.QToolBar) PySide6.QtCore.Qt.ToolBarArea
Parameters:

toolbar (QToolBar) –

Return type:

ToolBarArea

toolBarBreak(self, toolbar: PySide6.QtWidgets.QToolBar) bool
Parameters:

toolbar (QToolBar) –

Return type:

bool

toolButtonStyle(self) PySide6.QtCore.Qt.ToolButtonStyle
Return type:

ToolButtonStyle

toolTip(self) str
Return type:

str

toolTipDuration(self) int
Return type:

int

topLevelWidget(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

tr(self, sourceText: str, disambiguation: Optional[str], n: int = -1) str
underMouse(self) bool
Return type:

bool

ungrabGesture(self, type: PySide6.QtCore.Qt.GestureType) None
Parameters:

type (GestureType) –

Return type:

None

unifiedTitleAndToolBarOnMac(self) bool
Return type:

bool

unsetCursor(self) None
Return type:

None

unsetLayoutDirection(self) None
Return type:

None

unsetLocale(self) None
Return type:

None

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(self) None
Return type:

None

updateMicroFocus(self, query: PySide6.QtCore.Qt.InputMethodQuery = PySide6.QtCore.Qt.InputMethodQuery.ImQueryAll) None
Parameters:

query (InputMethodQuery) –

By default it is set to PySide6.QtCore.Qt.InputMethodQuery.ImQueryAll.

Return type:

None

updatesEnabled(self) bool
Return type:

bool

visibleRegion(self) PySide6.QtGui.QRegion
Return type:

QRegion

whatsThis(self) str
Return type:

str

wheelEvent(self, event: PySide6.QtGui.QWheelEvent) None
Parameters:

event (QWheelEvent) –

Return type:

None

width(self) int
Return type:

int

widthMM(self) int
Return type:

int

winId(self) int
Return type:

int

window(self) PySide6.QtWidgets.QWidget
Return type:

QWidget

windowFilePath(self) str
Return type:

str

windowFlags(self) PySide6.QtCore.Qt.WindowFlags
Return type:

WindowFlags

windowHandle(self) PySide6.QtGui.QWindow
Return type:

QWindow

windowIcon(self) PySide6.QtGui.QIcon
Return type:

QIcon

windowIconText(self) str
Return type:

str

windowModality(self) PySide6.QtCore.Qt.WindowModality
Return type:

WindowModality

windowOpacity(self) float
Return type:

float

windowRole(self) str
Return type:

str

windowState(self) PySide6.QtCore.Qt.WindowStates
Return type:

WindowStates

windowTitle(self) str
Return type:

str

windowType(self) PySide6.QtCore.Qt.WindowType
Return type:

WindowType

x(self) int
Return type:

int

y(self) int
Return type:

int

AllowNestedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AllowNestedDocks
AllowTabbedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AllowTabbedDocks
AnimatedDocks = PySide6.QtWidgets.QMainWindow.DockOption.AnimatedDocks
DrawChildren = PySide6.QtWidgets.QWidget.RenderFlag.DrawChildren
DrawWindowBackground = PySide6.QtWidgets.QWidget.RenderFlag.DrawWindowBackground
ForceTabbedDocks = PySide6.QtWidgets.QMainWindow.DockOption.ForceTabbedDocks
GroupedDragging = PySide6.QtWidgets.QMainWindow.DockOption.GroupedDragging
IgnoreMask = PySide6.QtWidgets.QWidget.RenderFlag.IgnoreMask
PdmDepth = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
PdmDevicePixelRatio = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio
PdmDevicePixelRatioScaled = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled
PdmDpiX = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
PdmDpiY = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
PdmHeight = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight
PdmHeightMM = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM
PdmNumColors = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors
PdmPhysicalDpiX = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX
PdmPhysicalDpiY = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY
PdmWidth = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
PdmWidthMM = PySide6.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM
VerticalTabs = PySide6.QtWidgets.QMainWindow.DockOption.VerticalTabs
customContextMenuRequested(*args, **kwargs)
destroyed(*args, **kwargs)
iconSizeChanged(*args, **kwargs)
objectNameChanged(*args, **kwargs)
painters
staticMetaObject = PySide6.QtCore.QMetaObject("QtTemplateEditor" inherits "QMainWindow": )
tabifiedDockWidgetActivated(*args, **kwargs)
toolButtonStyleChanged(*args, **kwargs)
windowIconChanged(*args, **kwargs)
windowIconTextChanged(*args, **kwargs)
windowTitleChanged(*args, **kwargs)
gemseo.wrappers.template_grammar_editor.main()[source]

Entry point.