• 大小: 7KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: QT  温度  美观  

资源简介

一个简单的美观的自定义温度控件,拖动温度按钮可以设定温度。使用QT编程,方便好用。有动画效果...........

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        183  2019-01-19 12:33  temperature\main.cpp

     文件        417  2019-01-19 12:38  temperature\mainwindow.cpp

     文件        313  2019-01-19 12:33  temperature\mainwindow.h

     文件       1365  2019-01-19 12:35  temperature\mainwindow.ui

     文件       5120  2019-01-19 12:35  temperature\set_tem.cpp

     文件        900  2019-01-04 16:12  temperature\set_tem.h

     文件       1095  2019-01-19 12:35  temperature\temperature.pro

     文件     104134  2019-01-19 12:48  temperature\temperature.pro.user

     目录          0  2019-01-19 12:48  temperature

----------- ---------  ---------- -----  ----

               113527                    9


评论

共有 条评论