QInputDialog
This commit is contained in:
@@ -1285,6 +1285,36 @@ QComboBox::down-arrow#Controller {
|
||||
image: url(:/down_arrow.png);
|
||||
}
|
||||
|
||||
|
||||
QInputDialog{
|
||||
background-color: lightblue;
|
||||
color: black;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-family: "Sans serif";
|
||||
border: 2px solid gray;
|
||||
border-radius: 5px;
|
||||
padding: 2px 2px 2px 5px;
|
||||
margin: 5px;
|
||||
qproperty-alignment: AlignLeft;
|
||||
}
|
||||
|
||||
QInputDialog#Password {
|
||||
background-color: lightblue;
|
||||
color: black;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-family: "Sans serif";
|
||||
border: 2px solid gray;
|
||||
border-radius: 5px;
|
||||
padding: 2px 2px 2px 5px;
|
||||
margin: 5px;
|
||||
qproperty-alignment: AlignLeft;
|
||||
}
|
||||
|
||||
|
||||
QLabel#Elog {
|
||||
background-color: lightblue;
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user