SortOrder
from slint.language import SortOrderpython
This enum represents the different values of the sort-order property.
It’s used to sort a StandardTableView by a column.
Values
Section titled “Values”unsorted— The column is unsorted.ascending— The column is sorted in ascending order.descending— The column is sorted in descending order.
© 2026 SixtyFPS GmbH