While you are debugging in QtCreator, the object inspector shows a column named Value. For native types it shows their value, but QString is not a native value and its value is shown too.
In this picture, foo_object is a custom type and I want to show its description. Is there any way to do that?
In order for a custom complex type to show up properly in Qt Creator's object inspector you should either use an existing or write your own debugging helper.
They basically allows you to define how your data should be interpreted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With