nukescripts.udim.TableDelegate
- class nukescripts.udim.TableDelegate(self, parent: PySide6.QtCore.QObject | None = None)[source]
Bases:
QStyledItemDelegateInitialize self. See help(type(self)) for accurate signature.
Methods
blockSignals(self, b: bool) -> bool
childEvent(self, event: PySide6.QtCore.QChildEvent) -> None
children(self) -> List[PySide6.QtCore.QObject]
connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, method: PySide6.QtCore.QMetaMethod, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) -> PySide6.QtCore.QMetaObject.Connection
connectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None
createEditor(self, parent: PySide6.QtWidgets.QWidget, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> PySide6.QtWidgets.QWidget
customEvent(self, event: PySide6.QtCore.QEvent) -> None
deleteLater(self) -> None
destroyEditor(self, editor: PySide6.QtWidgets.QWidget, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
disconnect(arg__1: PySide6.QtCore.QMetaObject.Connection) -> bool disconnect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable) -> bool disconnect(self, arg__1: bytes, arg__2: Callable) -> bool disconnect(self, receiver: PySide6.QtCore.QObject, member: Optional[bytes] = None) -> bool disconnect(self, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool disconnect(sender: PySide6.QtCore.QObject, signal: PySide6.QtCore.QMetaMethod, receiver: PySide6.QtCore.QObject, member: PySide6.QtCore.QMetaMethod) -> bool disconnect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes) -> bool
disconnectNotify(self, signal: PySide6.QtCore.QMetaMethod) -> None
displayText(self, value: Any, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> str
dumpObjectInfo(self) -> None
dumpObjectTree(self) -> None
dynamicPropertyNames(self) -> List[PySide6.QtCore.QByteArray]
editorEvent(self, event: PySide6.QtCore.QEvent, model: PySide6.QtCore.QAbstractItemModel, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> bool
emit(self, arg__1: bytes, *args: None) -> bool
event(self, event: PySide6.QtCore.QEvent) -> bool
eventFilter(self, object: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) -> bool
findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> object
findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable findChildren(self, type: type, pattern: Union[PySide6.QtCore.QRegularExpression, str], options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) -> Iterable
helpEvent(self, event: PySide6.QtGui.QHelpEvent, view: PySide6.QtWidgets.QAbstractItemView, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> bool
inherits(self, classname: bytes) -> bool
initStyleOption(self, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
installEventFilter(self, filterObj: PySide6.QtCore.QObject) -> None
isQuickItemType(self) -> bool
isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) -> bool
isWidgetType(self) -> bool
isWindowType(self) -> bool
itemEditorFactory(self) -> PySide6.QtWidgets.QItemEditorFactory
killTimer(self, id: int) -> None
metaObject(self) -> PySide6.QtCore.QMetaObject
moveToThread(self, thread: PySide6.QtCore.QThread) -> None
objectName(self) -> str
paint(self, painter: PySide6.QtGui.QPainter, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
paintingRoles(self) -> List[int]
parent(self) -> PySide6.QtCore.QObject
property(self, name: str) -> Any
receivers(self, signal: bytes) -> int
removeEventFilter(self, obj: PySide6.QtCore.QObject) -> None
sender(self) -> PySide6.QtCore.QObject
senderSignalIndex(self) -> int
setEditorData(self, editor: PySide6.QtWidgets.QWidget, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
setItemEditorFactory(self, factory: PySide6.QtWidgets.QItemEditorFactory) -> None
setModelData(self, editor: PySide6.QtWidgets.QWidget, model: PySide6.QtCore.QAbstractItemModel, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
setObjectName(self, name: str) -> None
setParent(self, parent: Optional[PySide6.QtCore.QObject]) -> None
setProperty(self, name: str, value: Any) -> bool
signalsBlocked(self) -> bool
sizeHint(self, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> PySide6.QtCore.QSize
startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) -> int
thread(self) -> PySide6.QtCore.QThread
timerEvent(self, event: PySide6.QtCore.QTimerEvent) -> None
tr(self, sourceText: str, disambiguation: Optional[str], n: int = -1) -> str
updateEditorGeometry(self, editor: PySide6.QtWidgets.QWidget, option: PySide6.QtWidgets.QStyleOptionViewItem, index: Union[PySide6.QtCore.QModelIndex, PySide6.QtCore.QPersistentModelIndex]) -> None
Attributes
closeEditorcommitDatadestroyedobjectNameChangedsizeHintChangedstaticMetaObject- class EndEditHint(value)
Bases:
Enum
- blockSignals(self, b: bool) bool
- childEvent(self, event: PySide6.QtCore.QChildEvent) None
- children(self) List[PySide6.QtCore.QObject]
- static connect(arg__1: PySide6.QtCore.QObject, arg__2: bytes, arg__3: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
- static connect(self, arg__1: bytes, arg__2: Callable, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
- static connect(self, arg__1: bytes, arg__2: PySide6.QtCore.QObject, arg__3: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
- static connect(self, sender: PySide6.QtCore.QObject, signal: bytes, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.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 = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
- static connect(sender: PySide6.QtCore.QObject, signal: bytes, receiver: PySide6.QtCore.QObject, member: bytes, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) PySide6.QtCore.QMetaObject.Connection
- connectNotify(self, signal: PySide6.QtCore.QMetaMethod) None
- createEditor(self, parent: PySide6.QtWidgets.QWidget, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) PySide6.QtWidgets.QWidget
- customEvent(self, event: PySide6.QtCore.QEvent) None
- deleteLater(self) None
- destroyEditor(self, editor: PySide6.QtWidgets.QWidget, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None
- 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: bytes | None = 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
- displayText(self, value: Any, locale: PySide6.QtCore.QLocale | PySide6.QtCore.QLocale.Language) str
- dumpObjectInfo(self) None
- dumpObjectTree(self) None
- dynamicPropertyNames(self) List[PySide6.QtCore.QByteArray]
- editorEvent(self, event: PySide6.QtCore.QEvent, model: PySide6.QtCore.QAbstractItemModel, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) bool
- emit(self, arg__1: bytes, *args: None) bool
- event(self, event: PySide6.QtCore.QEvent) bool
- eventFilter(self, object: PySide6.QtCore.QObject, event: PySide6.QtCore.QEvent) bool
- findChild(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) object
- findChildren(self, type: type, name: str = {}, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
- findChildren(self, type: type, pattern: PySide6.QtCore.QRegularExpression | str, options: PySide6.QtCore.Qt.FindChildOption = Instance(Qt.FindChildrenRecursively)) Iterable
- helpEvent(self, event: PySide6.QtGui.QHelpEvent, view: PySide6.QtWidgets.QAbstractItemView, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) bool
- inherits(self, classname: bytes) bool
- initStyleOption(self, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None[source]
- installEventFilter(self, filterObj: PySide6.QtCore.QObject) None
- isQuickItemType(self) bool
- isSignalConnected(self, signal: PySide6.QtCore.QMetaMethod) bool
- isWidgetType(self) bool
- isWindowType(self) bool
- itemEditorFactory(self) PySide6.QtWidgets.QItemEditorFactory
- killTimer(self, id: int) None
- metaObject(self) PySide6.QtCore.QMetaObject
- moveToThread(self, thread: PySide6.QtCore.QThread) None
- objectName(self) str
- paint(self, painter: PySide6.QtGui.QPainter, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None
- paintingRoles(self) List[int]
- parent(self) PySide6.QtCore.QObject
- property(self, name: str) Any
- receivers(self, signal: bytes) int
- removeEventFilter(self, obj: PySide6.QtCore.QObject) None
- sender(self) PySide6.QtCore.QObject
- senderSignalIndex(self) int
- setEditorData(self, editor: PySide6.QtWidgets.QWidget, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None
- setItemEditorFactory(self, factory: PySide6.QtWidgets.QItemEditorFactory) None
- setModelData(self, editor: PySide6.QtWidgets.QWidget, model: PySide6.QtCore.QAbstractItemModel, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None
- setObjectName(self, name: str) None
- setParent(self, parent: PySide6.QtCore.QObject | None) None
- setProperty(self, name: str, value: Any) bool
- signalsBlocked(self) bool
- sizeHint(self, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) PySide6.QtCore.QSize
- startTimer(self, interval: int, timerType: PySide6.QtCore.Qt.TimerType = Instance(Qt.CoarseTimer)) int
- thread(self) PySide6.QtCore.QThread
- timerEvent(self, event: PySide6.QtCore.QTimerEvent) None
- classmethod tr(self, sourceText: str, disambiguation: str | None, n: int = -1) str
- updateEditorGeometry(self, editor: PySide6.QtWidgets.QWidget, option: PySide6.QtWidgets.QStyleOptionViewItem, index: PySide6.QtCore.QModelIndex | PySide6.QtCore.QPersistentModelIndex) None