Home
last modified time | relevance | path

Searched refs:groupSortField (Results 1 – 1 of 1) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/
H A Dmainwindow.cpp1009 QString entryGroup, groupSortField; in readCollectionOptions() local
1012 groupSortField = group.readEntry("GroupEntrySortField", QString()); in readCollectionOptions()
1019groupSortField = group.readEntry(QStringLiteral("GroupEntrySortField_%1").arg(i), QString()); in readCollectionOptions()
1034 if(!groupSortField.isEmpty()) { in readCollectionOptions()
1035 m_groupView->setEntrySortField(groupSortField); in readCollectionOptions()