(self, stepCount, title, btnText)
| 571 | self.statusText.setText(self.tr("[状态文本]")) |
| 572 | |
| 573 | def _initView(self, stepCount, title, btnText): |
| 574 | self.title.setText(f"{stepCount}. {title}") |
| 575 | self.importBtn.setText(btnText) |
| 576 | |
| 577 | def _connectSlots(self): |
| 578 | self.importBtn.clicked.connect(self.selectFile) |