This commit is contained in:
krivoshein
2024-12-20 16:20:55 +03:00
parent bc1f864815
commit 5e32b53f1b
47 changed files with 1050 additions and 475 deletions

View File

@@ -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 {
}