PDA

View Full Version : seperating GUI from programming logic?



maybnxtseasn
15th October 2012, 05:27
Anyone have any advise or good reads on separating the GUI from programming logic using?

Boron
15th October 2012, 07:02
The MVC design pattern (Model-View-Controller) realizes this.
You can find a lot of information in the internet on this.

For Qt you should read this: http://qt-project.org/doc/qt-4.8/model-view-programming.html