欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 教育 > 幼教 > QT:day1

QT:day1

2025/9/25 20:59:08 来源:https://blog.csdn.net/Moster_o/article/details/139663971  浏览:    关键词:QT:day1

思维导图

qt制作暴雪登入器

#include "mywidget.h"MyWidget::MyWidget(QWidget *parent): QWidget(parent)
{this->setWindowTitle("BATTLENET");//总体登陆器设置this->resize(455,650);this->setStyleSheet("background-color:rgb(21,23,30)");this->setWindowIcon(QIcon("D:\\everything""\\p4.png"));this->setFixedSize(455,650);QLabel *l1=new QLabel(this);//暴雪大logol1->resize(451,162);l1->move(0,40);//l1->setStyleSheet("background-color:pink");l1->setPixmap(QPixmap("D:\\everything""\\screen2024-06-13 191215.png"));QLabel *l2=new QLabel(this);//设置图片l2->resize(35,35);l2->move(380,205);l2->setPixmap(QPixmap("D:\\everything""\\sittingpicture.png"));l2->setScaledContents(true);QLineEdit *edit1=new QLineEdit(this);//账号文本框edit1->move(35,250);edit1->resize(388,42);edit1->setStyleSheet("background-color:rgb(200,200,200)");edit1->setPlaceholderText("电子邮箱或手机号码");QLineEdit *edit2=new QLineEdit(this);//密码文本框edit2->move(35,305);edit2->resize(388,42);edit2->setStyleSheet("background-color:rgb(200,200,200)");edit2->setPlaceholderText("密码");edit2->setEchoMode(QLineEdit::Password);QLabel *l3=new QLabel(this);//勾选图片l3->resize(35,35);l3->move(35,350);l3->setPixmap(QPixmap("D:\\everything""\\p2.png"));//l3->setScaledContents(true);QLabel *l4=new QLabel(this);//始终让我保持文字l4->resize(192,22);l4->move(75,357);l4->setPixmap(QPixmap("D:\\everything""\\p3.png"));//l3->setScaledContents(true);QPushButton *pbu1=new QPushButton("登入",this);//登入按钮pbu1->move(25,415);pbu1->resize(406,55);pbu1->setStyleSheet("background-color:rgb(0,116,224)");QPushButton *pbu2=new QPushButton("建立免费的 Battle.net 账号",this);//注册按钮pbu2->move(116,515);pbu2->resize(223,30);pbu2->setStyleSheet("background-color:rgb(0,67,156)");QPushButton *pbu3=new QPushButton("无法登入?",this);//无法登录按钮pbu3->move(185,565);pbu3->resize(97,30);pbu3->setStyleSheet("background-color:rgb(0,67,156)");}MyWidget::~MyWidget()
{
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词