@StudentScripter said in Save Programm Settings internally + how to organize with folders?:
QString filePath = "/path/to/your/settings.ini";
If you want to use an ini file, please use QStandardPath with ConfigLocation and don't invent your own place where to put the ini file.