1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
tianduanrui 6d8b25c9f1 v1.8
2017-11-13 10:04:08 +08:00
2017-09-15 12:46:07 +08:00
2017-11-13 10:00:48 +08:00
2017-09-26 17:38:05 +08:00
2017-11-13 10:04:08 +08:00
2017-09-17 08:46:57 +08:00
2017-11-12 22:44:16 +08:00
2017-11-07 13:39:31 +08:00

QQt Foundation Class

==============================================

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

Usage

==============================================
include (link_qqt_library.pri) to your app.
MOD: QQT_SOURCE_ROOT and QQT_BUILD_ROOT in your computer.

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

Description
No description provided
Readme 82 MiB
Languages
C++ 79.8%
C 12.3%
Python 3.8%
QMake 1.8%
Ragel 1.1%
Other 1.1%