{
	"style" : "groupbox",
	"title" : "Lamp Properties",
	"layout": [
		{
			"control": "comboBox",
			"name": "color",
			"title": "Color",
			"type": "int",
			"tooltip": "Which color should the lamp be?",
			"value-default": 0,
			"elements": ["Red", "Orange", "Yellow", "Green", "Blue", "Purple"]
		},
		{
			"control": "spinBox",
			"type": "int",
			"name": "brightness",
			"title": "Brightness",
			"tooltip": "Lamp's brightness",
			"value-default": 1,
			"value-min": 1,
			"value-max": 5,
			"single-step": 0.01
		}
	]
}
