You cannot link class methods "really dynamically" (using QLibrary::load() and QLibrary::resolve()) in Qt. You can only link C-functions. You find some info here

http://stackoverflow.com/questions/2...import-a-class

Also, the stackoverflow answer contains a bit of helpful cheese using virtual functions,