15.03.2012, 04:38, "Tibo W" <[email protected]>: > 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.
QWebElement::geometry()? -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
