Hi everybody, i have read the code about checkbox in QML
i use Qt 4.7, but the code doesn't work.CheckBox {
id: checkBox
text: "Check box text"
}
Text {
text: checkBox.checked ? "Checked" : "Unchecked"
font.pixelSize: platformStyle.fontSizeMedium
font.family: platformStyle.fontFamilyRegular
color: platformStyle.colorNormalLight
}
Is there any module that i have to add into program ???
Please help me , thank you so much ..
Bookmarks