94 lines
1.9 KiB
Plaintext
94 lines
1.9 KiB
Plaintext
.QWidget{
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
|
}
|
|
|
|
/* Customize the toolbar. */
|
|
QToolBar {
|
|
border-image: url(qss/qlive/qb.png);
|
|
|
|
}
|
|
QMenu {
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
|
|
|
border: 1px solid black;
|
|
}
|
|
|
|
QMenu::item:selected { /* when user selects item using mouse or keyboard */
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
|
|
}
|
|
|
|
QListWidget::item:selected { /* when user selects item using mouse or keyboard */
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
|
|
}
|
|
QTreeWidget {
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
|
|
|
}
|
|
|
|
|
|
QTreeWidget::item:selected { /* when user selects item using mouse or keyboard */
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
|
|
|
|
}
|
|
|
|
QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #F6F9FA, stop: 1 #C6D3E5);
|
|
|
|
}
|
|
|
|
QFrame#messengerframetop{
|
|
|
|
border-image: url(qss/qlive/qb.png);
|
|
|
|
}
|
|
|
|
QFrame#Chatbuttonframe{
|
|
|
|
border-image: url(qss/qlive/qb.png);
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
/* Customize the toolbar. */
|
|
QStatusBar {
|
|
border-image: url(qss/qlive/qb.png);
|
|
|
|
} |