Widget::Widget(QWidget *parent)
this->setWindowFlag(Qt::FramelessWindowHint);
this->setAttribute(Qt::WA_TranslucentBackground);
void Widget::on_niu2_clicked()
void Widget::on_niu3_clicked()
ui->frame_2->resize(100,200);
void Widget::on_niu4_clicked()
ui->frame->resize(500,600);
void Widget::on_pushButton_clicked()
if(ui->lineEdit->text()=="12345" && ui->lineEdit_2->text()=="abcd")
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(55, 184, 236, 255), stop:1 rgba(255, 255, 255, 255));
background-color: rgb(255, 255, 255);
border-image:url(:/tu-pian/hai.jpg);
background-color: rgba(210, 210, 210, 120);
background-color: rgba(201, 201, 201, 120);
color: rgba(0, 0, 84, 120);
border-bottom:1px solid rgba(240, 240, 240, 120);
color: rgba(250, 250, 250, 120);
color: rgba(125, 125, 125, 120);
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0, 174, 214, 255), stop:1 rgba(255, 255, 255, 255));
color: rgba(125, 125, 125, 120);
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(30, 174, 214, 255), stop:1 rgba(255, 255, 255, 255));
color: rgba(125, 125, 125, 120);
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0, 174, 214, 255), stop:1 rgba(255, 255, 255, 255));

