I have no experience building QT apps. My background is PHP webdev. I skimmed the QT docs prior to my earlier post & gained the impression that webInspector is easily invoked.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
needed badly? Wouldn't mark it TOP priority, but right now no better discussion category exists
Wow! I didn't even know that webkit has that functionality.
https://trac.webkit.org/wiki/WebInspector
Does this mean that it's like DOM inspector with hierarchical list ?
Yes, DOM inspector, collapsible elements tree, subtabs within the widget to show errmsgs, console, scripts, DOM, js debugger, etc.
class reference dox: http://qt-project.org/doc/qt-4.8/qwebinspector.html
debugger tips: http://www.qtweb.net/pages/ibr9600.html
I have no experience building QT apps. My background is PHP webdev. I skimmed the QT docs prior to my earlier post & gained the impression that webInspector is easily invoked.