Created
March 16, 2023 05:24
-
-
Save FONQRI/8e36e89d81e3de7d8f648a2d6a897f48 to your computer and use it in GitHub Desktop.
QtQuickTutorialMyLabelUsage2.qml for https://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
MyLabel | |
{ | |
someText: Text { text: "world!" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment