We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.button1 = SiPushButton(self) self.button1.clicked.connect(self.click_button) def click_button(self): self.demo_table_simple.addRow(data=["どうして1111", "高瀬統也", "どうして (feat. 野田愛実)", "03:01"])
通过这种方式无法向简单表格中动态添加新的行。
The text was updated successfully, but these errors were encountered:
感同身受,动态添加组件的bug好像都有,不管是什么组件,都不能动态添加,至少我尝试过的是这样
Sorry, something went wrong.
可以动态添加,widget.show()
No branches or pull requests
通过这种方式无法向简单表格中动态添加新的行。
The text was updated successfully, but these errors were encountered: