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.
如果我有许多 ui 文件,并且每个文件都有近 5-10 个不同大小的按钮,如何在 QT Designer 或 QT creator 中快速将其大小恢复为默认值。以及如何设置这个默认大小?
按住 Control 键,然后单击每个按钮。这允许您一次选择多个按钮。然后,单击几何属性的“重置”按钮。如果几何属性显示为灰色,则表示按钮位于布局内。在这种情况下,几何属性将被忽略;您不需要将其设置为任何内容,因为布局会处理它。