1 Star 0 Fork 2

735754647/qtwinmigrate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Qt Solutions Component: Qt/MFC Migration Framework

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.

Notes:

When building this component as a library ("configure.bat
-library"), the default configuration includes MFC support. That
is, the MFC SDK must be present, otherwise compilation will fail.
To avoid this dependency (e.g. for usage with Visual Studio
Express editions, which do not include MFC), edit the
src/qtwinmigrate.pri file as explained in its comments before
building this component.

Version history:

1.1: - Block the Win32 window when a modal Qt dialog opens.

1.2: - Integrate Qt and Win32 focus chains for QWinWidget.

2.0: - Version 1.2 ported to Qt 4.

2.1: - Fix compilation issue in "winwidget" example.
     - Don't close when the last Qt widget closes.
     - Improve idle-processing.
     - Make MFC accelerators work.

2.2: - Compilation and documentation fixes.

2.3: - Fix possible endless recursion when using QWinWidget in an
     MFC dialog.
     - Make sure that widgets paint focus indicators when tabbed into
     coming from Win32 windows.

2.4: - Make QtWinWidget center properly on parent widget when
     showCentered().
     - Do not activate Win32 window when a nested Qt dialog is opened.

2.5: - Make QWinHost a Q_OBJECT to allow safe casting via
     qobject_cast.
     - Assert if window handles passed in are invalid.
     - Clarify documentation.
     - New API QWinWidget::center that does not show the widget.
     - Fix type of idle-counter to make OnIdle handling work as in MFC.

2.6: - Provide API to block deferred deletes from being processed.
     - Compile without Qt3Support.
     - Support modal QWinWidget-children that are not QDialogs.

2.7: - Fix potential infinite loop when setting focus.

2.8: - Misc. minor fixes.
     - LGPL release.

空文件

简介

使用qtwinmigrate开源库 带界面Qt Dll 基于Qt编写界面dll理论上可以在MFC、Qt、JAVA、C# WinFrom以及WPF(这个还是要嵌入winfrom外壳)中使用,夸大点来说是可以在任何语言中调用。 展开 收起
C++ 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a735754647/qtwinmigrate.git
git@gitee.com:a735754647/qtwinmigrate.git
a735754647
qtwinmigrate
qtwinmigrate
master

搜索帮助