Is the Qt Eclipse integration plugin still available for download?(Qt Eclipse 集成插件是否仍可供下载?)
问题描述
我想开始在 Eclipse IDE 中使用 Qt 开发一个新的 C++ 应用程序.我从诺基亚读到了一个 Qt 集成插件,但找不到它可以下载,也没有任何官方声明它是否已停产或重命名.
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 是否还有 Qt GUI 插件?
Is there still a Qt GUI plugin for Eclipse?
推荐答案
很久以前就停止了它的工作,当 Qt 成为开源时,它已经过时了,它从下载页面中删除了.Windows 版本仍可在 Softpedia 不过.
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 Softpedia though.
我必须说,如果我是你,我会使用 Qt Creator.在过去的几年里,它的开发速度加快了,在 Qt 工作方面它比 Eclipse 好得多(我实际上也更喜欢它用于一般 C++ 工作).
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 Eclipse 集成插件是否仍可供下载?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Qt Eclipse 集成插件是否仍可供下载?
基础教程推荐
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
