📄 test.qss
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -