• 大小: 6.22KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 上位机  Qt  串口  

资源简介

Qt的串口上位机

资源截图

代码片段和文件信息

#include “widget.h“
#include “ui_widget.h“
#include 
#include 
#include 
#include 
#include 

char keyflag = ‘ ‘; //用于标识目前按下的键位
QString BotNum = 0;

static const QPointF PointsTop[8]=
{
    QPointF(180100)
    QPointF(18060)
    QPointF(16060)
    QPointF(20020)
    QPointF(24060)
    QPointF(22060)
    QPointF(220100)
    QPointF(180100)
};

static const QPointF PointsBottom[8]=
{
    QPointF(180300)
    QPointF(180340)
    QPointF(160340)
    QPointF(200380)
    QPointF(240340)
    QPointF(220340)
    QPointF(220300)
    QPointF(180300)
};

static const QPointF PointsLeft[8]=
{
    QPointF(100180)
    QPointF(60180)
    QPointF(60160)
    QPointF(20200)
    Q

评论

共有 条评论