SDF.GUI.converter.sdf_converter module

class FileListWidget[source]

Bases: QListWidget

AboveItem = 1
Adjust = 1
AdjustIgnored = 0
AdjustToContents = 2
AdjustToContentsOnFirstShow = 1
AllEditTriggers = 31
AnimatingState = 6
AnyKeyPressed = 16
Batched = 1
BelowItem = 2
Box = 1
CollapsingState = 5
ContiguousSelection = 4
CurrentChanged = 1
class CursorAction

Bases: int

DoubleClicked = 2
DragDrop = 3
class DragDropMode

Bases: int

DragOnly = 1
DragSelectingState = 2
DraggingState = 1
DrawChildren = 2
DrawWindowBackground = 1
class DropIndicatorPosition

Bases: int

DropOnly = 2
EditKeyPressed = 8
class EditTrigger

Bases: int

class EditTriggers

Bases: sip.simplewrapper

QAbstractItemView.EditTriggers(Union[QAbstractItemView.EditTriggers, QAbstractItemView.EditTrigger]) QAbstractItemView.EditTriggers(QAbstractItemView.EditTriggers)

EditingState = 3
EnsureVisible = 0
ExpandingState = 4
ExtendedSelection = 3
Fixed = 0
class Flow

Bases: int

Free = 1
HLine = 4
IconMode = 1
IgnoreMask = 4
InternalMove = 4
class LayoutMode

Bases: int

LeftToRight = 0
ListMode = 0
MoveDown = 1
MoveEnd = 5
MoveHome = 4
MoveLeft = 2
MoveNext = 8
MovePageDown = 7
MovePageUp = 6
MovePrevious = 9
MoveRight = 3
MoveUp = 0
class Movement

Bases: int

MultiSelection = 2
NoDragDrop = 0
NoEditTriggers = 0
NoFrame = 0
NoSelection = 0
NoState = 0
OnItem = 0
OnViewport = 3
class PaintDeviceMetric

Bases: int

Panel = 2
PdmDepth = 6
PdmDevicePixelRatio = 11
PdmDevicePixelRatioScaled = 12
PdmDpiX = 7
PdmDpiY = 8
PdmHeight = 2
PdmHeightMM = 4
PdmNumColors = 5
PdmPhysicalDpiX = 9
PdmPhysicalDpiY = 10
PdmWidth = 1
PdmWidthMM = 3
Plain = 16
PositionAtBottom = 2
PositionAtCenter = 3
PositionAtTop = 1
Raised = 32
class RenderFlag

Bases: int

class RenderFlags

Bases: sip.simplewrapper

QWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)

class ResizeMode

Bases: int

class ScrollHint

Bases: int

class ScrollMode

Bases: int

ScrollPerItem = 0
ScrollPerPixel = 1
SelectColumns = 2
SelectItems = 0
SelectRows = 1
SelectedClicked = 4
class SelectionBehavior

Bases: int

class SelectionMode

Bases: int

class Shadow

Bases: int

Shadow_Mask = 240
class Shape

Bases: int

Shape_Mask = 15
SinglePass = 0
SingleSelection = 1
class SizeAdjustPolicy

Bases: int

Snap = 2
class State

Bases: int

Static = 0
class StyleMask

Bases: int

StyledPanel = 6
Sunken = 48
TopToBottom = 1
VLine = 5
class ViewMode

Bases: int

WinPanel = 3
acceptDrops(self)bool
accessibleDescription(self)str
accessibleName(self)str
actionEvent(self, QActionEvent)
actions(self)typing.List[QAction]
activateWindow(self)
activated(QModelIndex)

activated(self, QModelIndex) [signal]

addAction(self, QAction)
addActions(self, Iterable[QAction])
addItem(self, QListWidgetItem)[source]

addItem(self, str)

addItems(self, Iterable[str])
addScrollBarWidget(self, QWidget, Union[Qt.Alignment, Qt.AlignmentFlag])
adjustSize(self)
alternatingRowColors(self)bool
autoFillBackground(self)bool
autoScrollMargin(self)int
backgroundRole(self)ColorRole
baseSize(self)QSize
batchSize(self)int
blockSignals(self, bool)bool
changeEvent(self, QEvent)
childAt(self, QPoint)QWidget

childAt(self, int, int) -> QWidget

childEvent(self, QChildEvent)
children(self)typing.List[QObject]
childrenRect(self)QRect
childrenRegion(self)QRegion
clear(self)
clearFocus(self)
clearMask(self)
clearPropertyFlags(self)
clearSelection(self)
clicked(QModelIndex)

clicked(self, QModelIndex) [signal]

close(self)bool
closeEditor(self, QWidget, QAbstractItemDelegate.EndEditHint)
closeEvent(self, QCloseEvent)
closePersistentEditor(self, QListWidgetItem)
colorCount(self)int
commitData(self, QWidget)
connectNotify(self, QMetaMethod)
contentsMargins(self)QMargins
contentsRect(self)QRect
contextMenuEvent(self, QContextMenuEvent)
contextMenuPolicy(self)ContextMenuPolicy
cornerWidget(self)QWidget
count(self)int
create(self, window: PyQt5.sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
createWindowContainer(QWindow, parent: QWidget = None, flags: typing.Union[WindowFlags, WindowType] = 0)QWidget
FileListWidget.currentChanged(self, QModelIndex, QModelIndex)
currentIndex(self)QModelIndex
currentItem(self)QListWidgetItem
currentItemChanged(QListWidgetItem*, QListWidgetItem*)

currentItemChanged(self, QListWidgetItem, QListWidgetItem) [signal]

currentRow(self)int
currentRowChanged(int)

currentRowChanged(self, int) [signal]

currentTextChanged(QString)

currentTextChanged(self, str) [signal]

cursor(self)QCursor
customContextMenuRequested(QPoint)

customContextMenuRequested(self, QPoint) [signal]

customEvent(self, QEvent)
FileListWidget.dataChanged(self, QModelIndex, QModelIndex, roles: Iterable[int] = [])
defaultDropAction(self)DropAction
deleteLater(self)
depth(self)int
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
destroyed(QObject*)

destroyed(self, object: QObject = None) [signal]

devType(self)int
devicePixelRatio(self)int
devicePixelRatioF(self)float
devicePixelRatioFScale()float
dirtyRegionOffset(self)QPoint
disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
doubleClicked(QModelIndex)

doubleClicked(self, QModelIndex) [signal]

dragDropMode(self)DragDropMode
dragDropOverwriteMode(self)bool
dragEnabled(self)bool
dragEnterEvent(self, QDragEnterEvent)[source]
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)[source]
drawFrame(self, QPainter)
dropEvent(self, QDropEvent)[source]
dropIndicatorPosition(self)DropIndicatorPosition
dropMimeData(self, int, QMimeData, Qt.DropAction)bool
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)typing.List[QByteArray]
edit(self, QModelIndex)

edit(self, QModelIndex, QAbstractItemView.EditTrigger, QEvent) -> bool

editItem(self, QListWidgetItem)
editTriggers(self)EditTriggers
editorDestroyed(self, QObject)
effectiveWinId(self)PyQt5.sip.voidptr
ensurePolished(self)
enterEvent(self, QEvent)
entered(QModelIndex)

entered(self, QModelIndex) [signal]

event(self, QEvent)bool
eventFilter(self, QObject, QEvent)bool
executeDelayedItemsLayout(self)
property filenames
find(PyQt5.sip.voidptr)QWidget
findChild(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)typing.List[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]

