-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use With Flet change font size FText("tolol").qt(StyleSheet="font-size:30px") not work #2
Comments
and how to spaceBetween in FRow() with FRow(alignment="spaceBetween): |
and how to use FAppBar with Flet my code not work def content(self): |
Flet backend is very preliminary right now, and .qt() is for QT backend |
While there are still many things missing, with the latest commit a3d8730 |
and how to use if on text to show and hide
Example
Ftext("aass").flet(visible=True if status==True else FALSE)
Can it be like that
Pada tanggal Sen, 22 Mei 2023 22.31, Buganini Chiu ***@***.***>
menulis:
… While there are still many things missing, with the latest commit a3d8730
<a3d8730>
you can use .flet() to specify flet properties, eg.
FText("test").flet(size=16)
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMNJC27OMRARJPCHETSHDITXHOBGXANCNFSM6AAAAAAYESGMJA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
how to use with flet
i want change size font and other
not work
my code
FText("tolol").qt(StyleSheet="font-size:30px")
The text was updated successfully, but these errors were encountered: