Re: [Interest] QWebPluginFactory + CSS

2012-03-15 Thread Konstantin Tokarev
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

[Interest] QWebPluginFactory + CSS

2012-03-14 Thread 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 top window. thanks