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.
这可能很明显,但我遇到了问题。如何在 Qt 中更改控件的名称?即我在Qt Creator 中创建了一些控件(按钮/编辑/等...),它们有一些默认名称(例如pushButton_2、lineEdit),我想将它们更改为实际告诉我它们用途的不同名称。但是怎么做?
您可以在 QtCreator 的设计器中通过以下几种方式进行操作:
F2
Enter
Object
objectName
Value