我使用: setFixedSize(size()); 停止窗口调整大小,但当鼠标位于窗口边框上时,仍会显示调整大小箭头.
setFixedSize(size());
有没有更好的方法来禁用窗口调整大小以避免在越过边界时显示箭头?
c++ user-interface qt border
border ×1
c++ ×1
qt ×1
user-interface ×1