findItems(self, str, Union[Qt.MatchFlags, Qt.MatchFlag])typing.List[QListWidgetItem]
flow(self)Flow
focusInEvent(self, QFocusEvent)
focusNextChild(self)bool
focusNextPrevChild(self, bool)bool
focusOutEvent(self, QFocusEvent)
focusPolicy(self)FocusPolicy
focusPreviousChild(self)bool
focusProxy(self)QWidget
focusWidget(self)QWidget
font(self)QFont
fontInfo(self)QFontInfo
fontMetrics(self)QFontMetrics
foregroundRole(self)ColorRole
frameGeometry(self)QRect
frameRect(self)QRect
frameShadow(self)Shadow
frameShape(self)Shape
frameSize(self)QSize
frameStyle(self)int
frameWidth(self)int
geometry(self)QRect
getContentsMargins(self)typing.Tuple[int, int, int, int]
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(- 1, - 1)))QPixmap
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())
grabKeyboard(self)
grabMouse(self)

grabMouse(self, Union[QCursor, Qt.CursorShape])

grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut)int
graphicsEffect(self)QGraphicsEffect
graphicsProxyWidget(self)QGraphicsProxyWidget
gridSize(self)QSize
hasAutoScroll(self)bool
hasFocus(self)bool
hasHeightForWidth(self)bool
hasMouseTracking(self)bool
hasTabletTracking(self)bool
height(self)int
heightForWidth(self, int)int
heightMM(self)int
hide(self)
hideEvent(self, QHideEvent)
horizontalOffset(self)int
horizontalScrollBar(self)QScrollBar
horizontalScrollBarPolicy(self)ScrollBarPolicy
horizontalScrollMode(self)ScrollMode
horizontalScrollbarAction(self, int)
horizontalScrollbarValueChanged(self, int)
iconSize(self)QSize
iconSizeChanged(QSize)

iconSizeChanged(self, QSize) [signal]

indexAt(self, QPoint)QModelIndex
indexFromItem(self, QListWidgetItem)QModelIndex
indexWidget(self, QModelIndex)QWidget
indexesMoved(QModelIndexList)

indexesMoved(self, Iterable[QModelIndex]) [signal]

inherits(self, str)bool
initPainter(self, QPainter)
initStyleOption(self, QStyleOptionFrame)
inputMethodEvent(self, QInputMethodEvent)
inputMethodHints(self)InputMethodHints
inputMethodQuery(self, Qt.InputMethodQuery)typing.Any
FileListWidget.insertAction(self, QAction, QAction)
insertActions(self, QAction, Iterable[QAction])
insertItem(self, int, QListWidgetItem)

insertItem(self, int, str)

insertItems(self, int, Iterable[str])
installEventFilter(self, QObject)
isActiveWindow(self)bool
isAncestorOf(self, QWidget)bool
isEnabled(self)bool
isEnabledTo(self, QWidget)bool
isFullScreen(self)bool
isHidden(self)bool
isIndexHidden(self, QModelIndex)bool
isLeftToRight(self)bool
isMaximized(self)bool
isMinimized(self)bool
isModal(self)bool
isPersistentEditorOpen(self, QListWidgetItem)bool
isRightToLeft(self)bool
isRowHidden(self, int)bool
isSelectionRectVisible(self)bool
isSignalConnected(self, QMetaMethod)bool
isSortingEnabled(self)bool
isVisible(self)bool
isVisibleTo(self, QWidget)bool
isWidgetType(self)bool
isWindow(self)bool
isWindowModified(self)bool
isWindowType(self)bool
isWrapping(self)bool
item(self, int)QListWidgetItem
itemActivated(QListWidgetItem*)

itemActivated(self, QListWidgetItem) [signal]

itemAlignment(self)Alignment
itemAt(self, QPoint)QListWidgetItem

itemAt(self, int, int) -> QListWidgetItem

itemChanged(QListWidgetItem*)

itemChanged(self, QListWidgetItem) [signal]

itemClicked(QListWidgetItem*)

itemClicked(self, QListWidgetItem) [signal]

itemDelegate(self)QAbstractItemDelegate

itemDelegate(self, QModelIndex) -> QAbstractItemDelegate

itemDelegateForColumn(self, int)QAbstractItemDelegate
itemDelegateForRow(self, int)QAbstractItemDelegate
itemDoubleClicked(QListWidgetItem*)

itemDoubleClicked(self, QListWidgetItem) [signal]

itemEntered(QListWidgetItem*)

itemEntered(self, QListWidgetItem) [signal]

itemFromIndex(self, QModelIndex)QListWidgetItem
itemPressed(QListWidgetItem*)

itemPressed(self, QListWidgetItem) [signal]

itemSelectionChanged

itemSelectionChanged(self) [signal]

itemWidget(self, QListWidgetItem)QWidget
items(self, QMimeData)typing.List[QListWidgetItem]
keyPressEvent(self, QKeyEvent)[source]
keyReleaseEvent(self, QKeyEvent)
keyboardGrabber()QWidget
keyboardSearch(self, str)
killTimer(self, int)
layout(self)QLayout
layoutDirection(self)LayoutDirection
layoutMode(self)LayoutMode
leaveEvent(self, QEvent)
lineWidth(self)int
locale(self)QLocale
logicalDpiX(self)int
logicalDpiY(self)int
lower(self)
mapFrom(self, QWidget, QPoint)QPoint
mapFromGlobal(self, QPoint)QPoint
mapFromParent(self, QPoint)QPoint
mapTo(self, QWidget, QPoint)QPoint
mapToGlobal(self, QPoint)QPoint
mapToParent(self, QPoint)QPoint
mask(self)QRegion
maximumHeight(self)int
maximumSize(self)QSize
maximumViewportSize(self)QSize
maximumWidth(self)int
metaObject(self)QMetaObject
metric(self, QPaintDevice.PaintDeviceMetric)int
midLineWidth(self)int
mimeData(self, Iterable[QListWidgetItem])QMimeData
mimeTypes(self)typing.List[str]
minimumHeight(self)int
minimumSize(self)QSize
minimumSizeHint(self)QSize
minimumWidth(self)int
model(self)QAbstractItemModel
modelColumn(self)int
mouseDoubleClickEvent(self, QMouseEvent)
mouseGrabber()QWidget
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
move(self, QPoint)

move(self, int, int)

moveCursor(self, QAbstractItemView.CursorAction, Union[Qt.KeyboardModifiers, Qt.KeyboardModifier])QModelIndex
moveEvent(self, QMoveEvent)
moveToThread(self, QThread)
movement(self)Movement
nativeEvent(self, Union[QByteArray, bytes, bytearray], PyQt5.sip.voidptr)typing.Tuple[bool, int]
nativeParentWidget(self)QWidget
nextInFocusChain(self)QWidget
normalGeometry(self)QRect
objectName(self)str
objectNameChanged(QString)

objectNameChanged(self, str) [signal]

openPersistentEditor(self, QListWidgetItem)
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
paintEngine(self)QPaintEngine
paintEvent(self, QPaintEvent)
paintingActive(self)bool
palette(self)QPalette
parent(self)QObject
parentWidget(self)QWidget
physicalDpiX(self)int
physicalDpiY(self)int
pos(self)QPoint
pressed(QModelIndex)

pressed(self, QModelIndex) [signal]

previousInFocusChain(self)QWidget
property(self, str)typing.Any
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(self, PYQT_SIGNAL)int
rect(self)QRect
rectForIndex(self, QModelIndex)QRect
releaseKeyboard(self)
releaseMouse(self)
releaseShortcut(self, int)
removeAction(self, QAction)
removeEventFilter(self, QObject)
removeItemWidget(self, QListWidgetItem)
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: typing.Union[RenderFlags, RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))

