Stop using QT on windows version

Posted:
Tue Feb 21, 2012 8:23 am
by pfan117
I know that you are using QT for the interface programming on windows version.
Really don't think that is a good idea. Why not windows native MFC or SDK programming?

Re: Stop using QT on windows version

Posted:
Wed Feb 22, 2012 12:36 am
by chulai
Why is not a good idea? QT is cross-platform and that's why you have GoldenDict in Windows, Linux and to some extend on OS X. Also tt's more OO that MFC and easier to use and learn.
On the other hand, MFC is Windows only and I think is obsolete. isn't it?
Re: Stop using QT on windows version

Posted:
Wed Feb 22, 2012 3:12 am
by pfan117
chulai wrote:Why is not a good idea? QT is cross-platform and that's why you have GoldenDict in Windows, Linux and to some extend on OS X. Also tt's more OO that MFC and easier to use and learn.
On the other hand, MFC is Windows only and I think is obsolete. isn't it?
Got it. Your are right. QT is cool.