Results 1 to 6 of 6

Thread: extra hard copy (as text) of QSettings

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    90
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default extra hard copy (as text) of QSettings

    Hello,

    How can I have alternative hard copy as text (beside registry & others) of QSettings. unfortunately, the following code does not work.

    Qt Code:
    1. QSettings _qsetsettings("ORG_NAME", "APP_NAME");
    2. _qsetsettings.setPath(QSettings::IniFormat,
    3. QSettings::UserScope,
    4. QDir::currentPath());
    5. _qsetsettings.setObjectName("MyIniFileName");
    6. _qsetsettings.sync();
    To copy to clipboard, switch view to plain text mode 

    regards,
    n_navid
    Last edited by navid; 5th December 2009 at 08:54.

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. Problem with copy text to clipboard
    By weiching in forum Qt Programming
    Replies: 1
    Last Post: 22nd December 2008, 12:44

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.