We know that Qt has a plugin architecture that makes it possible to load code into an application without recompiling or relinking.
We also can integrate javascript into Qt using QScriptEngine.
I am wondering if there are any other dynamic features in Qt, which can add new features/functions to our application, without recompling or relinking.
Bookmarks