Skip to content

Instantly share code, notes, and snippets.

@FONQRI
Created March 30, 2023 08:33
Show Gist options
  • Save FONQRI/5614c9fdb177acd356b2b95deec11bc0 to your computer and use it in GitHub Desktop.
Save FONQRI/5614c9fdb177acd356b2b95deec11bc0 to your computer and use it in GitHub Desktop.
QtQuickTutorialTextUsage1.qml for moderncpp.ir tutorial
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