资源简介
最近由于项目需要,在软件上画一个组合按钮实现摇杆的功能,以控制机器人移动的方向,详情见:https://blog.csdn.net/yu_20501253/article/details/90438680
代码片段和文件信息
#include “CustomButton.h“
#include
#include
#include
#include
#include
#include
CustomButton::CustomButton(QWidget* parent)
: QWidget(parent)
m_pressIndex(0)
m_enterIndex(0)
m_isMouseEntered(false)
m_isMousePressed(false)
m_radius(80)
m_arcLength(55)
mCenterRound(QPoint(00))
{
m_bTextModeEn = false;
this->setMouseTracking(true);
mSectorColor = QColor(383838);
initButton();
setWidgetstyle(“Dark“);
setAxesVertical(false);
}
void CustomButton::setWidgetstyle(QString style)
{
if(style == “Bright“){
mSectorColor = QColor(238241240);
colorSPL = QColor(63155178);
colorBKG = QColor(193 199
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3145 2019-04-25 16:16 CustomButton.h
文件 18200 2019-04-29 14:15 CustomButton.cpp
----------- --------- ---------- ----- ----
21345 2
- 上一篇:dxf参考手册.chm
- 下一篇:用链表做的的商品管理系统
相关资源
- Qt学习总结.zip
- 基于qt+opencv的人脸识别
- GPRS模块GA6和STM32F103C8T6单片机上移植
- QT设计图标登录及三个游戏设计潜艇游
- 基于ZigBee的智能家居系统QT界面渲染
- Qt+opencv+摄像头+人脸检测
- Qt5 网络调试助手源代码 漂亮界面
- Qt 点菜系统
- 跨平台MQTT Client 源码和demo by 漠北
- 年会抽奖软件
- QT 智能家居源代码,可使用 实测通过
- Qt 之 简单截图功能三实现可拖拽选中
- 简单QT多线程聊天程序
- Qt提示框淡出、飞出、缩小等关闭窗口
- ImageRotation.zip
- QT打包工具合集
- linux环境下用QT实现打地鼠游戏源码共
- 基于QT的2048小游戏
- Qt登陆界面
- QT数字软键盘,包括QLineEdit弹出
- Qt Excel的读写
- 基于QT的电子相册设计
- Qt文件浏览器,Linux
- Qt写的UDP组播服务端
- QT文字闪烁浮动效果代码
- 基于qt编写的图片浏览器
- qt全局热键 全平台 支持qt5
- 漂亮的界面框架
- 无边框界面
- 网络调试助手
评论
共有 条评论