问题
I need to write cross-platform GUI application, what toolkit can I use? Currently I am working in Windows, MSVC, and Linux, gcc.
回答1:
The most popular options are Qt and wxWidgets. I, personally, have found Qt much more feature-rich.
A newer option, however, (depending on what you are developing) is Silverlight/Moonlight. Flash can also work for cross platform GUI development, in some cases.
回答2:
You can try using QT.
回答3:
If you want something simpler to learn and use, you might consider Real Studio. With Real Studio, you can easily create cross-platform software for Windows, OS X, Linux and the web using an easy-to-use IDE and a Basic-like, object-oriented programming language.
http://www.realsoftware.com
来源:https://stackoverflow.com/questions/2351987/cross-platform-ui-toolkit