LoginDlg
0
0
412
534
350
330
16777215
16777215
Dialog
-
350
330
430
330
70
210
101
41
ArrowCursor
注册
QPushButton{
background-color: rgb(80, 156, 255);
color: rgb(255, 255, 255);
border-style: solid;
border-radius: 5px;
}
QPushButton:hover{
background-color: rgb(56,205,127);
}
QPushButton:pressed {
background-color: rgb(7,193,96);
}
注册账号
300
10
77
42
-
QPushButton {
border: none; /* no border for a flat push button */
image: url(:/src/min.png); /* 最小化 */
min-width: 34px;
max-width: 34px;
min-height: 40px;
max-height: 40px;
}
QPushButton::hover {
background-color: rgba(166,166,166, 50);
}
-
QPushButton {
border: none; /* no border for a flat push button */
image: url(:/src/close.png); /* 最小化 */
min-width: 34px;
max-width: 34px;
min-height: 40px;
max-height: 40px;
}
QPushButton::hover {
background-color: #f57575;
}
190
210
101
41
QPushButton{
background-color: rgb(80, 156, 255);
color: rgb(255, 255, 255);
border-style: solid;
border-radius: 5px;
}
QPushButton:hover{
background-color: rgb(56,205,127);
}
QPushButton:pressed {
background-color: rgb(7,193,96);
}
登录
100
120
171
30
QLineEdit{
color: rgb(0, 0, 0);
border-style: none;
border-radius: 5px;
border-right:1px solid #3498db;
border-top:1px solid #3498db;
border-left:1px solid #3498db;
border-bottom:1px solid #3498db;
min-height: 20px;
}
QLineEdit:focus {
border: 2px solid #3498db;
}
10000
10
120
51
21
12
Qt::LeftToRight
账号:
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
0
160
61
21
12
密码:
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
100
160
171
30
QLineEdit{
color: rgb(0, 0, 0);
border-style: none;
border-radius: 5px;
border-right:1px solid #3498db;
border-top:1px solid #3498db;
border-left:1px solid #3498db;
border-bottom:1px solid #3498db;
min-height: 20px;
}
QLineEdit:focus {
border: 2px solid #3498db;
}
123456
10
10
101
21
Consolas
12
color: rgb(166,166,166);
Chatware