Results 1 to 8 of 8

Thread: pass variables between 2 forms

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: pass variables between 2 forms

    Quote Originally Posted by patrik08
    and setting i put to a xml file... to make portable ....
    If you want to make your settings portable between different OSes, you can use .ini files (QSettings::IniFormat) or even register you own format with QSettings::registerFormat(), but this has nothing to do with passing data between objects inside your application.

  2. The following user says thank you to jacek for this useful post:

    patrik08 (17th June 2006)

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.