QCollatorSortKey

PyQt5.QtCore.QCollatorSortKey

Description

The QCollatorSortKey class can be used to speed up string collation.

The QCollatorSortKey class is always created by sortKey() and is used for fast strings collation, for example when collating many strings.

See also

QCollator, sortKey().

Methods

__init__(QCollatorSortKey)

Constructs a copy of the other collator key.


compare(QCollatorSortKey) → int

TODO


__ge__(QCollatorSortKey) → bool

TODO


__lt__(QCollatorSortKey) → bool

TODO


swap(QCollatorSortKey)

TODO