test.qss

来自「用qt4 编写的局域网聊天工具」· QSS 代码 · 共 67 行

QSS
67
字号
 QComboBox:disabled  {color: black} QPushButton {   background-color: rgb(128, 224, 96);   border-style: outset;   border-width: 2px;   border-radius: 10px;   border-color: beige;   padding: 2px; } QPushButton:pressed {   background-color: #d0e0f0;   border-style: inset;   border-radius: 15px; } ColorLabel:pressed {   background-color: rgb(224, 0, 0);   border-style: inset;   border-color: gray;   border-radius: 8px; } ColorLabel {   border-style: ridge;   border-width: 3px;   border-radius: 8px;   border-color: gray;   padding: 1px;   max-height: 20px;   min-height: 20px; } PixLabel {   border-style: ridge;   border-width: 3px;   border-radius: 8px;   border-color: gray;   padding: 1px; } QTextEdit {   background-color: rgb(224, 223, 142);   border-style: outset;   border-width: 2px;   border-radius: 10px;   border-color: orange;   padding: 2px; } UsersListWgt, QTableView {   background-color: rgb(224, 223, 142);   border-style: outset;   border-width: 2px;   border-radius: 10px;   border-color: orange;   padding: 5px; }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?