mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
A
This commit is contained in:
@@ -157,6 +157,8 @@ QHeaderView::section {
|
||||
|
||||
QTabWidget::pane { /* The tab widget frame */
|
||||
border-top: 1px solid #C2C7CB;
|
||||
background-image: url(messengerPrint.png);
|
||||
|
||||
}
|
||||
QTabWidget::tab-bar {
|
||||
left: 0px; /* move to the right by 0px */
|
||||
@@ -171,6 +173,8 @@ QTabBar::tab {
|
||||
border-top-right-radius: 4px;
|
||||
min-width: 8ex;
|
||||
padding: 2px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -201,5 +205,26 @@ QTabBar QToolButton { /* the scroll buttons are tool buttons */
|
||||
}
|
||||
|
||||
QListWidget::item {
|
||||
border: 1px solid #C4C4C3;
|
||||
padding: -5px;
|
||||
}
|
||||
QListWidget {
|
||||
/*background: pink;*/
|
||||
background: transparent;
|
||||
background: #f0ffff;
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
padding: -20px;
|
||||
font-size: 12pt;
|
||||
|
||||
}
|
||||
QTextEdit#MsgWidgetLocal {
|
||||
background: lightgreen;
|
||||
}
|
||||
QTextEdit#MsgWidgetRemote {
|
||||
background: lightblue;
|
||||
}
|
||||
|
||||
QWidget {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user