- TD-Framework
- This Framework provide some basic controls encapsulation which is based on Qt C++ . The purpose is to improve the development efficiency,It works as much as possible to separate the UI design from the program development.You can use this framework to create a beautiful user interface,and all you need is UI to provide enough pictures.Here is a link of API document www.threedog.top.
- Platform: Windows 7 X64.
- development environment: Qt 5.4.1.
- I just studied the QML, but I think it's suitable for fit C++ programers.So I developed an simple Framework based on Qt C++,witch can help us create a nice interface conveniently.
- After you create a Qt Project,right click on your project and chose
Add Existing Directory...
add this framework.then you can import these controls by#include "ThreeDog/td.....h"
.And more specific usage method, you can view the API document.
- MIT
- TD-Framework
- TD框架
- 该框架提供了一些基于Qt C++的基本控件的封装。其目的是为了提高开发效率,尽可能的将UI设计与程序开发分开,你可以使用这个框架迅速快捷地创建一个漂亮的用户界面,而你所需要的就是UI来提供足够的图片。你可以访问www.threedog.top来查阅相关API文档
- 开发平台: Windows 7 X64.
- 开发环境: Qt 5.4.1.
- 我刚刚学习了QML,但我觉得它可能并不太适合C++的程序员,所以我开发了一个基于Qt C++的简易框架,可以帮助我们方便的创建友好的用户界面。
- 在Qt中创建一个项目后,右击您的项目选择
Add Existing Directory...
并添加这个框架,然后你可以通过#include "ThreeDog/td.....h"
引入你需要的控件,关于控件具体的使用方法可以查阅API文档。
- MIT