• 大小: 6.47KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-04-22
  • 语言: C/C++
  • 标签: 进度条  Qt  进度  

资源简介

qt进度条 qt进度条q t进度条qt 进度条

RoundProgressBar

├── RoundProgressBar.pro
├── main.cpp
├── roundprogressbar.cpp
├── roundprogressbar.h
├── roundprogressbartest.cpp
├── roundprogressbartest.h
└── roundprogressbartest.ui

0 directories, 7 files


资源截图

代码片段和文件信息

#include “roundprogressbartest.h“
#include 

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

    return a.exec();
}

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

     文件        721  2017-02-09 15:15  roundprogressbartest.h

     文件      11011  2017-02-09 15:23  roundprogressbartest.ui

     文件        203  2017-02-09 10:34  main.cpp

     文件       9873  2017-02-09 15:02  roundprogressbar.cpp

     文件       2960  2017-02-09 15:01  roundprogressbar.h

     文件        579  2017-02-09 10:09  RoundProgressBar.pro

     文件       3947  2017-02-09 15:17  roundprogressbartest.cpp

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

                29294                    7


评论

共有 条评论