PDA

View Full Version : how many dynamic features are there in QT?



govi1
29th January 2016, 03:43
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.

jefftee
29th January 2016, 03:52
QProcess can be used to execute an external process too. I.e. A separate executable, a batch/script file, etc. There's also DBUS or ActiveX depending on the platform...