当前位置:网站首页>Flet tutorial 03 basic introduction to filledbutton (tutorial includes source code) (tutorial includes source code)
Flet tutorial 03 basic introduction to filledbutton (tutorial includes source code) (tutorial includes source code)
2022-07-04 13:44:00 【Knowledge fatness】
FilledButton What is it?
FilledButton stay FloatingActionButton After that, it has the greatest visual impact , It should be used to complete the important final operation of the process , for example Save、Join now or Confirm.
Basic code
import flet
from flet import FilledButton, Page
def main(page: Page):
page.title = "Basic filled buttons"
page.add(
FilledButton(text="Filled button"),
FilledButton("Disabled button", disabled=True),
FilledButton("Button with icon", icon="add"),
)
flet.app(target=main)
Parameters
text
The text displayed on the buttonicon
Icon displayed in button .icon_color
Icon color .tooltip
The text displayed when hovering the mouse over the button .autofocus
If the control will be selected as the initial focus , It is true . If there are multiple controls with auto focus set on the page , The first control added to the page will get focus .content
Controls that represent custom button content .
边栏推荐
猜你喜欢
Database lock table? Don't panic, this article teaches you how to solve it
【云原生 | Kubernetes篇】深入了解Ingress(十二)
Comparative study of the gods in the twilight Era
Three schemes to improve the efficiency of MySQL deep paging query
比量子化学方法快六个数量级,一种基于绝热状态的绝热人工神经网络方法,可加速对偶氮苯衍生物及此类分子的模拟
C#/VB. Net to add text / image watermarks to PDF documents
The only core indicator of high-quality software architecture
How real-time cloud interaction helps the development of education industry
Xue Jing, director of insight technology solutions: Federal learning helps secure the flow of data elements
Commvault 和 Oracle 合作,在 Oracle 云上提供 Metallic数据管理即服务
随机推荐
《预训练周刊》第52期:屏蔽视觉预训练、目标导向对话
8 expansion sub packages! Recbole launches 2.0!
【AI系统前沿动态第40期】Hinton:我的深度学习生涯与研究心法;Google辟谣放弃TensorFlow;封神框架正式开源
Oracle 被 Ventana Research 评为数字创新奖总冠军
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
上汽大通MAXUS正式发布全新品牌“MIFA”,旗舰产品MIFA 9正式亮相!
Apache服务器访问日志access.log设置
PostgreSQL 9.1 soaring Road
Is the outdoor LED screen waterproof?
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
C array supplement
Flet教程之 03 FilledButton基础入门(教程含源码)(教程含源码)
高效!用虚拟用户搭建FTP工作环境
Backgroundworker usage example
光环效应——谁说头上有光的就算英雄
It is six orders of magnitude faster than the quantum chemical method. An adiabatic artificial neural network method based on adiabatic state can accelerate the simulation of dual nitrogen benzene der
「小技巧」给Seurat对象瘦瘦身
The old-fashioned synchronized lock optimization will make it clear to you at once!
Don't turn down, three sentences to clarify the origin of cross domain resource request errors
JVM series - stack and heap, method area day1-2