Ai
81 Star 380 Fork 168

LibQQt应用程序开发组织/LibQQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qqtwifidbwidget.h 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianduanrui 提交于 2018-02-12 10:48 +08:00 . fix qqt socket udp client on macOS Qt4
#ifndef QQTWIFIDBWIDGET_H
#define QQTWIFIDBWIDGET_H
#include <qqtwidget.h>
#include <qqt-local.h>
#include <qqtcore.h>
class QQTSHARED_EXPORT QQtWifiDBWidget : public QQtWidget
{
Q_OBJECT
Q_ENUMS ( DB_STAT )
public:
enum DB_STAT
{
Db_S0 = 0,
Db_S1 = 1,
Db_S2 = 2,
Db_S3 = 3,
Db_S4 = 4,
Db_S5 = 5,
Db_SMax
};
explicit QQtWifiDBWidget ( QWidget* parent = nullptr );
virtual ~QQtWifiDBWidget() {}
void setDB ( DB_STAT s );
void setDbPixMap ( DB_STAT s, const QString& pixname );
signals:
public slots:
private:
QString pic[Db_SMax];
};
#endif // QQTWIFIDBWIDGET_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/drabel/LibQQt.git
git@gitee.com:drabel/LibQQt.git
drabel
LibQQt
LibQQt
master

搜索帮助