retype.ui.customisation_dialog.LibraryPathsModel
- class retype.ui.customisation_dialog.LibraryPathsModel(paths, parent=None)[source]
-
Methods
__init__(paths[, parent])beginInsertColumns(self, parent, first, last)beginInsertRows(self, parent, first, last)beginMoveColumns(self, sourceParent, ...)beginMoveRows(self, sourceParent, ...)beginRemoveColumns(self, parent, first, last)beginRemoveRows(self, parent, first, last)beginResetModel(self)blockSignals(self, b)buddy(self, index)canDropMimeData(self, data, action, row, ...)canFetchMore(self, parent)changePersistentIndex(self, from_, to)changePersistentIndexList(self, from_, to)checkIndex(self, index[, options])childEvent(self, a0)children(self)columnCount(self[, parent])connectNotify(self, signal)createIndex(self, row, column[, object])customEvent(self, a0)data(self, index[, role])decodeData(self, row, column, parent, stream)deleteLater(self)disconnect(-> bool)disconnectNotify(self, signal)dropMimeData(self, data, action, row, ...)dumpObjectInfo(self)dumpObjectTree(self)dynamicPropertyNames(self)encodeData(self, indexes, stream)endInsertColumns(self)endInsertRows(self)endMoveColumns(self)endMoveRows(self)endRemoveColumns(self)endRemoveRows(self)endResetModel(self)event(self, a0)eventFilter(self, a0, a1)fetchMore(self, parent)findChild(-> QObject)findChildren(...)flags(self, index)hasChildren(self[, parent])hasIndex(self, row, column[, parent])headerData(self, section, orientation[, role])index(self, row[, column, parent])inherits(self, classname)insertColumn(self, column[, parent])insertColumns(self, column, count[, parent])insertRow(self, row[, parent])insertRows(self, row, count[, parent])installEventFilter(self, a0)isSignalConnected(self, signal)isWidgetType(self)isWindowType(self)itemData(self, index)killTimer(self, id)match(self, start, role, value[, hits, flags])metaObject(self)mimeData(self, indexes)mimeTypes(self)moveColumn(self, sourceParent, sourceColumn, ...)moveColumns(self, sourceParent, ...)moveRow(self, sourceParent, sourceRow, ...)moveRows(self, sourceParent, sourceRow, ...)moveToThread(self, thread)objectName(self)parent(self)persistentIndexList(self)property(self, name)pyqtConfigure(...)Each keyword argument is either the name of a Qt property or a Qt signal.
receivers(self, signal)removeColumn(self, column[, parent])removeColumns(self, column, count[, parent])removeEventFilter(self, a0)removeRow(self, row[, parent])removeRows(self, row, count[, parent])resetInternalData(self)revert(self)roleNames(self)rowCount(self[, parent])sender(self)senderSignalIndex(self)setData(self, index, value[, role])setHeaderData(self, section, orientation, value)setItemData(self, index, roles)setObjectName(self, name)setParent(self, a0)setProperty(self, name, value)sibling(self, row, column, idx)signalsBlocked(self)sort(self, column[, order])span(self, index)startTimer(self, interval[, timerType])submit(self)supportedDragActions(self)supportedDropActions(self)thread(self)timerEvent(self, a0)tr(self, sourceText[, disambiguation, n])Attributes
HorizontalSortHintNoLayoutChangeHintVerticalSortHintcolumnsAboutToBeInsertedcolumnsAboutToBeInserted(self, parent: QModelIndex, first: int, last: int) [signal]
columnsAboutToBeMovedcolumnsAboutToBeMoved(self, sourceParent: QModelIndex, sourceStart: int, sourceEnd: int, destinationParent: QModelIndex, destinationColumn: int) [signal]
columnsAboutToBeRemovedcolumnsAboutToBeRemoved(self, parent: QModelIndex, first: int, last: int) [signal]
columnsInsertedcolumnsInserted(self, parent: QModelIndex, first: int, last: int) [signal]
columnsMovedcolumnsMoved(self, parent: QModelIndex, start: int, end: int, destination: QModelIndex, column: int) [signal]
columnsRemovedcolumnsRemoved(self, parent: QModelIndex, first: int, last: int) [signal]
dataChangeddataChanged(self, topLeft: QModelIndex, bottomRight: QModelIndex, roles: Iterable[int] = []) [signal]
destroyeddestroyed(self, object: typing.Optional[QObject] = None) [signal]
headerDataChangedheaderDataChanged(self, orientation: Qt.Orientation, first: int, last: int) [signal]
layoutAboutToBeChangedlayoutAboutToBeChanged(self, parents: Iterable[QPersistentModelIndex] = [], hint: QAbstractItemModel.LayoutChangeHint = QAbstractItemModel.NoLayoutChangeHint) [signal]
layoutChangedlayoutChanged(self, parents: Iterable[QPersistentModelIndex] = [], hint: QAbstractItemModel.LayoutChangeHint = QAbstractItemModel.NoLayoutChangeHint) [signal]
modelAboutToBeResetmodelAboutToBeReset(self) [signal]
modelResetmodelReset(self) [signal]
objectNameChangedobjectNameChanged(self, objectName: str) [signal]
rowsAboutToBeInsertedrowsAboutToBeInserted(self, parent: QModelIndex, first: int, last: int) [signal]
rowsAboutToBeMovedrowsAboutToBeMoved(self, sourceParent: QModelIndex, sourceStart: int, sourceEnd: int, destinationParent: QModelIndex, destinationRow: int) [signal]
rowsAboutToBeRemovedrowsAboutToBeRemoved(self, parent: QModelIndex, first: int, last: int) [signal]
rowsInsertedrowsInserted(self, parent: QModelIndex, first: int, last: int) [signal]
rowsMovedrowsMoved(self, parent: QModelIndex, start: int, end: int, destination: QModelIndex, row: int) [signal]
rowsRemovedrowsRemoved(self, parent: QModelIndex, first: int, last: int) [signal]
staticMetaObject