Project

General

Profile

Structuring code for gui apps

Added by jakub jirsa almost 8 years ago

Hi,

I would like to ask you what is the best way to organize hand coded GUI. I am new to Wt and I need to start building large app

. I was thinking of making classes (as containers) for each toolbar or menu but than I would have object which consist objects (for example buttons or it can be buttons and another container with buttons than it would be another object inside) and I have no idea how can I connect all of them together because they don't have access to each other. I am just asking about the proper method for that.

Thanks for your help