render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren))

repaint(self)

repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)

reset(self)
resetHorizontalScrollMode(self)
resetVerticalScrollMode(self)
resize(self, QSize)

resize(self, int, int)

resizeEvent(self, QResizeEvent)
resizeMode(self)ResizeMode
restoreGeometry(self, Union[QByteArray, bytes, bytearray])bool
rootIndex(self)QModelIndex
row(self, QListWidgetItem)int
FileListWidget.rowsAboutToBeRemoved(self, QModelIndex, int, int)
FileListWidget.rowsInserted(self, QModelIndex, int, int)
saveGeometry(self)QByteArray
scheduleDelayedItemsLayout(self)
screen(self)QScreen
FileListWidget.scroll(self, int, int)

scroll(self, int, int, QRect)

scrollBarWidgets(self, Union[Qt.Alignment, Qt.AlignmentFlag])typing.List[QWidget]
FileListWidget.scrollContentsBy(self, int, int)
FileListWidget.scrollDirtyRegion(self, int, int)
scrollTo(self, QModelIndex, hint: ScrollHint = QAbstractItemView.EnsureVisible)
scrollToBottom(self)
scrollToItem(self, QListWidgetItem, hint: ScrollHint = QAbstractItemView.EnsureVisible)
scrollToTop(self)
selectAll(self)
selectedIndexes(self)typing.List[QModelIndex]
selectedItems(self)typing.List[QListWidgetItem]
selectionBehavior(self)SelectionBehavior
FileListWidget.selectionChanged(self, QItemSelection, QItemSelection)
selectionCommand(self, QModelIndex, event: QEvent = None)SelectionFlags
selectionMode(self)SelectionMode
selectionModel(self)QItemSelectionModel
sender(self)QObject
senderSignalIndex(self)int
setAcceptDrops(self, bool)
setAccessibleDescription(self, str)
setAccessibleName(self, str)
setAlternatingRowColors(self, bool)
setAttribute(self, Qt.WidgetAttribute, on: bool = True)
setAutoFillBackground(self, bool)
setAutoScroll(self, bool)
setAutoScrollMargin(self, int)
setBackgroundRole(self, QPalette.ColorRole)
FileListWidget.setBaseSize(self, int, int)

setBaseSize(self, QSize)

setBatchSize(self, int)
FileListWidget.setContentsMargins(self, int, int, int, int)

setContentsMargins(self, QMargins)

setContextMenuPolicy(self, Qt.ContextMenuPolicy)
setCornerWidget(self, QWidget)
setCurrentIndex(self, QModelIndex)
setCurrentItem(self, QListWidgetItem)

setCurrentItem(self, QListWidgetItem, Union[QItemSelectionModel.SelectionFlags, QItemSelectionModel.SelectionFlag])

setCurrentRow(self, int)

setCurrentRow(self, int, Union[QItemSelectionModel.SelectionFlags, QItemSelectionModel.SelectionFlag])

setCursor(self, Union[QCursor, Qt.CursorShape])
setDefaultDropAction(self, Qt.DropAction)
setDirtyRegion(self, QRegion)
setDisabled(self, bool)
setDragDropMode(self, QAbstractItemView.DragDropMode)
setDragDropOverwriteMode(self, bool)
setDragEnabled(self, bool)
setDropIndicatorShown(self, bool)
setEditTriggers(self, Union[QAbstractItemView.EditTriggers, QAbstractItemView.EditTrigger])
setEnabled(self, bool)
setFixedHeight(self, int)
setFixedSize(self, QSize)

setFixedSize(self, int, int)

setFixedWidth(self, int)
setFlow(self, QListView.Flow)
setFocus(self)

setFocus(self, Qt.FocusReason)

setFocusPolicy(self, Qt.FocusPolicy)
setFocusProxy(self, QWidget)
setFont(self, QFont)
setForegroundRole(self, QPalette.ColorRole)
setFrameRect(self, QRect)
setFrameShadow(self, QFrame.Shadow)
setFrameShape(self, QFrame.Shape)
setFrameStyle(self, int)
setGeometry(self, QRect)

setGeometry(self, int, int, int, int)

setGraphicsEffect(self, QGraphicsEffect)
setGridSize(self, QSize)
setHidden(self, bool)
setHorizontalScrollBar(self, QScrollBar)
setHorizontalScrollBarPolicy(self, Qt.ScrollBarPolicy)
setHorizontalScrollMode(self, QAbstractItemView.ScrollMode)
setIconSize(self, QSize)
setIndexWidget(self, QModelIndex, QWidget)
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])
setItemAlignment(self, Union[Qt.Alignment, Qt.AlignmentFlag])
setItemDelegate(self, QAbstractItemDelegate)
setItemDelegateForColumn(self, int, QAbstractItemDelegate)
setItemDelegateForRow(self, int, QAbstractItemDelegate)
setItemWidget(self, QListWidgetItem, QWidget)
setLayout(self, QLayout)
setLayoutDirection(self, Qt.LayoutDirection)
setLayoutMode(self, QListView.LayoutMode)
setLineWidth(self, int)
setLocale(self, QLocale)
setMask(self, QBitmap)

setMask(self, QRegion)

setMaximumHeight(self, int)
FileListWidget.setMaximumSize(self, int, int)

setMaximumSize(self, QSize)

setMaximumWidth(self, int)
setMidLineWidth(self, int)
setMinimumHeight(self, int)
FileListWidget.setMinimumSize(self, int, int)

setMinimumSize(self, QSize)

setMinimumWidth(self, int)
setModel(self, QAbstractItemModel)
setModelColumn(self, int)
setMouseTracking(self, bool)
setMovement(self, QListView.Movement)
setObjectName(self, str)
setPalette(self, QPalette)
setParent(self, QWidget)

setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])

setPositionForIndex(self, QPoint, QModelIndex)
setProperty(self, str, Any)bool
setResizeMode(self, QListView.ResizeMode)
setRootIndex(self, QModelIndex)
setRowHidden(self, int, bool)
setSelection(self, QRect, Union[QItemSelectionModel.SelectionFlags, QItemSelectionModel.SelectionFlag])
setSelectionBehavior(self, QAbstractItemView.SelectionBehavior)
setSelectionMode(self, QAbstractItemView.SelectionMode)
setSelectionModel(self, QItemSelectionModel)
setSelectionRectVisible(self, bool)
setShortcutAutoRepeat(self, int, enabled: bool = True)
setShortcutEnabled(self, int, enabled: bool = True)
setSizeAdjustPolicy(self, QAbstractScrollArea.SizeAdjustPolicy)
FileListWidget.setSizeIncrement(self, int, int)

setSizeIncrement(self, QSize)

setSizePolicy(self, QSizePolicy)

setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)

setSortingEnabled(self, bool)
setSpacing(self, int)
setState(self, QAbstractItemView.State)
setStatusTip(self, str)
setStyle(self, QStyle)
setStyleSheet(self, str)
setTabKeyNavigation(self, bool)
FileListWidget.setTabOrder(QWidget, QWidget)
setTabletTracking(self, bool)
setTextElideMode(self, Qt.TextElideMode)
setToolTip(self, str)
setToolTipDuration(self, int)
setUniformItemSizes(self, bool)
setUpdatesEnabled(self, bool)
setVerticalScrollBar(self, QScrollBar)
setVerticalScrollBarPolicy(self, Qt.ScrollBarPolicy)
setVerticalScrollMode(self, QAbstractItemView.ScrollMode)
setViewMode(self, QListView.ViewMode)
setViewport(self, QWidget)
FileListWidget.setViewportMargins(self, int, int, int, int)

