15.03.2012, 04:38, "Tibo W" :
> Hi,
> I'm creating an object (inheriting from QWidget) through a QWebPluginFactory.
> I then use CSS to modify the width and height of this object.
> So from c++, how can I retrieve the size I set through CSS ?
> width() and height() seem to return the size of the t
Hi,
I'm creating an object (inheriting from QWidget) through a QWebPluginFactory.
I then use CSS to modify the width and height of this object.
So from c++, how can I retrieve the size I set through CSS ?
width() and height() seem to return the size of the top window.
thanks