我应该在 Java 中使用 Qt Jambi 吗?
对我来说,在 Java 中使用 Qt Jambi 作为工具包是个好主意吗?
我看到Qt Jambi很难学,Swing比Qt Jambi容易,但我认为Qt Jambi更强大。
Is it a good idea for me to use Qt Jambi in Java as a toolkit?
I see that Qt Jambi is hard to learn, and Swing is easier than Qt Jambi, but I think that Qt Jambi is more powerful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
两年前,我启动了一个 Java 桌面应用程序并使用 Swing 作为 GUI 框架。 到目前为止,我已经有了 C++/MFC(不寒而栗)和 C++/Qt(非常好)的经验。
在尝试与 Swing 相处一段时间(包括阅读大量教程甚至一本书)后,我得出以下结论:
Swing 比 Qt 困难得多且笨拙得多,原因有以下三个:
然后我扔掉了 Swing GUI,转而使用 Qt Jambi,它给我留下了深刻的印象。 一个周末后,我有了一个漂亮的 Qt GUI,从此过上了幸福的生活。
Two years ago, I started a Java Desktop Application and used Swing as a GUI framweork. Up to that point, I had experience with C++/MFC (shudder) and C++/Qt (very nice).
After trying to get along with Swing for a while (including reading lots of tutorials and even a book) I came to the following conclusion:
Swing is much more difficult and clumsy than Qt for three reasons:
I then threw away the Swing GUI, switched to Qt Jambi and was really impressed by it. One weekend later I had a nice Qt GUI and lived happily ever after.
如果你认为熟悉Qt将来会有用,当你可能想用C++开发(或者改变一些基于Qt的软件)时,我认为那会很好。
If you think being familiar with Qt would be useful in the future, when you might want to develop in C++ (or change some Qt-based software), I think it would be nice.
Qt Jambi 比 Swing 和 SWT 更简单、更容易使用。
我认为 Qt Jambi 的唯一默认设置是没有太多相关文档,并且回答有关 Qt Jambi 问题的论坛很少(这是我发现的唯一一个:D)
希望这会有所帮助。
Qt Jambi is much simple and easier to use than Swing and SWT.
I think that the only default of Qt Jambi is that there is not that much documentation about that and forums answering questions about Qt Jambi are rare (this is the only one i found :D)
Hope this helps.