hey folks,
I wanted to know what would be the best way to share a variable between all forms of my application? I have
QHash<QString,QString> configs;
which configs holds some configuration of my application which multiple forms need to access,what would be the best approach to define configs?
--
thanks in adavnce