Hi,Every one.
I want to put an icon and text together into QTableWidget.
I find that
Qt Code:
  1. QTableWidgetItem ( const QIcon & icon, const QString & text, int type = Type )
To copy to clipboard, switch view to plain text mode 
can do it.
But I want to put the icon on the right of the text,and what the upper code done is putting the icon on the left of the text.
How to do?
Thk u.