In a previous topic, it was talked about injecting a DLL into a Qt app to connect to it's slots and signals.
I'm thinking of what could be possible in a more generic way - injecting into a Qt application, listing the controls on the form, show the signals and slots and being able to interact with the application.
It seems that there IS a method that allows you to receive the array containing the signals and slots supported by an object, and we can get that list of objects by getting the parent and using children.
Does this sound feasible?
Who knows, it could grow into a new testing framework
Bookmarks