Quote Originally Posted by Lykurg View Post
If you need to render a whole item then use QTableWidget::visualItemRect() with QWidget::render() of the table widget.
Thanks Lykurg,

got it working in that way.

Thank you very much!!!