Generic Component Framework (Qt Contest 2007 Award Winner)

Graphical User Interfaces have revolutionized the way people think of and interact with computers today. Young computer users may not even be aware of the old terminal based interfaces because of the simple fact that most applications today are GUI applications.

Developing good user interfaces is a challenging task. Even more challenging is the task maintaining and upgrading huge UI applications. Any developer who has been involved in writing large scale UI application software would agree with this. There are a plethora of UI Widget Libraries available in the software world today to help ease out UI application development. There are also several application frameworks that help provide structure to UI applications and hence make it easy for maintaining and upgrading them. In this page we present a component framework written by us for use in our applications.

Generic Component Framework or GCF is a custom component framework built using Qt 4.3.x. Using this framework you can compose your application as a collection of components.

GCF 1.0.573 is now available at http://vcreatelogic.com/oss/gcf/index.html.