There's GammaRay
http://www.kdab.com/kdab-products/gammaray/
https://github.com/KDAB/GammaRay

It's not 100% efficient, but better then nothing. We end up doing our own
debugger command line to search and inspect object along a TreeView from
QWidgets to see/edit properties, pointer value, invoke methods and emit
signal. I would love to see one build for Qml build-in, we could stop
maintain ours.

The inspection of meta object can give you a lot of information to even
classify the properties per inheritance.

On Thu, Jun 25, 2015 at 3:30 PM, Jason H <jh...@gmx.com> wrote:

> Is there anything that allows us to see a tree view of items at runtime
> and inspect (and modify?) their properties?
>
> I just helped someone who was dealing with an opacity issue and it was
> because of a component a few levels up. If they could visualize the element
> hierarchy as a tree, it would have been solved in seconds.
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to