子窗口基本完成

This commit is contained in:
vc4
2021-08-24 12:21:17 +08:00
parent 90fb7b17a6
commit abc5c80b76
7 changed files with 185 additions and 32 deletions

55
data.ui Normal file
View File

@@ -0,0 +1,55 @@
{
"Label":[
{
"name":"label-dtitle",
"text":"数据标题",
"column": 1,
"row": 1
},
{
"name":"label-dempty",
"text":" ",
"column": 8,
"colweight": 1,
"row": 1
}
],
"Entry": {
"name":"entry-dfile",
"bg":"gold",
"width":10,
"column": 2,
"row": 1
},
"Text":{
"name":"text-dsetting",
"bg":"#cccccc",
"width":50,
"height":5,
"column": 1,
"columnspan": 10,
"rowweight": 1,
"row": 2
},
"Checkbutton":{
"name":"ckbtn-dhex",
"text":"HEX格式",
"sticky": "w",
"column": 1,
"row": 3
},
"Button":[
{
"name":"btn-dsend",
"text":"发送",
"column": 9,
"row": 3
},
{
"name":"btn-dsave",
"text":"保存",
"column": 10,
"row": 3
}
]
}