Skip to content

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.

License

Notifications You must be signed in to change notification settings

TheThreeDog/TD-FrameWork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English version


Name:

  • TD-Framework

Introduction:

  • 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.

Feature:

  • 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.

Usage:

  • 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.

License:

  • 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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages