GUI Development - Language and Builder [closed]
I have a nice piece of software written in Erlang, over the past few weeks I have developed a gui using wxWidgets. Its decent at best, the nightmares come from the fact that the开发者_高级运维re is no gui wysiwyg type of a program that writes erlang.
So..
I am looking to code my gui in another language and link it somehow (the somehow is not important, I will figure it out)
I have looked into both QT and C++ Builder and am strongly considering either of the two. However before I finally take the plunge I need some advice from users who have been here. Which of the two should I choose and is there a better option?
wxWidgets and GTK are out of the question
It sounds like you've covered the range of modern C++ GUI options (two you're considering, and two you're not). Qt is an excellent choice, but I've never used C++ Builder.
I haven't any experience with C++ Builder, but considering QT I can say, that it's very good choice. Plenty of good straightforward examples and the best reference documentation I have ever seen make learning QT quite easy process.
Besides that I have found a small article concerning comparison of Qt and C++ Builder.
精彩评论