QSettings not connecting to .ini file
Hi,
I have a .ini file states.ini which I am trying to connect to QSettings. To test it out, in my .ini file I have
- [screen]
- position="one"
- [myConnection]
- ip="162.30.0.5"
- port=6543
In my Qt c++, I have
- qDebug() << someValue;
However, this returns “none.” Any ideas as to why it doesn’t correctly find the ip address in the .ini file?
1 reply
You must log in to post a reply. Not a member yet? Register here!
