資源簡介
截至 2009-12-15 nokia 官方公布的最新 Qt & Eclipse 插件。注意:本插件只匹配于 64 位的 Linux 操作系統(tǒng)。關(guān)于安裝 Qt 插件 到 Eclipse 步驟,請參考作者的 Csdn 博客:Linux 下集成 Qt 插件至 Eclipse 全過程,博客鏈接地址:http://blog.csdn.net/defonds/archive/2009/12/15/5013412.aspx。
代碼片段和文件信息
/*********************************************************************************
**
**?This?file?is?part?of?Qt?Eclipse?Integration
**
**?Copyright?(c)?2009?Nokia?Corporation?and/or?its?subsidiary(-ies).
**?All?rights?reserved.
**
**?Contact:??Nokia?Corporation?(qt-info@nokia.com)
**
**?Windows(R)?users?may?use?this?file?under?the?terms?of?the?Qt?Eclipse
**?Plug?In?License?Agreement?Version?1.0?as?attached?in?the?LICENSE.TXT?file.
**
**?Linux(R)?users?may?use?this?file?under?the?terms?of?the?GNU?Lesser
**?General?Public?License?Agreement?version?2.1?as?shown?in?the?LGPL-2_1.TXT?file.
**
**********************************************************************************/
#include?“adddialog.h“
AddDialog::AddDialog(QWidget?*parent)
:?QDialog(parent)
{
ui.setupUi(this);
}
AddDialog::~AddDialog()
{
}
評論
共有 條評論