Practical GUI toolkit?

后端 未结 11 1860
我在风中等你
我在风中等你 2020-12-20 11:53

I am thinking about cross-platform with nice programming language bindings (Java, Ruby and Python). What would be the \"flattest\" learning curve but yet enough powers to p

11条回答
  •  独厮守ぢ
    2020-12-20 12:55

    I just want to mention that Qt is much much more than just a GUI toolkit. You get so much more with it, all nicely integrated into the framework, that it would be well worth using it if you are considering crossplatform development. The only issue is that if you want to use it via its Python binding PyQt, you'll either have to pay for a PyQt commercial license (expensive) or GPL your code.

提交回复
热议问题