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.
如何自动将任何小部件调整为paintEvent 方法生成的内容尺寸?
不要试图那样做。调整大小会产生一个新的绘画事件,在最好的情况下,你最终会在你的 UI 中闪烁。您将需要在绘制事件之外计算您的小部件大小。