Hi,
I want to draw up/down arrow in an item delegate. I can draw it using...
Qt Code:
  1. QApplication::style()->drawPrimitive(QStyle::PE_IndicatorArrowDown, &opt, painter);
To copy to clipboard, switch view to plain text mode 
...but the point is that I'm unable to find a proper way to get its size hint so that I may be able to adjust spacing for rest of the content accordingly. Can someone help in the matter, please?
Regards,
Yogesh M