• 大小: 216KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-04
  • 语言: C/C++
  • 标签: QTWinmigrate  QT  DLL  

资源简介

找了很久,花钱才弄到的,QT 开源版的 QTWinmigrate 可以 使用Qt调用MFC 也可以使用MFC调用Qt 打开QTWinmigrate文件夹,里面有几个目录,buildlib,doc,examples,lib,src。 在examples目录下给出几个应用QTWinmigrate的例子

资源截图

代码片段和文件信息

/****************************************************************************
**
** This file is part of a Qt Solutions component.
** 
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
** 
** Contact:  Qt Software Information (qt-info@nokia.com)
** 
** Commercial Usage  
** Licensees holding valid Qt Commercial licenses may use this file in
** accordance with the Qt Solutions Commercial License Agreement provided
** with the Software or alternatively in accordance with the terms
** contained in a written agreement between you and Nokia.
** 
** GNU Lesser General Public License Usage
** Alternatively this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
** 
** In addition as a special exception Nokia gives you certain
** additional rights. These rights are described in the Nokia Qt LGPL
** Exception version 1.0 included in the file LGPL_EXCEPTION.txt in this
** package.
** 
** GNU General Public License Usage 
** Alternatively this file may be used under the terms of the GNU
** General Public License version 3.0 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU General Public License version 3.0 requirements will be
** met: http://www.gnu.org/copyleft/gpl.html.
** 
** Please note Third Party Software included with Qt Solutions may impose
** additional restrictions and it is the user‘s responsibility to ensure
** that they have met the licensing requirements of the GPL LGPL or Qt
** Solutions Commercial license and the relevant license of the Third
** Party Software they are using.
** 
** If you are unsure which license is appropriate for your use please
** contact the sales department at qt-sales@nokia.com.
** 
****************************************************************************/

// childview.cpp : implementation of the ChildView class
//

#include “stdafx.h“
#include “qtmfc.h“
#include “childview.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// ChildView

ChildView::ChildView()
{
}

ChildView::~ChildView()
{
}


BEGIN_MESSAGE_MAP(ChildViewCWnd )
//{{AFX_MSG_MAP(ChildView)
ON_WM_PAINT()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()


/////////////////////////////////////////////////////////////////////////////
// ChildView message handlers

BOOL ChildView::PreCreateWindow(CREATESTRUCT& cs) 
{
if (!CWnd::PreCreateWi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        443  2009-04-24 11:42  buildlib\buildlib.pro

     文件       1341  2009-04-24 11:42  doc\html\classic.css

     文件       4075  2009-04-24 11:42  doc\html\images\qt-logo.png

     文件       2762  2009-04-24 11:42  doc\html\index.html

     文件      26052  2009-04-24 11:42  doc\html\qmfcapp-members.html

     文件       8725  2009-04-24 11:42  doc\html\qmfcapp.html

     文件       2633  2009-04-24 11:42  doc\html\qtwinmigrate.dcf

     文件      10251  2009-04-24 11:42  doc\html\qtwinmigrate.index

     文件      54272  2009-04-24 11:42  doc\html\qtwinmigrate.qch

     文件       4224  2009-04-24 11:42  doc\html\qtwinmigrate.qhp

     文件      42293  2009-04-24 11:42  doc\html\qwinhost-members.html

     文件       9115  2009-04-24 11:42  doc\html\qwinhost.html

     文件      42297  2009-04-24 11:42  doc\html\qwinwidget-members.html

     文件       1971  2009-04-24 11:42  doc\html\qwinwidget-obsolete.html

     文件       7288  2009-04-24 11:42  doc\html\qwinwidget.html

     文件       5573  2009-04-24 11:42  doc\html\winmigrate-qt-dll-example.html

     文件       8334  2009-04-24 11:42  doc\html\winmigrate-qt-in-win32-example.html

     文件      32137  2009-04-24 11:42  doc\html\winmigrate-walkthrough.html

     文件       6315  2009-04-24 11:42  doc\html\winmigrate-win32-in-qt-example.html

     文件       4075  2009-04-24 11:42  doc\images\qt-logo.png

     文件       1377  2009-04-24 11:42  doc\index.qdoc

     文件      20065  2009-04-24 11:42  doc\walkthrough.qdoc

     文件         56  2009-04-24 11:42  examples\examples.pro

     文件       3400  2009-04-24 11:42  examples\mfc\step1\childview.cpp

     文件       3552  2009-04-24 11:42  examples\mfc\step1\childview.h

     文件       4428  2009-04-24 11:42  examples\mfc\step1\mainframe.cpp

     文件       3790  2009-04-24 11:42  examples\mfc\step1\mainframe.h

     文件       5496  2009-04-24 11:42  examples\mfc\step1\qtmfc.cpp

     文件       4158  2009-04-24 11:42  examples\mfc\step1\QtMfc.dsp

     文件       3516  2009-04-24 11:42  examples\mfc\step1\qtmfc.h

............此处省略108个文件信息

评论

共有 条评论