setViewportMargins(self, QMargins)

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)
setWordWrap(self, bool)
setWrapping(self, bool)
setupViewport(self, QWidget)
sharedPainter(self)QPainter
show(self)
showDropIndicator(self)bool
showEvent(self, QShowEvent)
showFullScreen(self)
showMaximized(self)
showMinimized(self)
showNormal(self)
signalsBlocked(self)bool
size(self)QSize
sizeAdjustPolicy(self)SizeAdjustPolicy
sizeHint(self)QSize
sizeHintForColumn(self, int)int
sizeHintForIndex(self, QModelIndex)QSize
sizeHintForRow(self, int)int
sizeIncrement(self)QSize
sizePolicy(self)QSizePolicy
sortItems(self, order: SortOrder = Qt.AscendingOrder)
spacing(self)int
stackUnder(self, QWidget)
startDrag(self, Union[Qt.DropActions, Qt.DropAction])
startTimer(self, int, timerType: TimerType = Qt.CoarseTimer)int
state(self)State
staticMetaObject = <PyQt5.QtCore.QMetaObject object>
statusTip(self)str
style(self)QStyle
styleSheet(self)str
supportedDropActions(self)DropActions
tabKeyNavigation(self)bool
tabletEvent(self, QTabletEvent)
takeItem(self, int)QListWidgetItem
testAttribute(self, Qt.WidgetAttribute)bool
textElideMode(self)TextElideMode
thread(self)QThread
timerEvent(self, QTimerEvent)
toolTip(self)str
toolTipDuration(self)int
tr(self, str, disambiguation: str = None, n: int = - 1)str
underMouse(self)bool
ungrabGesture(self, Qt.GestureType)
uniformItemSizes(self)bool
unsetCursor(self)
unsetLayoutDirection(self)
unsetLocale(self)
update(self)

update(self, QModelIndex)

updateEditorData(self)
updateEditorGeometries(self)
updateGeometries(self)
updateGeometry(self)
updateMicroFocus(self)
updatesEnabled(self)bool
verticalOffset(self)int
verticalScrollBar(self)QScrollBar
verticalScrollBarPolicy(self)ScrollBarPolicy
verticalScrollMode(self)ScrollMode
verticalScrollbarAction(self, int)
verticalScrollbarValueChanged(self, int)
viewMode(self)ViewMode
viewOptions(self)QStyleOptionViewItem
viewport(self)QWidget
viewportEntered

viewportEntered(self) [signal]

viewportEvent(self, QEvent)bool
viewportMargins(self)QMargins
viewportSizeHint(self)QSize
visibleRegion(self)QRegion
visualItemRect(self, QListWidgetItem)QRect
visualRect(self, QModelIndex)QRect
visualRegionForSelection(self, QItemSelection)QRegion
whatsThis(self)str
wheelEvent(self, QWheelEvent)
width(self)int
widthMM(self)int
winId(self)PyQt5.sip.voidptr
window(self)QWidget
windowFilePath(self)str
windowFlags(self)WindowFlags
windowHandle(self)QWindow
windowIcon(self)QIcon
windowIconChanged(QIcon)

windowIconChanged(self, QIcon) [signal]

windowIconText(self)str
windowIconTextChanged(QString)

windowIconTextChanged(self, str) [signal]

windowModality(self)WindowModality
windowOpacity(self)float
windowRole(self)str
windowState(self)WindowStates
windowTitle(self)str
windowTitleChanged(QString)

windowTitleChanged(self, str) [signal]

windowType(self)WindowType
wordWrap(self)bool
x(self)int
y(self)int
class HLine[source]

Bases: QFrame

Box = 1
DrawChildren = 2
DrawWindowBackground = 1
HLine = 4
IgnoreMask = 4
NoFrame = 0
class PaintDeviceMetric

Bases: int

Panel = 2
PdmDepth = 6
PdmDevicePixelRatio = 11
PdmDevicePixelRatioScaled = 12
PdmDpiX = 7
PdmDpiY = 8
PdmHeight = 2
PdmHeightMM = 4
PdmNumColors = 5
PdmPhysicalDpiX = 9
PdmPhysicalDpiY = 10
PdmWidth = 1
PdmWidthMM = 3
Plain = 16
Raised = 32
class RenderFlag

Bases: int

class RenderFlags

Bases: sip.simplewrapper

QWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)

class Shadow

Bases: int

Shadow_Mask = 240
class Shape

Bases: int

Shape_Mask = 15
class StyleMask

Bases: int

StyledPanel = 6
Sunken = 48
VLine = 5
WinPanel = 3
acceptDrops(self)bool
accessibleDescription(self)str
accessibleName(self)str
actionEvent(self, QActionEvent)
actions(self)typing.List[QAction]
activateWindow(self)
addAction(self, QAction)
addActions(self, Iterable[QAction])
adjustSize(self)
autoFillBackground(self)bool
backgroundRole(self)ColorRole
baseSize(self)QSize
blockSignals(self, bool)bool
changeEvent(self, QEvent)
childAt(self, QPoint)QWidget

childAt(self, int, int) -> QWidget

childEvent(self, QChildEvent)
children(self)typing.List[QObject]
childrenRect(self)QRect
childrenRegion(self)QRegion
clearFocus(self)
clearMask(self)
close(self)bool
closeEvent(self, QCloseEvent)
colorCount(self)int
connectNotify(self, QMetaMethod)
contentsMargins(self)QMargins
contentsRect(self)QRect
contextMenuEvent(self, QContextMenuEvent)
contextMenuPolicy(self)ContextMenuPolicy
create(self, window: PyQt5.sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
createWindowContainer(QWindow, parent: QWidget = None, flags: typing.Union[WindowFlags, WindowType] = 0)QWidget
cursor(self)QCursor
customContextMenuRequested(QPoint)

customContextMenuRequested(self, QPoint) [signal]

customEvent(self, QEvent)
deleteLater(self)
depth(self)int
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
destroyed(QObject*)

destroyed(self, object: QObject = None) [signal]

devType(self)int
devicePixelRatio(self)int
devicePixelRatioF(self)float
devicePixelRatioFScale()float
disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
drawFrame(self, QPainter)
dropEvent(self, QDropEvent)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)typing.List[QByteArray]
effectiveWinId(self)PyQt5.sip.voidptr
ensurePolished(self)
enterEvent(self, QEvent)
event(self, QEvent)bool
eventFilter(self, QObject, QEvent)bool
find(PyQt5.sip.voidptr)QWidget
findChild(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)typing.List[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)
focusNextChild(self)bool
focusNextPrevChild(self, bool)bool
focusOutEvent(self, QFocusEvent)
focusPolicy(self)FocusPolicy
focusPreviousChild(self)bool
focusProxy(self)QWidget
focusWidget(self)QWidget
font(self)QFont
fontInfo(self)QFontInfo
fontMetrics(self)QFontMetrics
foregroundRole(self)ColorRole
frameGeometry(self)QRect
frameRect(self)QRect
frameShadow(self)Shadow
frameShape(self)Shape
frameSize(self)QSize
frameStyle(self)int
frameWidth(self)int
geometry(self)QRect
getContentsMargins(self)typing.Tuple[int, int, int, int]
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(- 1, - 1)))QPixmap
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())
grabKeyboard(self)
grabMouse(self)

grabMouse(self, Union[QCursor, Qt.CursorShape])

grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut)int
graphicsEffect(self)QGraphicsEffect
graphicsProxyWidget(self)QGraphicsProxyWidget
hasFocus(self)bool
hasHeightForWidth(self)bool
hasMouseTracking(self)bool
hasTabletTracking(self)bool
height(self)int
heightForWidth(self, int)int
heightMM(self)int
hide(self)
hideEvent(self, QHideEvent)
inherits(self, str)bool
initPainter(self, QPainter)
initStyleOption(self, QStyleOptionFrame)
inputMethodEvent(self, QInputMethodEvent)
inputMethodHints(self)InputMethodHints
inputMethodQuery(self, Qt.InputMethodQuery)typing.Any
HLine.insertAction(self, QAction, QAction)
insertActions(self, QAction, Iterable[QAction])
installEventFilter(self, QObject)
isActiveWindow(self)bool
isAncestorOf(self, QWidget)bool
isEnabled(self)bool
isEnabledTo(self, QWidget)bool
isFullScreen(self)bool
isHidden(self)bool
isLeftToRight(self)bool
isMaximized(self)bool
isMinimized(self)bool
isModal(self)bool
isRightToLeft(self)bool
isSignalConnected(self, QMetaMethod)bool
isVisible(self)bool
isVisibleTo(self, QWidget)bool
isWidgetType(self)bool
isWindow(self)bool
isWindowModified(self)bool
isWindowType(self)bool
keyPressEvent(self, QKeyEvent)
keyReleaseEvent(self, QKeyEvent)
keyboardGrabber()QWidget
killTimer(self, int)
layout(self)QLayout
layoutDirection(self)LayoutDirection
leaveEvent(self, QEvent)
lineWidth(self)int
locale(self)QLocale
logicalDpiX(self)int
logicalDpiY(self)int
lower(self)
mapFrom(self, QWidget, QPoint)QPoint
mapFromGlobal(self, QPoint)QPoint
mapFromParent(self, QPoint)QPoint
mapTo(self, QWidget, QPoint)QPoint
mapToGlobal(self, QPoint)QPoint
mapToParent(self, QPoint)QPoint
mask(self)QRegion
maximumHeight(self)int
maximumSize(self)QSize
maximumWidth(self)int
metaObject(self)QMetaObject
metric(self, QPaintDevice.PaintDeviceMetric)int
midLineWidth(self)int
minimumHeight(self)int
minimumSize(self)QSize
minimumSizeHint(self)QSize
minimumWidth(self)int
mouseDoubleClickEvent(self, QMouseEvent)
mouseGrabber()QWidget
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
move(self, QPoint)

move(self, int, int)

moveEvent(self, QMoveEvent)
moveToThread(self, QThread)
nativeEvent(self, Union[QByteArray, bytes, bytearray], PyQt5.sip.voidptr)typing.Tuple[bool, int]
nativeParentWidget(self)QWidget
nextInFocusChain(self)QWidget
normalGeometry(self)QRect
objectName(self)str
objectNameChanged(QString)

objectNameChanged(self, str) [signal]

overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
paintEngine(self)QPaintEngine
paintEvent(self, QPaintEvent)
paintingActive(self)bool
palette(self)QPalette
parent(self)QObject
parentWidget(self)QWidget
physicalDpiX(self)int
physicalDpiY(self)int
pos(self)QPoint
previousInFocusChain(self)QWidget
property(self, str)typing.Any
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(self, PYQT_SIGNAL)int
rect(self)QRect
releaseKeyboard(self)
releaseMouse(self)
releaseShortcut(self, int)
removeAction(self, QAction)
removeEventFilter(self, QObject)
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: typing.Union[RenderFlags, RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))

render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.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(self, Union[QByteArray, bytes, bytearray])bool
saveGeometry(self)QByteArray
screen(self)QScreen
HLine.scroll(self, int, int)

scroll(self, int, int, QRect)

sender(self)QObject
senderSignalIndex(self)int
setAcceptDrops(self, bool)
setAccessibleDescription(self, str)
setAccessibleName(self, str)
setAttribute(self, Qt.WidgetAttribute, on: bool = True)
setAutoFillBackground(self, bool)
setBackgroundRole(self, QPalette.ColorRole)
HLine.setBaseSize(self, int, int)

setBaseSize(self, QSize)

HLine.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)
setFocus(self)

setFocus(self, Qt.FocusReason)

setFocusPolicy(self, Qt.FocusPolicy)
setFocusProxy(self, QWidget)
setFont(self, QFont)
setForegroundRole(self, QPalette.ColorRole)
setFrameRect(self, QRect)
setFrameShadow(self, QFrame.Shadow)
setFrameShape(self, QFrame.Shape)
setFrameStyle(self, int)
setGeometry(self, QRect)

setGeometry(self, int, int, int, int)

setGraphicsEffect(self, QGraphicsEffect)
setHidden(self, bool)
setInputMethodHints(self, Union[Qt.InputMethodHints, Qt.InputMethodHint])
setLayout(self, QLayout)
setLayoutDirection(self, Qt.LayoutDirection)
setLineWidth(self, int)
setLocale(self, QLocale)
setMask(self, QBitmap)

setMask(self, QRegion)

setMaximumHeight(self, int)
HLine.setMaximumSize(self, int, int)

setMaximumSize(self, QSize)

setMaximumWidth(self, int)
setMidLineWidth(self, int)
setMinimumHeight(self, int)
HLine.setMinimumSize(self, int, int)

setMinimumSize(self, QSize)

setMinimumWidth(self, int)
setMouseTracking(self, bool)
setObjectName(self, str)
setPalette(self, QPalette)
setParent(self, QWidget)

setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])

setProperty(self, str, Any)bool
setShortcutAutoRepeat(self, int, enabled: bool = True)
setShortcutEnabled(self, int, enabled: bool = True)
HLine.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)
HLine.setTabOrder(QWidget, QWidget)
setTabletTracking(self, bool)
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)
sharedPainter(self)QPainter
show(self)
showEvent(self, QShowEvent)
showFullScreen(self)
showMaximized(self)
showMinimized(self)
showNormal(self)
signalsBlocked(self)bool
size(self)QSize
sizeHint(self)QSize
sizeIncrement(self)QSize
sizePolicy(self)QSizePolicy
stackUnder(self, QWidget)
startTimer(self, int, timerType: TimerType = Qt.CoarseTimer)int
staticMetaObject = <PyQt5.QtCore.QMetaObject object>
statusTip(self)str
style(self)QStyle
styleSheet(self)str
tabletEvent(self, QTabletEvent)
testAttribute(self, Qt.WidgetAttribute)bool
thread(self)QThread
timerEvent(self, QTimerEvent)
toolTip(self)str
toolTipDuration(self)int
tr(self, str, disambiguation: str = None, n: int = - 1)str
underMouse(self)bool
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(self)bool
visibleRegion(self)QRegion
whatsThis(self)str
wheelEvent(self, QWheelEvent)
width(self)int
widthMM(self)int
winId(self)PyQt5.sip.voidptr
window(self)QWidget
windowFilePath(self)str
windowFlags(self)WindowFlags
windowHandle(self)QWindow
windowIcon(self)QIcon
windowIconChanged(QIcon)

windowIconChanged(self, QIcon) [signal]

windowIconText(self)str
windowIconTextChanged(QString)

windowIconTextChanged(self, str) [signal]

windowModality(self)WindowModality
windowOpacity(self)float
windowRole(self)str
windowState(self)WindowStates
windowTitle(self)str
windowTitleChanged(QString)

windowTitleChanged(self, str) [signal]

windowType(self)WindowType
x(self)int
y(self)int
class LoggingHandler[source]

Bases: logging.Handler

Initializes the instance - basically setting the formatter to None and the filter list to empty.

acquire()

