⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statisticswidget.h.svn-base

📁 QT网络传输。用来演示QT的网络传输类。
💻 SVN-BASE
字号:
/*  * Author:  $Author: vincent $ * Date:    $Date: 2006/04/24 02:28:56 $ * Module:  $RCSfile: statisticswidget.h,v $ * Revision:$Revision: 1.1 $ * Status:  $State: Exp $ */#ifndef STATISTICSWIDGET_H#define STATISTICSWIDGET_H#include <QGroupBox>class QLabel;class QLineEdit;class StatisticsWidget : public QGroupBox{    Q_OBJECT    public:        StatisticsWidget(QWidget *parent=0);        ~StatisticsWidget();    public:        void setCount(unsigned int count);        void setTime(unsigned int time);        void setFilename(QString );        //void updateTime();        //void reset();    private slots:            signals:    private:        QLabel *timeLabel;        QLabel *countLabel; /* bytes been sended, Unit KB */        QLabel *averageLabel;        QLabel *fileLabel;        unsigned int _time;};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -