Qt-шное

Jun 16, 2018 12:37

Провозился полдня с такой фигней

void QBusConnection :: readConfigFiles()
{
- QSettings settings;
+ QSettings settings("MySoft", "Star Runner");
//1 /etc/databus.ini
readConfigFile("/etc/databus.ini", &settings);

Помогла фраза из хелпа
If QCoreApplication::setOrganizationName() and QCoreApplication::setApplicationName() has not been previously called, the QSettings object will not be able to read or write any settings, and status() will return AccessError.

Не работало в windows версии (в linux все работало Ок)

программирование

Previous post Next post
Up