Qt Eclipse 集成插件还可以下载吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12618223/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is the Qt Eclipse integration plugin still available for download?
提问by ducky
I want to start developing a new C++ application with Qt in the Eclipse IDE. I read about a Qt integration plugin from Nokia but can not find it to download, nor any official statement whether it is been discontinued or renamed.
我想开始在 Eclipse IDE 中使用 Qt 开发一个新的 C++ 应用程序。我读了诺基亚的 Qt 集成插件,但找不到下载,也没有任何官方声明它是否已停产或重命名。
Is there still a Qt GUI plugin for Eclipse?
是否还有用于 Eclipse 的 Qt GUI 插件?
采纳答案by cmannett85
Work was stopped on it a long time ago, and when Qt became open-source it had become so out of date it was removed from the downloads page. The Windows version is still available at Softpediathough.
很久以前,它的工作就停止了,当 Qt 开源时,它已经过时了,它从下载页面中删除了。不过,Softpedia仍提供 Windows 版本。
I must say, if I were you, I would use Qt Creator. Development on it has accelerated in the last couple of years and it is much better than Eclipse for Qt work (I actually prefer it for general C++ work as well).
我必须说,如果我是你,我会使用 Qt Creator。在过去的几年里,它的开发加速了,它在 Qt 工作中比 Eclipse 好得多(我实际上也更喜欢它用于一般的 C++ 工作)。