resizeEvent(QResizeEvent *event){ int w = width(); int h = height();}
这样就可以获取resize之后的高和宽啦
我目前的做法是在主窗口的size改变时移动按钮位置