Alexander Arin
Alexander Arin
Oh, I did not consider this fact. However, if I am not mistaken, there is no way to map the language to the country code :( If we want to...
I think we could do the next trick: ``` c++ const QString languageName = QLocale::languageToString(reportTranslation->language()); const QString countryCode = QLocale(reportTranslation->language()).name(); ``` The languageName we can use for the file name...
I have checked it works :) at least for the Russian, English, German, Arabic :) But users can be upset if they see the United States of America instead of...
But in the other case, we should ask what country code we should use for creating ts file.
I think we have to try the easy way if someone will upset we can use a more complex way :)
Maybe we should also use the report name when generating ts file name?
Hi. Form now I hope, yes :)
Hi! >1. I see setPreviewPageBackgroundColor method, but i cant get it working, in preview backgroung always white, is there any way to change it ? Example code: I have fixed...
Hi! You can use the initial script for this purpose. You can write some functions that will run before rendering the band and change the item's visibility. For example: ```...
Hi! > The main problem is that after adding above properties to ChartItem, they're also shown in Pie or Bar charts, which is a bit strange. I would like to...