1 Star 0 Fork 0

uthelei/ControlCenter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
newaccout.h 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
lei.he 提交于 2020-09-04 09:27 . 修改错误提交
#ifndef NEWACCOUT_H
#define NEWACCOUT_H
#include <QWidget>
#include <DPasswordEdit>
#include <DMessageBox>
DWIDGET_USE_NAMESPACE
class circleView;
class NewAccout : public QWidget
{
Q_OBJECT
public:
explicit NewAccout(QWidget *parent = nullptr);
private:
void initAccoutWidget();
signals:
void signalcancel();
void signalNewaccout(const QPixmap &pix, const QString &accout,
const QString &name, const QString &password);
public slots:
void slotCreatAccout();
private:
QString m_accout;
QString m_name;
QString m_password;
QString m_repeatpassword;
DLineEdit *lineedit;
DLineEdit *lineedit1;
DPasswordEdit *edit;
DPasswordEdit *edit1;
DMessageBox *m_msg;
circleView *circleWidget = Q_NULLPTR;
QPixmap m_pixmap;
};
#endif // NEWACCOUT_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/uthelei/ControlCenter.git
git@gitee.com:uthelei/ControlCenter.git
uthelei
ControlCenter
ControlCenter
master

搜索帮助