In python, which I know is 100% runtime, I can initialize a dictionary as:
so
I have a need to have a constant QMap, and I'd rather not have to call a function to initialize it, since that will break the const protection. I'd like the compiler to make it for me.d['a']=1
Is there any way to do that qith a QMap? (Or other similar class)
Bookmarks