Any ideas on this one ?
Thanks.
A simple way around this is to add a child widget to the scrollview and do all the drawing in the paint event of the widget.
Qt Code:
public: protected: //... } }; //... wid = new MyWidget(viewport()); wid.resize(600, 400); //...To copy to clipboard, switch view to plain text mode
Bookmarks