QDir::SortFlag memebers available in QML

205 Views Asked by At

How can be made available the members of QDir::SortFlag to a QML script? For instance, how to fill up a combo from a QML script with the members of QDir::SortFlag enum or QDir::SortFlags in order to choose some sort criterium? Is this available through some C++ custom enum in a custom class only?

0

There are 0 best solutions below