Hello forum,

I am having issues while printing out the graphics item type information. I want to print the verbose information not the numeric one.

Is there any mechanism in Qt to print the graphics item type, something like the following:


Qt Code:
  1. qDebug () << "Item type: " << item->type() << endl;
To copy to clipboard, switch view to plain text mode 


The above code gives me the numeric value, i would like to have something verbose


Regards
Sajjad