So I have been working underground for a while on a web framework based on Qt but its gotten out of control and I need more help on it. The initial goal was to write a creole 1.0 compliant wiki based on Qt, but soon it grew into a full framework because of the lack of good C++ tools to do web development.
So far I have the following features working:
1) Simple .UI to XHTML transformations.
2) Basic form widget support ( line edits, selection boxes, buttons etc).
3) Rudimentary DOM event to Qt slots working.
4) Full bidirectional mapping of QVariantMaps to JSON objects.