Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以重新调整 QFrame 及其所有子小部件?子小部件都是我的自定义小部件,我总是与它们交互,但我需要它们全部缩放,甚至它们的相对坐标位置
在解决不同的问题时无意中遇到了解决方案。
我使用 QFrame::grab() 函数来获取帧及其所有子帧的像素图,并在 QPainter 上使用 .scale(int x, int y) 函数时在其他地方重新绘制所述像素图。