Results 1 to 2 of 2

Thread: [Qt5] QSettings database variant

  1. #1
    Join Date
    Apr 2013
    Posts
    27
    Thanks
    9
    Qt products
    Qt5
    Platforms
    Windows

    Default [Qt5] QSettings database variant

    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.

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: [Qt5] QSettings database variant

    You can write a backend, and register using
    Qt Code:
    1. Format QSettings::registerFormat(const QString & extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity = Qt::CaseSensitive) [static]
    To copy to clipboard, switch view to plain text mode 
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  3. The following user says thank you to Santosh Reddy for this useful post:

    Delphi (23rd May 2013)

Similar Threads

  1. QSettings Redirect into Database Table
    By ChrisW67 in forum Qt Programming
    Replies: 0
    Last Post: 17th December 2009, 23:51
  2. VARIANT <-> QVariant
    By will49 in forum Qt Programming
    Replies: 2
    Last Post: 27th September 2009, 00:39
  3. can't show value of variant
    By guchangyuan in forum Qt Tools
    Replies: 3
    Last Post: 3rd August 2009, 13:34
  4. accumulate variant
    By mickey in forum General Programming
    Replies: 6
    Last Post: 24th August 2008, 12:56
  5. pixmap from variant
    By kernel_panic in forum Qt Programming
    Replies: 1
    Last Post: 30th January 2007, 11:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.