In Qt 4.8 it works.In Qt5.0 I tried to writeIt did't help.Qt Code:
QString path = QApplication::applicationDirPath() + "/settings.ini"; QSettings setting(path, QSettings::IniFormat);To copy to clipboard, switch view to plain text mode
In Qt 4.8 it works.In Qt5.0 I tried to writeIt did't help.Qt Code:
QString path = QApplication::applicationDirPath() + "/settings.ini"; QSettings setting(path, QSettings::IniFormat);To copy to clipboard, switch view to plain text mode
I solved the promblem. The programm was on a flash card. When I copied it on my computer, QSettings again started to work.
Bookmarks