Acquire the I/O thread lock.

addFilter(filter)

Add the specified filter to this handler.

close()

Tidy up any resources used by the handler.

This version removes the handler from an internal map of handlers, _handlers, which is used for handler lookup by name. Subclasses should ensure that this gets called from overridden close() methods.

createLock()

Acquire a thread lock for serializing access to the underlying I/O.

emit(record)[source]

Do whatever it takes to actually log the specified logging record.

This version is intended to be implemented by subclasses and so raises a NotImplementedError.

filter(record)

Determine if a record is loggable by consulting all the filters.

The default is to allow the record to be logged; any filter can veto this and the record is then dropped. Returns a zero value if a record is to be dropped, else non-zero.

Changed in version 3.2: Allow filters to be just callables.

flush()

Ensure all logging output has been flushed.

This version does nothing and is intended to be implemented by subclasses.

format(record)

Format the specified record.

If a formatter is set, use it. Otherwise, use the default formatter for the module.

get_name()
handle(record)

Conditionally emit the specified logging record.

Emission depends on filters which may have been added to the handler. Wrap the actual emission of the record with acquisition/release of the I/O thread lock. Returns whether the filter passed the record for emission.

handleError(record)

Handle errors which occur during an emit() call.

This method should be called from handlers when an exception is encountered during an emit() call. If raiseExceptions is false, exceptions get silently ignored. This is what is mostly wanted for a logging system - most users will not care about errors in the logging system, they are more interested in application errors. You could, however, replace this with a custom handler if you wish. The record which was being processed is passed in to this method.

property name
release()

Release the I/O thread lock.

removeFilter(filter)

Remove the specified filter from this handler.

setFormatter(fmt)

Set the formatter for this handler.

setLevel(level)

Set the logging level of this handler. level must be an int or a str.

set_name(name)
class OutputStream(thread_id: Optional[int] = None, textcolor_html: Optional[str] = None, replaces=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]

Bases: QObject

To be used as output stream, emits output string as Qt Signal. Uses a buffer to emit signals only

Parameters
  • thread_id – As returned by threading.get_ident(). If set, only output of this thread is emitted

  • textcolor_html – e.g. ‘#ff0000’, ignored when writing to replaces

  • replaces – The stream it replaces. If thread_id is not None and output from another thread is caught, the output is forwarded to this stream

blockSignals(self, bool)bool
childEvent(self, QChildEvent)
children(self)typing.List[QObject]
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
deleteLater(self)
destroyed(QObject*)

destroyed(self, object: QObject = None) [signal]

disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)typing.List[QByteArray]
event(self, QEvent)bool
eventFilter(self, QObject, QEvent)bool
findChild(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)typing.List[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]

inherits(self, str)bool
installEventFilter(self, QObject)
isSignalConnected(self, QMetaMethod)bool
isWidgetType(self)bool
isWindowType(self)bool
killTimer(self, int)
metaObject(self)QMetaObject
moveToThread(self, QThread)
objectName(self)str
objectNameChanged(QString)

objectNameChanged(self, str) [signal]

output_ready(QString)
parent(self)QObject
property(self, str)typing.Any
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.

receivers(self, PYQT_SIGNAL)int
removeEventFilter(self, QObject)
sender(self)QObject
senderSignalIndex(self)int
setObjectName(self, str)
setParent(self, QObject)
setProperty(self, str, Any)bool
signalsBlocked(self)bool
startTimer(self, int, timerType: TimerType = Qt.CoarseTimer)int
staticMetaObject = <PyQt5.QtCore.QMetaObject object>
thread(self)QThread
timerEvent(self, QTimerEvent)
tr(self, str, disambiguation: str = None, n: int = - 1)str
write(text: str)[source]
write_from_buffer()[source]
write_to_buffer(text: str)[source]
class SDFConverterGUI[source]

Bases: QMainWindow

AllowNestedDocks = 2
AllowTabbedDocks = 4
AnimatedDocks = 1
class DockOption

Bases: int

class DockOptions

Bases: sip.simplewrapper

QMainWindow.DockOptions(Union[QMainWindow.DockOptions, QMainWindow.DockOption]) QMainWindow.DockOptions(QMainWindow.DockOptions)

DrawChildren = 2
DrawWindowBackground = 1
ForceTabbedDocks = 8
GroupedDragging = 32
IgnoreMask = 4
class PaintDeviceMetric

Bases: int

PdmDepth = 6
PdmDevicePixelRatio = 11
PdmDevicePixelRatioScaled = 12
PdmDpiX = 7
PdmDpiY = 8
PdmHeight = 2
PdmHeightMM = 4
PdmNumColors = 5
PdmPhysicalDpiX = 9
PdmPhysicalDpiY = 10
PdmWidth = 1
PdmWidthMM = 3
class RenderFlag

Bases: int

class RenderFlags

Bases: sip.simplewrapper

QWidget.RenderFlags(Union[QWidget.RenderFlags, QWidget.RenderFlag]) QWidget.RenderFlags(QWidget.RenderFlags)

VerticalTabs = 16
abort()[source]
acceptDrops(self)bool
accessibleDescription(self)str
accessibleName(self)str
actionEvent(self, QActionEvent)
actions(self)typing.List[QAction]
activateWindow(self)
addAction(self, QAction)
addActions(self, Iterable[QAction])
addDockWidget(self, Qt.DockWidgetArea, QDockWidget)

addDockWidget(self, Qt.DockWidgetArea, QDockWidget, Qt.Orientation)

addToolBar(self, Qt.ToolBarArea, QToolBar)

addToolBar(self, QToolBar) addToolBar(self, str) -> QToolBar

addToolBarBreak(self, area: ToolBarArea = Qt.TopToolBarArea)
adjustSize(self)
autoFillBackground(self)bool
backgroundRole(self)ColorRole
baseSize(self)QSize
blockSignals(self, bool)bool
centralWidget(self)QWidget
changeEvent(self, QEvent)
childAt(self, QPoint)QWidget

childAt(self, int, int) -> QWidget

childEvent(self, QChildEvent)
children(self)typing.List[QObject]
childrenRect(self)QRect
childrenRegion(self)QRegion
clearFocus(self)
clearMask(self)
close(self)bool
closeEvent(self, QCloseEvent)
colorCount(self)int
connectNotify(self, QMetaMethod)
contentsMargins(self)QMargins
contentsRect(self)QRect
contextMenuEvent(self, QContextMenuEvent)
contextMenuPolicy(self)ContextMenuPolicy
corner(self, Qt.Corner)DockWidgetArea
create(self, window: PyQt5.sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
createPopupMenu(self)QMenu
createWindowContainer(QWindow, parent: QWidget = None, flags: typing.Union[WindowFlags, WindowType] = 0)QWidget
cursor(self)QCursor
customContextMenuRequested(QPoint)

customContextMenuRequested(self, QPoint) [signal]

customEvent(self, QEvent)
deleteLater(self)
depth(self)int
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
destroyed(QObject*)

destroyed(self, object: QObject = None) [signal]

devType(self)int
devicePixelRatio(self)int
devicePixelRatioF(self)float
devicePixelRatioFScale()float
disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
dockOptions(self)DockOptions
dockWidgetArea(self, QDockWidget)DockWidgetArea
documentMode(self)bool
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
dropEvent(self, QDropEvent)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)typing.List[QByteArray]
effectiveWinId(self)PyQt5.sip.voidptr
ensurePolished(self)
enterEvent(self, QEvent)
event(self, QEvent)bool
eventFilter(self, QObject, QEvent)bool
find(PyQt5.sip.voidptr)QWidget
findChild(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)typing.List[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)
focusNextChild(self)bool
focusNextPrevChild(self, bool)bool
focusOutEvent(self, QFocusEvent)
focusPolicy(self)FocusPolicy
focusPreviousChild(self)bool
focusProxy(self)QWidget
focusWidget(self)QWidget
font(self)QFont
fontInfo(self)QFontInfo
fontMetrics(self)QFontMetrics
foregroundRole(self)ColorRole
frameGeometry(self)QRect
frameSize(self)QSize
geometry(self)QRect
getContentsMargins(self)typing.Tuple[int, int, int, int]
grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(- 1, - 1)))QPixmap
grabGesture(self, Qt.GestureType, flags: Union[Qt.GestureFlags, Qt.GestureFlag] = Qt.GestureFlags())
grabKeyboard(self)
grabMouse(self)

