Skip to content

Commit bcbdea9

Browse files
author
peter
committed
Update to 3.9.14.
1 parent 30adf57 commit bcbdea9

File tree

11 files changed

+352
-21
lines changed

11 files changed

+352
-21
lines changed

README_INDEX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ ui.run(native=True)
10641064

10651065
`position`参数,字符串类型,通知出现的位置,有"top-left"、 "top-right"、"bottom-left"、 "bottom-right"、 "top"、 "bottom"、 "left"、 "right"、 "center"可选,默认为 "bottom"。
10661066

1067-
`close_button`参数,字符串类型或者布尔型,是否显示关闭按钮,如果是字符串类型,关闭按钮的文字就是给定的文字。
1067+
`close_button`参数,字符串类型或者布尔型,是否显示关闭按钮,如果是字符串类型,关闭按钮的文字就是给定的文字,默认为`False`
10681068

10691069
`type`参数,字符串类型,通知的类型,有"positive"、 "negative"、 "warning"、 "info"、 "ongoing",默认为`None`,不是其中的任何一种。
10701070

@@ -1078,7 +1078,7 @@ ui.run(native=True)
10781078

10791079
`timeout`参数,整数型,通知自动消失的时间,单位毫秒,为0就是不消失,但是要确保`close_button`不是`False`,否则通知没法正常消除,影响用户体验。
10801080

1081-
`spinner`参数,布尔类型,是否显示转盘动画。
1081+
`spinner`参数,布尔类型,是否显示转盘动画,默认为`False`
10821082

10831083
#### 2.3.5 属性绑定和数据控件
10841084

README_MORE.assets/ui_dialog.png

11.6 KB
Loading

README_MORE.assets/ui_menu.png

13.2 KB
Loading
10.1 KB
Loading

README_MORE.assets/ui_stepper.png

20.1 KB
Loading

README_MORE.assets/ui_stepper2.png

19.7 KB
Loading
42.5 KB
Loading

README_MORE.assets/ui_timeline.png

14.4 KB
Loading
34.1 KB
Loading

README_MORE.assets/ui_tooltip.png

56.8 KB
Loading

0 commit comments

Comments
 (0)