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.
の名前を取得する方法はありますQPushButtonか?
QPushButton
すなわち
self.pushButton_9_3.setObjectName("pushButton_9_3")
さて、あなたがボタンへの参照を持っているなら、あなたは単に使うことができます
my_button.objectName()
またはあなたの場合
self.pushButton_9_3.objectName()