grabMouse(self, Union[QCursor, Qt.CursorShape])

grabShortcut(self, Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut)int
graphicsEffect(self)QGraphicsEffect
graphicsProxyWidget(self)QGraphicsProxyWidget
hasFocus(self)bool
hasHeightForWidth(self)bool
hasMouseTracking(self)bool
hasTabletTracking(self)bool
height(self)int
heightForWidth(self, int)int
heightMM(self)int
hide(self)
hideEvent(self, QHideEvent)
iconSize(self)QSize
iconSizeChanged(QSize)

iconSizeChanged(self, QSize) [signal]

inherits(self, str)bool
initPainter(self, QPainter)
inputMethodEvent(self, QInputMethodEvent)
inputMethodHints(self)InputMethodHints
inputMethodQuery(self, Qt.InputMethodQuery)typing.Any
SDFConverterGUI.insertAction(self, QAction, QAction)
insertActions(self, QAction, Iterable[QAction])
SDFConverterGUI.insertToolBar(self, QToolBar, QToolBar)
insertToolBarBreak(self, QToolBar)
installEventFilter(self, QObject)
isActiveWindow(self)bool
isAncestorOf(self, QWidget)bool
isAnimated(self)bool
isDockNestingEnabled(self)bool
isEnabled(self)bool
isEnabledTo(self, QWidget)bool
isFullScreen(self)bool
isHidden(self)bool
isLeftToRight(self)bool
isMaximized(self)bool
isMinimized(self)bool
isModal(self)bool
isRightToLeft(self)bool
isSeparator(self, QPoint)bool
isSignalConnected(self, QMetaMethod)bool
isVisible(self)bool
isVisibleTo(self, QWidget)bool
isWidgetType(self)bool
isWindow(self)bool
isWindowModified(self)bool
isWindowType(self)bool
job_done()[source]
keyPressEvent(self, QKeyEvent)
keyReleaseEvent(self, QKeyEvent)
keyboardGrabber()QWidget
killTimer(self, int)
layout(self)QLayout
layoutDirection(self)LayoutDirection
leaveEvent(self, QEvent)
locale(self)QLocale
logicalDpiX(self)int
logicalDpiY(self)int
lower(self)
mapFrom(self, QWidget, QPoint)QPoint
mapFromGlobal(self, QPoint)QPoint
mapFromParent(self, QPoint)QPoint
mapTo(self, QWidget, QPoint)QPoint
mapToGlobal(self, QPoint)QPoint
mapToParent(self, QPoint)QPoint
mask(self)QRegion
maximumHeight(self)int
maximumSize(self)QSize
maximumWidth(self)int
menuBar(self)QMenuBar
menuWidget(self)QWidget
metaObject(self)QMetaObject
metric(self, QPaintDevice.PaintDeviceMetric)int
minimumHeight(self)int
minimumSize(self)QSize
minimumSizeHint(self)QSize
minimumWidth(self)int
mouseDoubleClickEvent(self, QMouseEvent)
mouseGrabber()QWidget
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
move(self, QPoint)

move(self, int, int)

moveEvent(self, QMoveEvent)
moveToThread(self, QThread)
nativeEvent(self, Union[QByteArray, bytes, bytearray], PyQt5.sip.voidptr)typing.Tuple[bool, int]
nativeParentWidget(self)QWidget
nextInFocusChain(self)QWidget
normalGeometry(self)QRect
objectName(self)str
objectNameChanged(QString)

objectNameChanged(self, str) [signal]

property output_directory
output_directory_reset()[source]
output_directory_selection()[source]
overrideWindowFlags(self, Union[Qt.WindowFlags, Qt.WindowType])
overrideWindowState(self, Union[Qt.WindowStates, Qt.WindowState])
paintEngine(self)QPaintEngine
paintEvent(self, QPaintEvent)
paintingActive(self)bool
palette(self)QPalette
parent(self)QObject
parentWidget(self)QWidget
physicalDpiX(self)int
physicalDpiY(self)int
pos(self)QPoint
previousInFocusChain(self)QWidget
property(self, str)typing.Any
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(self, PYQT_SIGNAL)int
rect(self)QRect
releaseKeyboard(self)
releaseMouse(self)
releaseShortcut(self, int)
removeAction(self, QAction)
removeDockWidget(self, QDockWidget)
removeEventFilter(self, QObject)
removeToolBar(self, QToolBar)
removeToolBarBreak(self, QToolBar)
remove_worker_reference()[source]
render(self, QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: typing.Union[RenderFlags, RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground | QWidget.RenderFlag.DrawChildren))

render(self, QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: Union[QWidget.RenderFlags, QWidget.RenderFlag] = QWidget.RenderFlags(QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren))

repaint(self)

repaint(self, int, int, int, int) repaint(self, QRect) repaint(self, QRegion)

resize(self, QSize)

resize(self, int, int)

resizeDocks(self, Iterable[QDockWidget], Iterable[int], Qt.Orientation)
resizeEvent(self, QResizeEvent)[source]
restoreDockWidget(self, QDockWidget)bool
restoreGeometry(self, Union[QByteArray, bytes, bytearray])bool
restoreState(self, Union[QByteArray, bytes, bytearray], version: int = 0)bool
run()[source]
saveGeometry(self)QByteArray
saveState(self, version: int = 0)QByteArray
screen(self)QScreen
SDFConverterGUI.scroll(self, int, int)

scroll(self, int, int, QRect)

select_files()[source]
sender(self)QObject
senderSignalIndex(self)int
setAcceptDrops(self, bool)
setAccessibleDescription(self, str)
setAccessibleName(self, str)
setAnimated(self, bool)
setAttribute(self, Qt.WidgetAttribute, on: bool = True)
setAutoFillBackground(self, bool)
setBackgroundRole(self, QPalette.ColorRole)
SDFConverterGUI.setBaseSize(self, int, int)

setBaseSize(self, QSize)

setCentralWidget(self, QWidget)
SDFConverterGUI.setContentsMargins(self, int, int, int, int)

setContentsMargins(self, QMargins)

setContextMenuPolicy(self, Qt.ContextMenuPolicy)
setCorner(self, Qt.Corner, Qt.DockWidgetArea)
setCursor(self, Union[QCursor, Qt.CursorShape])
setDisabled(self, bool)
setDockNestingEnabled(self, bool)
setDockOptions(self, Union[QMainWindow.DockOptions, QMainWindow.DockOption])
setDocumentMode(self, bool)
setEnabled(self, bool)
setFixedHeight(self, int)
setFixedSize(self, QSize)

setFixedSize(self, int, int)

setFixedWidth(self, int)
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)
SDFConverterGUI.setMaximumSize(self, int, int)

setMaximumSize(self, QSize)

