Results 1 to 2 of 2

Thread: What does Updatedata function in MFC equal with Qt?

  1. #1
    Join Date
    Nov 2009
    Posts
    59
    Thanks
    20
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default What does Updatedata function in MFC equal with Qt?

    In MFC we have Updadate function, but in Qt I don't which functions equals with that?
    thanks

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: What does Updatedata function in MFC equal with Qt?

    None.

    UpdateData causes a call to your DoDataExchange method to populate the controls.

    On Qt, you just write the DataExchange method and call that (or whatever other name you wish to call it).

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

    nthung (6th June 2010)

Similar Threads

  1. Replies: 0
    Last Post: 10th March 2010, 08:13
  2. Replies: 6
    Last Post: 5th March 2010, 11:54
  3. Forcing equal row heights in QTableWidget
    By wssddc in forum Newbie
    Replies: 2
    Last Post: 2nd November 2009, 01:16
  4. How to set QWizard size equal for all its pages
    By kalos80 in forum Qt Programming
    Replies: 0
    Last Post: 9th June 2009, 09:00
  5. Equal scales
    By sukram in forum Qwt
    Replies: 1
    Last Post: 22nd July 2008, 07:44

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.