2018-08-10 13:19:34 +08:00
|
|
|
QLineEdit
|
|
|
|
{
|
2019-02-23 00:01:43 +08:00
|
|
|
color: @mainText;
|
2018-05-13 17:20:57 +08:00
|
|
|
background: white;
|
|
|
|
border: 0px;
|
2014-12-16 00:14:17 +08:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#nameLabel
|
|
|
|
{
|
2019-02-23 00:01:43 +08:00
|
|
|
color: @mainText;
|
2018-05-13 17:20:57 +08:00
|
|
|
font: @mediumBold;
|
|
|
|
font-size:12px;
|
2014-10-10 03:20:06 +08:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#statusLabel
|
|
|
|
{
|
2019-02-23 00:01:43 +08:00
|
|
|
color: @statusActive;
|
2018-05-13 17:20:57 +08:00
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
2014-10-10 03:20:06 +08:00
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
#peersLabel
|
|
|
|
{
|
2019-02-23 00:01:43 +08:00
|
|
|
color: @statusActive;
|
2018-05-13 17:20:57 +08:00
|
|
|
font: @medium;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[peerType="our"]
|
|
|
|
{
|
2018-05-13 17:20:57 +08:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[peerType="muted"]
|
|
|
|
{
|
2018-05-13 17:20:57 +08:00
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
2018-08-10 13:19:34 +08:00
|
|
|
QLabel[playingAudio="true"]
|
|
|
|
{
|
2018-05-13 17:20:57 +08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|