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.
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