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.
我有一个 QGroupBox 小部件,我正在屏幕上制作动画。问题是我只想显示组框的某些部分。例如,如果小部件的宽度为 200 像素,我如何只显示前 100 像素而不改变小部件的大小并使布局变得有趣?
提前致谢
我想出了一个解决方案。通过将小部件放置在另一个组框内并为其设置动画以移出组框的边界会产生所需的结果。