MyWidget::MyWidget(QWidget *parent)
this->setFixedSize(851,648);
this->setStyleSheet("background:rgb(255,255,255,)");
this->setWindowTitle("TIM");
this->setWindowIcon(QIcon("C:\\Users\\翁俊彦\\Desktop\\test_qq\\屏幕截图 2024-06-13 185540.png"));
QLabel *lab1=new QLabel(this);
lab1->setPixmap(QPixmap("C:\\Users\\翁俊彦\\Desktop\\test_qq\\屏幕截图 2024-06-13 185621.png"));
QLabel *lab2=new QLabel(this);
lab2->setPixmap(QPixmap("C:\\Users\\翁俊彦\\Desktop\\test_qq\\屏幕截图 2024-06-13 185827.png"));
QLabel *lab3=new QLabel(this);
lab3->setPixmap(QPixmap("C:\\Users\\翁俊彦\\Desktop\\test_qq\\屏幕截图 2024-06-13 185900.png"));
QLineEdit *edit1 = new QLineEdit(this);
edit1->setPlaceholderText("QQ号码/手机/邮箱");
QPushButton *btn1 = new QPushButton(this);
QIcon icon1("C:\\Users\\翁俊彦\\Desktop\\test_qq\\屏幕截图 2024-06-13 192900.png");
QLineEdit *edit2 = new QLineEdit(this);
edit2->setPlaceholderText("密码");
edit2->setEchoMode(QLineEdit::Password);
QPushButton *btn2 = new QPushButton(this);
QPushButton *btn3 = new QPushButton(this);
QCheckBox *box1 = new QCheckBox(this);
QCheckBox *box2 = new QCheckBox(this);

