-
大小: 23.85MB文件類型: .gz金幣: 1下載: 0 次發布日期: 2023-08-01
- 語言: C/C++
- 標簽: Qt??Eclipse??C++??incubation??
資源簡介
利用 Eclipse C++ Qt 開發程序的安裝插件
代碼片段和文件信息
/*********************************************************************************
**
**?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()
{
}
- 上一篇:2018年新華三C語言筆試題
- 下一篇:MFC多語言界面切換
評論
共有 條評論