질문&답변
2023.08.24
따라했는데 안되요....오류가 뜹니다...
self.qq = QPushButton('=') self.qq.clicked.connect(self.calc) hbox = QHBoxLayout() hbox.addWidget(self.one) hbox.addWidget(self.plus) hbox.addWidget(self.three) hbox.addWidget(self.qq)