This commit is contained in:
朱子楚\zhuzi
2024-03-09 18:26:54 +08:00
parent 7c0c4cc451
commit 97b9a789b0
32 changed files with 470 additions and 97 deletions

View File

@ -416,7 +416,7 @@ FluContentPage{
}
FluButton{
text:"Delete Selection"
text: qsTr("Delete Selection")
onClicked: {
var data = []
var rows = []
@ -440,7 +440,7 @@ FluContentPage{
}
FluButton{
text:"Add a row of Data"
text: qsTr("Add a row of Data")
onClicked: {
table_view.appendRow(genTestObject())
}