So the thing is i get this dictionary https://www.arcgis.com/home/item.html?id=c78b149a1d52414682c86a5feeb13d30
and create the dictinary symbol as:
QString styleLocation = local from stylx;
m_dictionarySymbolStyle = DictionarySymbolStyle::createFromFile(styleLocation, this);
and works fine it shows the symbols perfectly
but when i call the function to see the fields names:
QStringList whatever = DictionarySymbolStyle::symbologyFieldNames();
whatever is empty.
its a normal behavior or i am doing something wrong?
There is another way to discover those fields names?
speaking of which how do i change the stylx configuration in cpp? like "condition" instead of 'PRIMARY' i want to change it