Is there a way for setting configurations?
-
Hi,
I'm planning to make an android application which has multi functions in the same screen.
After building the whole application I need to show/hide some UI parts from the main screen. This I should be able to do by changing some configuration files in the .apk. The application will read the config file and decide whether to show or not a part of the main screen. Is there a way to give configuration file?
-
Take a look on "QSettings":http://qt-project.org/doc/qt-5/qsettings.html#details. Hope it will work for you.