Qt/MFC迁移框架(Qt/MFC Migration Framework)(转自:http://hi.baidu.com/tigerwooz/blog/item/cc6105fa65808612a)

2023-05-16

The Qt/MFC Migration Framework tool assists in the migration of existing Win32 or MFC applications to the Qt toolkit.

The project provides a set of classes that allow using Qt and MFC/Win32 windows in the same application. User interface elements developed with Qt can be embedded into an existing MFC or Win32 based user interface, and existing custom controls developed with MFC or Win32 can be integrated into Qt widgets.

Documentation:

Classes:
  • QWinHost
  • QWinWidget
  • QMfcApp
Examples - Win32 to Qt Migration:
  • Using Qt widgets in a Win32 user interface
  • Hosting a Win32 window in a Qt application
  • Creating a Win32 plugin DLL with a Qt GUI
Examples - MFC to Qt Migration:
  • A step by step migration walkthrough

Tested on:

  • Qt 4.4, 4.5 / Windows XP / MSVC.NET 2008

Unsupported platforms:

  • Linux
  • Unix
  • Mac OS X

Download Commercial Edition:

Only available for Qt Solutions license holders with a valid Support and Maintenance agreement (authentication required).
  • qtwinmigrate-2.8_1-commercial.zip
  • qtwinmigrate-2.8_1-commercial.tar.gz

Download Open Source Edition (LGPL):

  • qtwinmigrate-2.8_1-opensource.zip
  • qtwinmigrate-2.8_1-opensource.tar.gz

Changes:

  • 2.8: LGPL release.
  • 2.8: Misc. minor fixes.
  • 2.7: Fix potential infinite loop when setting focus.
  • 2.6: Support modal QWinWidget-children that are not QDialogs.
  • 2.6: Compile without Qt3Support.
  • 2.6: Provide API to block deferred deletes from being processed.
  • 2.5: Fix type of idle-counter to make OnIdle handling work as in MFC.
  • 2.5: New API QWinWidget::center that does not show the widget.
  • 2.5: Clarify documentation.
  • 2.5: Assert if window handles passed in are invalid.
  • 2.5: Make QWinHost a Q_OBJECT to allow safe casting via qobject_cast.
  • 2.4: Do not activate Win32 window when a nested Qt dialog is opened.
  • 2.4: Make QtWinWidget center properly on parent widget when showCentered().
  • 2.3: Make sure that widgets paint focus indicators when tabbed into coming from Win32 windows.
  • 2.3: Fix possible endless recursion when using QWinWidget in an MFC dialog.
  • 2.2: Compilation and documentation fixes.
  • 2.1: Make MFC accelerators work.
  • 2.1: Improve idle-processing.
  • 2.1: Don't close when the last Qt widget closes.
  • 2.1: Fix compilation issue in "winwidget" example.
  • 2.0: Version 1.2 ported to Qt 4.
  • 1.2: Integrate Qt and Win32 focus chains for QWinWidget.
  • 1.1: Block the Win32 window when a modal Qt dialog opens.

http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Windows/qtwinmigrate/

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Qt/MFC迁移框架(Qt/MFC Migration Framework)(转自:http://hi.baidu.com/tigerwooz/blog/item/cc6105fa65808612a) 的相关文章

  • 在 Restangular 中发送 GET 参数

    我在用着矩形 https github com mgonto restangular在我的项目和早期的项目中 这段代码对于检索对象数组效果很好 var params name Stack surname Overflow var servi
  • Express.js在控制器中获取http方法

    我正在构建一个注册表单 本地护照作为身份验证 表单作为表单助手 因为注册只知道 GET 和 POST 我想在一个函数中完成整个处理 换句话说 我正在寻找类似的东西 exports register function req res if r
  • 使用 PushStreamContent 从 HTTPClient 上传

    我想将大量数据上传到网络服务器from客户端机器 我直接跳到 PushStreamContent 这样我就可以直接写入流 因为结果的大小各不相同 并且可能相当大 流程如下 User runs query gt Reader Ready Ev
  • 删除 servlet 中的 cookie 时出现问题

    我尝试使用以下代码删除 servlet 中的 cookie Cookie minIdCookie null for Cookie c req getCookies if c getName equals iPlanetDirectoryPr
  • POST 后使用 303 重定向以避免“网页已过期”:如果字节数超过 GET 请求可以处理的字节数,它会工作吗?

    我想解决 网页已过期 问题 首先 我刚刚将 POST 更改为 GET 但这导致出现错误 我的 HTTP 请求超出了 GET 的最大大小 所以 现在我想尝试下面链接中描述的技术 帖子 303 重定向 但是我仍然会遇到相同的大小限制问题吗 对
  • 是否可以从数据库转储生成 knex 种子文件?

    就我而言 我使用的是 mysql 但是 我正在寻找一种通用解决方案 用于从当前运行的数据库或数据库转储生成 knex 种子文件 我可以就像是 https github com tgriesser knex issues 944 issuec
  • 除了 GET 和 POST 之外,如何从浏览器向 RESTful 应用程序发送任何内容?

    我没有得到 RESTful 的东西 是的 我知道如何从浏览器向我的应用程序发送 GET 请求 这是通过 URL 链接 a href user someone 并且还可以通过form方法发送POST请求 a
  • 在 Go 中跟踪 HTTP 请求时指定超时

    我知道通过执行以下操作来指定 HTTP 请求超时的常用方法 httpClient http Client Timeout time Duration 5 time Second 但是 我似乎不知道在跟踪 HTTP 请求时如何执行相同的操作
  • 如何在 MFC 中调整对话框大小时移动控件?

    我已经在 MFC 中创建了对话框视图 从下图中可以清楚地看到 如滑块控件和编辑框等 当我调整对话框大小时 这些控件不会移动 在此输入图像描述 https i stack imgur com 7OxAK jpg 我想移动控件以适应对话框 但不
  • 我应该使用多个 HttpClient 来进行批量异步 GET 请求吗?

    我有一个场景 我需要在尽可能短的时间内发出大量 GET 请求 想想大约 1000 个 我知道通常最好保留一个客户端并尽可能重用它 Create Single HTTP Client HttpClient client new HttpCli
  • 如何增加asp classic的请求接受限制

    我从java小程序向asp classic发送post请求 我在此请求中发送非常大的数据 即 csv 数据 当此请求中的字符数增加并超过 138000 时 asp 不接受该请求 java 小程序给出 500 错误 所以有人可以告诉我如何才能
  • 使用特定 HTTP 方法链接到页面 (DELETE)

    如何像 Rails 那样链接到页面并让浏览器使用 DELETE 方法调用它 我试过 a href DELETE ME a 但不起作用 我使用 Node js 所以我可以用它来处理 DELETE 方法 你不能 链接只会触发 GET 请求 您可
  • 具有键唯一性和按位置排序的 MFC 字典集合

    看着表上http msdn microsoft com en us library y1z022s1 28v vs 80 29 aspx core collection shape features http msdn microsoft
  • HttpWebRequest vs Webclient(特殊场景)

    我知道这个问题之前已经回答过thread https stackoverflow com questions 1694388 webclient vs httpwebrequest httpwebresponse 但我似乎找不到详细信息 在
  • 在java中轮询Http服务器(重复发送http get请求)

    当对其进行 REST 调用时 我的 Web 服务器会发送一些信息 我想不断轮询该服务器 间隔5秒后重复发送HTTP GET请求 以检查返回的信息是否有任何变化 做到这一点最有效的方法是什么 您能提供一些代码示例吗 请注意 我只想开发客户端代
  • AJAX 发送数据到 Node.js 服务器

    我尝试使用 AJAX 将数据发送到 Node js 服务器 但不断遇到同样的问题 即接收问题 这是客户端 JavaScript AJAX 代码 var objects function return new XMLHttpRequest f
  • 404 标头 - HTTP 1.0 还是 1.1?

    为什么我能找到的几乎每个例子 包括这个问题 https stackoverflow com questions 437256 sending a 404 error in php大约一年前 说 404 标头应该是HTTP 1 0 404 N
  • $http.get() 与 JSON 数据

    我正在编写一个服务器应用程序 并希望客户端使用正文中的数据来参数化我的 GET 方法 如下所示 http v GET http localhost 3000 url text 123 foo bar GET url HTTP 1 1 Acc
  • 如何在flutter项目中使用http拦截器?

    我必须向我的所有 Api 添加标头 有人告诉我为此使用 http 拦截器 但我无法理解如何做到这一点 因为我是颤振的新手 谁能帮我举个例子吗 您可以使用http 拦截器 https pub dev packages http interce
  • iOS WKWebView 处理文件下载

    我面临以下问题 在 Web 界面中 文件下载是通过锚标记触发的 如下所示 a href bla blabla a 虽然 Safari 浏览器可以处理此请求并打开一个对话框来处理文件 但 WKWebView 将此视为普通链接并且不对其执行任何

随机推荐