QWebElement::geometry() returns a QRect, its height() method returns an int, so this line
is clearly wrong.Qt Code:
To copy to clipboard, switch view to plain text mode
If you want a numerical value in a string use a formatting function, e.g. QString::number(), but why do you want a size value as a string?
Cheers,
_
Bookmarks