实例介绍
利用 Eclipse C++ Qt 开发程序的安装插件
【实例截图】
【核心代码】
25004868qt-eclipse-integration-linux.x86-1.6.1.tar
└── eclipse
├── features
│ └── com.trolltech.qtcpp.feature_1.6.1
│ ├── build.properties
│ ├── Changes-0.9.5
│ ├── Changes-1.0.0
│ ├── Changes-1.0.1
│ ├── Changes-1.4.0
│ ├── feature.xml
│ ├── license.html
│ └── license.txt
├── plugins
│ ├── com.trolltech.qtcpp_1.6.1.jar
│ ├── com.trolltech.qtcppdesigner_1.6.1.jar
│ ├── com.trolltech.qtcppdesigner.linux.x86_1.6.1
│ │ ├── bin
│ │ │ └── com
│ │ │ └── trolltech
│ │ │ └── qtcppdesigner
│ │ │ └── views
│ │ │ └── embedded
│ │ │ ├── ActionEditorW$1.class
│ │ │ ├── ActionEditorW$2.class
│ │ │ ├── ActionEditorW.class
│ │ │ ├── DesignerBridgeW$1.class
│ │ │ ├── DesignerBridgeW$2.class
│ │ │ ├── DesignerBridgeW.class
│ │ │ ├── FormWindowW$1.class
│ │ │ ├── FormWindowW$2.class
│ │ │ ├── FormWindowW.class
│ │ │ ├── FormWindowWListener.class
│ │ │ ├── KEEPME
│ │ │ ├── ObjectInspectorW$1.class
│ │ │ ├── ObjectInspectorW$2.class
│ │ │ ├── ObjectInspectorW.class
│ │ │ ├── PropertyEditorW$1.class
│ │ │ ├── PropertyEditorW$2.class
│ │ │ ├── PropertyEditorW.class
│ │ │ ├── ResourceEditorW$1.class
│ │ │ ├── ResourceEditorW$2.class
│ │ │ ├── ResourceEditorW.class
│ │ │ ├── SignalSlotEditorW$1.class
│ │ │ ├── SignalSlotEditorW$2.class
│ │ │ ├── SignalSlotEditorW.class
│ │ │ ├── WidgetBoxW$1.class
│ │ │ ├── WidgetBoxW$2.class
│ │ │ └── WidgetBoxW.class
│ │ ├── lib
│ │ │ └── libqtcppdesigner.so
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── plugin.xml
│ ├── com.trolltech.qtcppdesignerplugins.linux.x86
│ │ ├── dependentlibs
│ │ │ ├── libQt3SupportCppIntegration.so
│ │ │ ├── libQt3SupportCppIntegration.so.4
│ │ │ ├── libQt3SupportCppIntegration.so.4.6
│ │ │ ├── libQt3SupportCppIntegration.so.4.6.1
│ │ │ ├── libQtNetworkCppIntegration.so
│ │ │ ├── libQtNetworkCppIntegration.so.4
│ │ │ ├── libQtNetworkCppIntegration.so.4.6
│ │ │ ├── libQtNetworkCppIntegration.so.4.6.1
│ │ │ ├── libQtSqlCppIntegration.so
│ │ │ ├── libQtSqlCppIntegration.so.4
│ │ │ ├── libQtSqlCppIntegration.so.4.6
│ │ │ ├── libQtSqlCppIntegration.so.4.6.1
│ │ │ ├── libQtWebKitCppIntegration.so
│ │ │ ├── libQtWebKitCppIntegration.so.4
│ │ │ ├── libQtWebKitCppIntegration.so.4.6
│ │ │ └── libQtWebKitCppIntegration.so.4.6.1
│ │ ├── libqt3supportwidgets.so
│ │ ├── libqwebview.so
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── src
│ │ └── KEEPME
│ ├── com.trolltech.qtcppdesigner.qtcpp_1.6.1.jar
│ ├── com.trolltech.qtcppintegrationhelp_1.6.1.jar
│ ├── com.trolltech.qtcppintegrationhelp.examples_1.6.1
│ │ ├── AddressBook
│ │ │ ├── adddialog.cpp
│ │ │ ├── adddialog.h
│ │ │ ├── adddialog.ui
│ │ │ ├── addressbook.cpp
│ │ │ ├── addressbook.h
│ │ │ ├── AddressBook.pro
│ │ │ ├── addressbook.ui
│ │ │ └── main.cpp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── src
│ │ └── KEEPME
│ ├── com.trolltech.qtcpp.linux.x86_4.6.1
│ │ ├── build.properties
│ │ ├── lib
│ │ │ ├── libQtCoreCppIntegration.so.4.6.1
│ │ │ ├── libQtDesignerComponentsCppIntegration.so.4.6
│ │ │ ├── libQtDesignerComponentsCppIntegration.so.4.6.1
│ │ │ ├── libQtDesignerCppIntegration.so.4.6.1
│ │ │ ├── libQtGuiCppIntegration.so.4.6.1
│ │ │ ├── libQtScriptCppIntegration.so.4.6.1
│ │ │ └── libQtXmlCppIntegration.so.4.6.1
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ └── src
│ │ └── KEEPME
│ ├── com.trolltech.qtcppproject_1.6.1.jar
│ └── com.trolltech.qtcppproject.linux.x86_1.6.1
│ ├── bin
│ │ └── com
│ │ └── trolltech
│ │ └── qtcppproject
│ │ └── pages
│ │ └── embedded
│ │ ├── KEEPME
│ │ ├── QrcTreeView$1.class
│ │ ├── QrcTreeView$2.class
│ │ ├── QrcTreeView.class
│ │ ├── QrcTreeViewListener.class
│ │ ├── ScopeList$1.class
│ │ ├── ScopeList$2.class
│ │ └── ScopeList.class
│ ├── lib
│ │ ├── libqtcppproparser.so
│ │ └── libqtcppqrceditor.so
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── plugin.xml
└── QT_ECLIPSEINTEGRATION_INSTALL.TXT
34 directories, 95 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论