PDA

View Full Version : [Qt5] QSettings database variant



Delphi
22nd May 2013, 09:37
hi all,

Does anybody know of the existence of a QSettings class that uses a database as a backend?
The application will be deployed on different machines over the network.

I found some post from 2006/7/9, but nothing recent. So i hope there is a solution and i missed it.

Any help is appreciated, thanks.

Santosh Reddy
22nd May 2013, 10:10
You can write a backend, and register using


Format QSettings::registerFormat(const QString & extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity = Qt::CaseSensitive) [static]