Technology Sharing

Qt project: Network chat room based on Qt---reset password and login module

2024-07-08

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

The modules completed in this article are for resetting passwords and logging in.

reset Password

Reset Passwordlabel

When you forget your password, you can reset your password. The reset password label should also have floating and click effects, as well as unclicked effects. So reuse the previous ClickedLabel,
Update forget_label to ClickedLabel in the login interface.

LoginDialog::LoginDialog(QWidget *parent) :
    QDialog(parent),
    ui(new Ui::LoginDialog)
{
    ui-