Lets say you r going to develop a photo editng soft开发者_运维技巧ware for win, linux and mac os. What language-gui woild you choose?
Dont tell me java because i dont like swing at all.
Thanks
You should give QT of Trolltech a try, its a C++ framework which you can use to develop nice GUI applications on almost any platform
QT Website
There's a cross-platform GUI toolkit called wxWidgets. It's a C++ library, but it has binding for Python, and possibly other languages as well. It works on all of the operating systems you've mentioned. I've used it successfully in the past, although it has been a while.
http://www.wxwidgets.org/
精彩评论