1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/README.md
2017-12-02 20:04:46 +08:00

74 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# QQt Foundation Class
==============================================
1. 支持绘制图表
- QQtChart (compatiable with QChart and QCustomPlot)
2. 支持检测USB设备热插拔
3. 自定义了一部分特殊需要的控件用来解决Qt的嵌入式bug。
- 包括完全使用图片的checkboxswitchbutton
- QQtTabWidget解决QtTab不能竖排横显文字的问题
- QQt进度条解决Qt进度条在Dialog中导致系统死机的问题
1. 添加精美控件
- 包括复杂的圆盘进度条, SpeedMeter
- 包括有多种效果的Widget、Dialog
- 二维码生成器、识别器,校验码生成器
- 九宫格技术展示图片
- Html解析器
- 以及未列出的等20余种自定义widget。
4. 有线和无线网络自动连接管理类
6. 解决Qt4.8.7在嵌入式屏幕上QGraphics系统不正常绘画的问题
7. QQt输入法
- 重写了UI适配多种屏幕
8. Qt对象工厂允许注册、生成、查找和删除所有来自QObject以及QWidget的类。
9. 嵌入式视频播放器,模拟端口实时预览器
0. QQt打印机支持打印pdf
2. QQtWord支持doc文档编写输出pdf格式。
4. QQtTreeView添加Qt4内部没有TreeView
- 包括QQtXmlTreeModel、QQtJsonTreeModel、QQtFileSystemTreeModel、QQtSqlTreeModel
5. 支持工程的版本变更
- 添加config.h.in支持
6. QQt通讯套件。
- 通讯口类
- QQtSerialPort 兼容QSerialPort and QextSerialPort
- QQtSocketTcpClient、QQtSocketTcpServer、QQtSocketUdpClient、QQtSocketUdpServer
- QQtBluetoothSocket +QQtBluetoothManager
- QQtWebAccessManager支持http、ftp等主流协议高并发传输。
- QQtWebSocket接口
- 协议虚类(接口类) QQtProtocol QQtWebSocketProtocol
- 报文虚类(接口类) QQtMessage
5. 支持webservice
7. 添加应用中常用的form
8. 支持多页TableWidget
9. 添加QQtApplication支持入门级、通用级、专用级嵌入式App所必须的初始化内容
5. 支持Qt5.9.2
0. 跨平台支持macOS、iOS、Android、Windows、Linux、MIPS、ARM等。
1. 添加svg support widgets
- 比如 QQtSvgProgressbar
- QQtSvgCheckBox
2. 添加QQtDictionary
- 解决C Plus Plus中没有字典类别的尴尬。
3. 添加MLMA技术
- Multi-link Multi-app technology既多应用多链接库技术。
- 基于qmake用户可以轻易的添加自定义library和Application。
# Usage
==============================================
1. include (relative/path/to/qqt/src/app_configure.pri).
2. *MOD Variables: on your computer at config root path.*
- QQT_SOURCE_ROOT
- QQT_BUILD_ROOT
- APP_DEPLOY_ROOT (optional)
# Contact Me
==============================================
Mail me: tianduanrui@163.com
My qq: 2657635903
Make issues: [new issue link](https://gitee.com/drabel/LibQt/issues/new?issue%5Bassignee_id%5D=0&issue%5Bmilestone_id%5D=0)