hi, i have made a simple console application{using c++ and oop}...

i want to build a gui ontop of it...My gui gui will be extremely simple.

i.e two buttons {in QDialog} that will activate 2 functions of the application...

The question is how to do this...
I will remove every element of the console interface and i will connect the buttons to the functions ,but i dont want to

throw away all my design....

I know my question is too general, but i really cant be more specific...

thanks for your time,

N.A