Created
March 30, 2023 08:33
-
-
Save FONQRI/5614c9fdb177acd356b2b95deec11bc0 to your computer and use it in GitHub Desktop.
QtQuickTutorialTextUsage1.qml for moderncpp.ir tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Text { | |
text: "The quick brown fox" | |
color: "#303030" | |
font.family: "Ubuntu" | |
font.pixelSize: 28 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment