QSettings – where is the location of the ini file?
To print out the exact location of your settings file use method fileName method of QSettings class. QSettings settings(“folderName”, “fileName”); qDebug() << settings.fileName(); Console output looks then like: /home/user/.config/folderName/fileName.conf