Developing multiple user interfaces for an application

Posted by denizkocak on Stack Overflow See other posts from Stack Overflow or by denizkocak
Published on 2010-06-06T18:21:39Z Indexed on 2010/06/06 18:22 UTC
Read the original article Hit count: 219

Filed under:
|
|

I want to develop an application which has a graphical user interface that could be developed by using different widget toolkits. For example I want to use Qt, GTK+ or even ncurses as a building block for my user interface for the same application. Moreover users could choose which GUI implementation will be used during the next startup of the application without recompiling it first. I wonder what are possible design strategies and design patterns used in the implementation of this design?

© Stack Overflow or respective owner

Related posts about design

Related posts about gui