QtConcurrent-run-member-function

From Qt Wiki
Revision as of 17:18, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

You can call a member function of an object using QtConcurrent::run as follows. (Note for an inherited member function, please see QtConcurrent run inherited member function).

form.h

form.cpp

form.ui

MyClass.h

main.cpp

Categories: