Skip to content

Instantly share code, notes, and snippets.

@FONQRI
Last active March 16, 2023 05:21
Show Gist options
  • Save FONQRI/9969f5ac70a3ee1f96219169720d0965 to your computer and use it in GitHub Desktop.
Save FONQRI/9969f5ac70a3ee1f96219169720d0965 to your computer and use it in GitHub Desktop.
QtQuickTutorialMyLabel.qml for moderncpp.ir tutorial
// MyLabel.qml
import QtQuick 2.0 
Text
default property var someText text: "Hello, " + someText.text 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment