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

58 lines
2.1 KiB
Markdown
Raw Normal View History

2017-10-27 11:20:12 +08:00
2017-10-27 11:20:43 +08:00
# QQt Foundation Class
2017-10-27 11:18:53 +08:00
2017-10-27 11:20:12 +08:00
==============================================
1. 支持绘制图表
2. 支持检测USB设备热插拔
2017-10-27 11:18:53 +08:00
3. 自定义了一部分特殊需要的控件用来解决Qt的嵌入式bug。
- 包括完全使用图片的checkboxswitchbutton
- QQtTabWidget解决QtTab不能竖排横显文字的问题
- QQt进度条解决Qt进度条在Dialog中导致系统死机的问题
1. 添加精美控件
2017-11-07 13:39:31 +08:00
- 包括复杂的圆盘进度条, SpeedMeter
2017-10-27 11:18:53 +08:00
- 包括有多种效果的Widget、Dialog
- 二维码、校验码生成器
4. 有线和无线网络自动连接管理类
2017-11-07 13:39:31 +08:00
5. 支持Qt5.9.2
6. 解决Qt4.8.7在嵌入式屏幕上QGraphics系统不正常绘画的问题
2017-10-27 11:18:53 +08:00
7. QQt输入法
- 从网络资源改编而来
8. Qt对象工厂允许注册和查找和删除所有来自QObject的类。
9. 嵌入式视频播放器,模拟端口实时预览器
2017-11-07 13:39:31 +08:00
10. QQt打印机支持打印pdf
2017-10-27 11:18:53 +08:00
12. QQtWord支持doc文档编写输出pdf格式。
14. QQt TreeView添加Qt4内部没有TreeView
- 包括QQtXmlTreeModel/QQtJsonTreeModel/QQtFileSystemTreeModel/QQtSqlTreeModel
15. 支持工程的版本变更
- 添加config.h.in支持
16. QQt通讯套件。
2017-11-07 13:39:31 +08:00
- 通讯口类
- QQtSerialPort 兼容QSerialPort and QextSerialPort
- QQtTcpClient/QQtTcpServer/QQtUdpClient/QQtUdpServer
- QQtBluetooth +QQtBluetoothManager
- QQtWebWork
- QQtWebSocket
- 协议虚类(接口类) QQtProtocol
- 报文虚类(接口类) QQtMessage
2017-10-27 11:18:53 +08:00
17. 添加应用中常用的form
18. 支持多页TableWidget
2017-11-07 13:39:31 +08:00
19. 添加QQtApplication支持入门级、通用级、专用级嵌入式App所必须的初始化内容
20. 跨平台支持macOS、iOS、Android、Windows、Linux、MIPS、ARM等。
2017-10-27 11:18:53 +08:00
# Usage
==============================================
2017-11-07 13:39:31 +08:00
include (link_qqt_library.pri) to your app.
*MOD: QQT_SOURCE_ROOT and QQT_BUILD_ROOT in your computer.*
2017-10-27 11:18:53 +08:00
# Contact Me
==============================================
Mail me: tianduanrui@163.com
My qq: 2657635903
Make issure: https://gitee.com/drabel/LibQt/issues/new?issue%5Bassignee_id%5D=0&issue%5Bmilestone_id%5D=0