I'm programming in Qt, but I'm more accustomed to PHP.
So with that in mind, how do I 'echo' or 'print' out the contents of a QStringList or QString to ensure the contents are as expected?
I'm building a GUI application. Is there anyway to print the contents?
Obviously in PHP, you can print_r on an array, is there anything similar for a QStringList? And echo a variable, again, anything similar to QString?
I can provide code if needs be.
Thanks.