In MFC we have Updadate function, but in Qt I don't which functions equals with that?
thanks
Printable View
In MFC we have Updadate function, but in Qt I don't which functions equals with that?
thanks
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).