Choose better default controls for generated code
Now default controls looks very ugly. We should change it to be something pretty like jqueryui controls.

Controls of type QCheckBoxList can be modified with
$this->lstProjectsAsTeamMember->ButtonMode = QCheckBoxList::ButtonModeJq;
And controls of type QListBox replaced with QSelectMenu.
The result can be like this:

I understand. However, I think the default should be standard HTML. Its easy enough to set the defaults through overriding the ModelConnectorControlClass function in QCodeGen. Also, jQueryUI controls are not really the state of the art any more. Bootstrap type controls seem more popular these days.
yes, and material design and polymer is for tomorrow...
but we forcing user to see plain html output. it is -10 points to become a new qcubed user. IMHO.
For 3.0, we should have documentation on the process of creating a website, including modifying the generated controls.