Hi all,
iam new to this forum..

iam quite new to Qt environment
i have a problem in qt, i want to create a global instance which can be accessible to all the rest of the forms in the project.

in detail..
iam developing a GUI for the existing library which is developed by my professor which is written in c++,
i want to create an instance of the class(from existing library) in the main form and that should be accessed in all the forms of the rest of the project.
can any one please give a solution for this....

sarkar