garden.simpletablelayout:简单的表格布局

时间:2024-05-19 23:34:52
【文件属性】:

文件名称:garden.simpletablelayout:简单的表格布局

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-19 23:34:52

Python

简单的表格布局 像Layout这样的简单表格,可以理解子级的rowpan和colspan属性(例如HTML表格)。 用法(kv): 范例1: SimpleTableLayout: rows: 2 cols: 2 Button: text: "C1" colspan: 2 Button: text: "C2" Button: text: "C3" 创建: ########### # C1 # ########### # C2 # C3 # ########### 范例2: SimpleTableLayout: rows: 2 cols: 2 Button: text: "C1" rowspan: 2 But


【文件预览】:
garden.simpletablelayout-master
----readme.md(1021B)
----LICENSE(1KB)
----screenshot.png(18KB)
----__init__.py(5KB)
----.gitignore(12B)

网友评论