Quote Originally Posted by jpn View Post
So, what prevents you from using multiple columns? You'll get nice alignment out of the box. Besides, I'd use tree view instead of table view.
Tree view is clumsy for touch screen user interaction. I've tried it before and because of fu... users I had to recode tree view into representation I want to do now in Qt. The same solution worked in Clarion for Windows.

Quote Originally Posted by THRESHE View Post
You can create a layout on a widget wich has the strings that you said and icons and then set this widget as a cell widget. Though it can be slow...

The other way is to implement a delegate and draw your cell there
So. thanks for guideline, I will get to read docs about delegates ASAP.