summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine/data/userinterface.qs
blob: 8aed716307901d93274d2d430f65e867fbd9b9fd (plain)
1
2
3
4
5
function Component()
{
    // check that the .ui file has been properly loaded
    console.log("checked: " + component.userInterface("form").checkBox.checked);
}