2008-11-07 22:11:33 +00:00
|
|
|
|
2010-10-07 20:18:22 +00:00
|
|
|
QWidget#chatcentralwidget
|
|
|
|
{
|
|
|
|
background-image: url(:/images/backchat.png)
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolBar#chattoolBar{
|
|
|
|
border: none; background-image: url(:/images/backblue.png)
|
|
|
|
}
|
2010-10-18 14:44:04 +00:00
|
|
|
QStatusBar#chatstatusbar{
|
2010-10-07 20:18:22 +00:00
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
|
|
|
}
|
|
|
|
|
|
|
|
QFrame#Chatbuttonframe{
|
|
|
|
background-image: url(:/images/buttonframe.png);
|
|
|
|
}
|
2008-11-07 22:11:33 +00:00
|
|
|
|
2010-12-13 00:10:14 +00:00
|
|
|
QFrame#messengerframetop{
|
|
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
stop:0 #05538B, stop:1 #E4F1E5);
|
|
|
|
}
|
|
|
|
|
2010-10-07 20:18:22 +00:00
|
|
|
border: 1px solid #BDD5DF;}QPushButton#okButton {
|
2008-11-07 22:11:33 +00:00
|
|
|
|
|
|
|
max-height: 25px
|
|
|
|
min-height: 25px;
|
|
|
|
min-width: 77px;
|
|
|
|
/*max-width: 77px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#cancelprefButton {
|
|
|
|
|
|
|
|
min-height: 25px;
|
|
|
|
min-width: 77px;
|
|
|
|
max-width: 77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#applyButton {
|
|
|
|
|
|
|
|
min-height: 25px;
|
|
|
|
max-height: 25px;
|
|
|
|
min-width: 77px;
|
|
|
|
max-width: 77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#cancelButton {
|
|
|
|
|
|
|
|
min-height: 25px;
|
|
|
|
max-height: 25px;
|
|
|
|
min-width: 77px;
|
|
|
|
max-width: 77px;
|
|
|
|
}
|
|
|
|
|
2008-11-17 03:03:23 +00:00
|
|
|
QLabel#subjectText{
|
|
|
|
font: bold 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#subjectlabel{
|
|
|
|
font: bold 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#fromlabel{
|
|
|
|
font: bold 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#datelabel{
|
|
|
|
font: bold 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#tolabel{
|
|
|
|
font: bold 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
QLabel#fromText{
|
|
|
|
font: bold ;
|
|
|
|
color: blue;
|
|
|
|
|
|
|
|
}
|
|
|
|
|