setMaximumWidth(self, int)
setMenuBar(self, QMenuBar)
setMenuWidget(self, QWidget)
setMinimumHeight(self, int)
SDFConverterGUI.setMinimumSize(self, int, int)

setMinimumSize(self, QSize)

setMinimumWidth(self, int)
setMouseTracking(self, bool)
setObjectName(self, str)
setPalette(self, QPalette)
setParent(self, QWidget)

setParent(self, QWidget, Union[Qt.WindowFlags, Qt.WindowType])

setProperty(self, str, Any)bool
setShortcutAutoRepeat(self, int, enabled: bool = True)
setShortcutEnabled(self, int, enabled: bool = True)
SDFConverterGUI.setSizeIncrement(self, int, int)

setSizeIncrement(self, QSize)

setSizePolicy(self, QSizePolicy)

setSizePolicy(self, QSizePolicy.Policy, QSizePolicy.Policy)

setStatusBar(self, QStatusBar)
setStatusTip(self, str)
setStyle(self, QStyle)
setStyleSheet(self, str)
SDFConverterGUI.setTabOrder(QWidget, QWidget)
setTabPosition(self, Union[Qt.DockWidgetAreas, Qt.DockWidgetArea], QTabWidget.TabPosition)
setTabShape(self, QTabWidget.TabShape)
setTabletTracking(self, bool)
setToolButtonStyle(self, Qt.ToolButtonStyle)
setToolTip(self, str)
setToolTipDuration(self, int)
setUnifiedTitleAndToolBarOnMac(self, bool)
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)
sharedPainter(self)QPainter
show(self)
showEvent(self, QShowEvent)
showFullScreen(self)
showMaximized(self)
showMinimized(self)
showNormal(self)
signalsBlocked(self)bool
size(self)QSize
sizeHint(self)QSize
sizeIncrement(self)QSize
sizePolicy(self)QSizePolicy
splitDockWidget(self, QDockWidget, QDockWidget, Qt.Orientation)
stackUnder(self, QWidget)
startTimer(self, int, timerType: TimerType = Qt.CoarseTimer)int
staticMetaObject = <PyQt5.QtCore.QMetaObject object>
statusBar(self)QStatusBar
statusTip(self)str
style(self)QStyle
styleSheet(self)str
tabPosition(self, Qt.DockWidgetArea)TabPosition
tabShape(self)TabShape
tabifiedDockWidgetActivated(QDockWidget*)

tabifiedDockWidgetActivated(self, QDockWidget) [signal]

tabifiedDockWidgets(self, QDockWidget)typing.List[QDockWidget]
SDFConverterGUI.tabifyDockWidget(self, QDockWidget, QDockWidget)
tabletEvent(self, QTabletEvent)
takeCentralWidget(self)QWidget
testAttribute(self, Qt.WidgetAttribute)bool
thread(self)QThread
timerEvent(self, QTimerEvent)
toolBarArea(self, QToolBar)ToolBarArea
toolBarBreak(self, QToolBar)bool
toolButtonStyle(self)ToolButtonStyle
toolButtonStyleChanged(Qt::ToolButtonStyle)

toolButtonStyleChanged(self, Qt.ToolButtonStyle) [signal]

toolTip(self)str
toolTipDuration(self)int
tr(self, str, disambiguation: str = None, n: int = - 1)str
underMouse(self)bool
ungrabGesture(self, Qt.GestureType)
unifiedTitleAndToolBarOnMac(self)bool
unsetCursor(self)
unsetLayoutDirection(self)
unsetLocale(self)
update(self)

update(self, QRect) update(self, QRegion) update(self, int, int, int, int)

updateGeometry(self)
updateMicroFocus(self)
update_progressbar(value: int)[source]
updatesEnabled(self)bool
visibleRegion(self)QRegion
whatsThis(self)str
wheelEvent(self, QWheelEvent)
width(self)int
widthMM(self)int
winId(self)PyQt5.sip.voidptr
window(self)QWidget
windowFilePath(self)str
windowFlags(self)WindowFlags
windowHandle(self)QWindow
windowIcon(self)QIcon
windowIconChanged(QIcon)

windowIconChanged(self, QIcon) [signal]

windowIconText(self)str
windowIconTextChanged(QString)

windowIconTextChanged(self, str) [signal]

windowModality(self)WindowModality
windowOpacity(self)float
windowRole(self)str
windowState(self)WindowStates
windowTitle(self)str
windowTitleChanged(QString)

windowTitleChanged(self, str) [signal]

windowType(self)WindowType
write_output(text: str)[source]
x(self)int
y(self)int
class WorkerThread(converter: SDF.file_io.convert.SDFConverter, files: typing.List[str])[source]

Bases: QThread

HighPriority = 4
HighestPriority = 5
IdlePriority = 0
InheritPriority = 7
LowPriority = 2
LowestPriority = 1
NormalPriority = 3
class Priority

Bases: int

TimeCriticalPriority = 6
blockSignals(self, bool)bool
childEvent(self, QChildEvent)
children(self)typing.List[QObject]
connectNotify(self, QMetaMethod)
currentThread()QThread
currentThreadId()PyQt5.sip.voidptr
customEvent(self, QEvent)
deleteLater(self)
destroyed(QObject*)

destroyed(self, object: QObject = None) [signal]

disconnect(QMetaObject.Connection)bool

disconnect(self)

disconnectNotify(self, QMetaMethod)
dumpObjectInfo(self)
dumpObjectTree(self)
dynamicPropertyNames(self)typing.List[QByteArray]
event(self, QEvent)bool
eventDispatcher(self)QAbstractEventDispatcher
eventFilter(self, QObject, QEvent)bool
exec(self)int
exec_(self)int
exit(self, returnCode: int = 0)
findChild(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)QObject

findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject

findChildren(self, type, name: str = '', options: typing.Union[FindChildOptions, FindChildOption] = Qt.FindChildrenRecursively)typing.List[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]

finished

finished(self) [signal]

idealThreadCount()int
inherits(self, str)bool
installEventFilter(self, QObject)
isFinished(self)bool
isInterruptionRequested(self)bool
isRunning(self)bool
isSignalConnected(self, QMetaMethod)bool
isWidgetType(self)bool
isWindowType(self)bool
killTimer(self, int)
loopLevel(self)int
metaObject(self)QMetaObject
moveToThread(self, QThread)
msleep(int)
objectName(self)str
objectNameChanged(QString)

objectNameChanged(self, str) [signal]

output(QString)
parent(self)QObject
priority(self)Priority
progress(int)
property(self, str)typing.Any
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.

quit(self)
receivers(self, PYQT_SIGNAL)int
removeEventFilter(self, QObject)
requestInterruption(self)
run(self)[source]
sender(self)QObject
senderSignalIndex(self)int
setEventDispatcher(self, QAbstractEventDispatcher)
setObjectName(self, str)
setParent(self, QObject)
setPriority(self, QThread.Priority)
setProperty(self, str, Any)bool
setStackSize(self, int)
setTerminationEnabled(enabled: bool = True)
signalsBlocked(self)bool
sleep(int)
stackSize(self)int
start(self, priority: Priority = QThread.InheritPriority)
startTimer(self, int, timerType: TimerType = Qt.CoarseTimer)int
started

started(self) [signal]

staticMetaObject = <PyQt5.QtCore.QMetaObject object>
terminate(self)
thread(self)QThread
timerEvent(self, QTimerEvent)
tr(self, str, disambiguation: str = None, n: int = - 1)str
usleep(int)
wait(self, msecs: int = ULONG_MAX)bool

wait(self, QDeadlineTimer) -> bool

yieldCurrentThread()
main()[source]