Combine bitwise to specify how to sort the enumeration.
Definition at line 106 of file QDir.h. 00107 { 00108 Name =0x00, 00109 Time =0x01, 00110 Size =0x02, 00111 Unsorted =0x03, 00112 SortByMask=0x03, 00113 00114 DirsFirst =0x04, 00115 Reversed =0x08, 00116 IgnoreCase=0x10, 00117 00118 DefaultSort=0xffffffff 00119 };
|