You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.