文件名称:QTimer和QLabel实现滚动字幕
文件大小:5KB
文件格式:ZIP
更新时间:2020-12-15 17:48:35
Qt滚动字幕
实现功能:有时候做项目需要用到滚动字幕的效果,其实实现很简单,只需要使用一个定时器QTimer和QLabel就可以达到效果啦。
【文件预览】:
QLabelRoll
----widget.h(391B)
----widget.ui(2KB)
----QLabelRoll.pro.user(23KB)
----main.cpp(175B)
----QLabelRoll.pro(1013B)
----widget.cpp(985B)