inline void QWidget::setGeometry(int ax, int ay, int aw, int ah){ setGeometry(QRect(ax, ay, aw, ah)); }
class UiMainWndclass MainWnd