Ai
81 Star 380 Fork 168

LibQQt应用程序开发组织/LibQQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qqtpassworddialog.h 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianduanrui 提交于 2019-10-03 12:18 +08:00 . 全部析构函数加virtual
#ifndef QQTPASSWORDDIALOG_H
#define QQTPASSWORDDIALOG_H
#include "qqtdialog.h"
#include "qqt-local.h"
namespace Ui {
class QQtPasswordDialog;
}
class QQTSHARED_EXPORT QQtPasswordDialog : public QQtDialog
{
Q_OBJECT
public:
explicit QQtPasswordDialog ( QWidget* parent = 0 );
virtual ~QQtPasswordDialog();
void setWifiName ( QString name );
QString wifiPwd();
signals:
void connectClicked ( QString password );
private slots:
void connectClicked();
void btnEnabled ( QString );
private:
Ui::QQtPasswordDialog* ui;
};
#endif // QQTPASSWORDDIALOG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/drabel/LibQQt.git
git@gitee.com:drabel/LibQQt.git
drabel
LibQQt
LibQQt
master

搜索帮助