Skip to content

CollatorSortKey

Qt Base Class: QCollatorSortKey

Signature: QCollatorSortKey(self, other: PySide6.QtCore.QCollatorSortKey) -> None

Base classes

Name Children Inherits
QCollatorSortKey
PySide6.QtCore
QCollatorSortKey(self, other: PySide6.QtCore.QCollatorSortKey) -> None

⋔ Inheritance diagram

graph TD
  1473299917504["core.CollatorSortKey"]
  1473288986688["QtCore.QCollatorSortKey"]
  1473291690208["Shiboken.Object"]
  140713234304496["builtins.object"]
  1473288986688 --> 1473299917504
  1473291690208 --> 1473288986688
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QCollatorSortKey

Can be used to speed up string collation.

Source code in prettyqt\core\collatorsortkey.py
class CollatorSortKey(QtCore.QCollatorSortKey):
    """Can be used to speed up string collation."""