天嵌 ARM开发社区

 找回密码
 注册
查看: 3341|回复: 1

Qt自定义控件-qcw

[复制链接]
zjhsucceed_329 发表于 2013-12-20 20:47:26 | 显示全部楼层 |阅读模式

自己写的qt控件,包括模拟时钟、仪表盘、温度计、指示灯、曲线绘制等控件。具有丰富的属性可供设置。通过修改配置文件可以编译出用于嵌入式的库。具体参见帮助文档readme。自带例程。持续更新,敬请期待。

文件列表:
├── designer
│   ├── designer.pro
│   ├── pixmaps
│   │   ├── qcustomplot.png
│   │   ├── qcwanalogclock.png
│   │   ├── qcwindicatorlamp.png
│   │   ├── qcwmeter.png
│   │   └── qcwthermometer.png
│   ├── qcw_designer_plugin.cpp
│   ├── qcw_designer_plugin.h
│   └── qcw_designer_plugin.qrc
├── doc
│   ├── pic.png
│   └── readme
├── examples
│   ├── analogclock
│   │   ├── analogclock.cpp
│   │   └── analogclock.pro
│   ├── examples.pri
│   ├── examples.pro
│   ├── indicatorlamp
│   │   ├── indicatorlamp.cpp
│   │   └── indicatorlamp.pro
│   ├── meter
│   │   ├── meter.cpp
│   │   └── meter.pro
│   ├── plot
│   │   ├── Makefile
│   │   ├── plot.cpp
│   │   ├── plot.o
│   │   └── plot.pro
│   └── thermometer
│       ├── thermometer.cpp
│       └── thermometer.pro
├── qcwbuild.pri
├── qcwconfig.pri
├── qcw.pro
└── src
    ├── qcustomplot.cpp
    ├── qcustomplot.h
    ├── qcustomplot.o
    ├── qcw_analogclock.cpp
    ├── qcw_analogclock.h
    ├── qcw_indicatorlamp.cpp
    ├── qcw_indicatorlamp.h
    ├── qcw_meter.cpp
    ├── qcw_meter.h
    ├── qcw_thermometer.cpp
    ├── qcw_thermometer.h
    ├── src.pri
    └── src.pro



qcw-1.3更新:集成最新版QCustomPlot。QCustomPlot是一个功能强大,使用方便的曲线绘制库。官网地址:http://www.qcustomplot.com/

qcw工程主页:https://sourceforge.net/projects/qcw

qcw源码下载地址:https://sourceforge.net/projects/qcw/files/?source=navbar




zhpic 发表于 2014-1-9 13:38:01 | 显示全部楼层
好东西,学习学习。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号 )

GMT+8, 2024-5-27 04:32 , Processed in 1.062500 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表