size : QSizeThis property holds the size of the widget excluding any window frame.
inline void setFrameGeometry2(const QRect& fg) {resize(fg.size()); move(fg.topLeft());} inline QRect frameGeometry2() const {QRect fg(pos(), size()); return fg;}