default.qss

来自「奇趣公司比较新的qt/emd版本」· QSS 代码 · 共 99 行

QSS
99
字号
/* This is the default Qt style sheet.   IMPORTANT: This style sheet is primarily meant for defining feature   capablities of styles. Do NOT add default styling rules here. When in    doubt ask me - Girish*/QLineEdit {    -qt-background-role: base;    border: native;    -qt-style-features: background-color;}QLineEdit:no-frame {    border: none;}QFrame {    border: native;}QLabel, QToolBox {    border: none;    background: none;    border-image: none;}QGroupBox {    border: native;}QToolTip {    -qt-background-role: window;    border: native;}QPushButton, QToolButton {    border-style: native;    -qt-style-features: background-color;}QPushButton[style="QPlastiqueStyle"],QToolButton[style="QPlastiqueStyle"]{    -qt-style-features: background-color;}QPushButton[style="QWindowsXPStyle"],QPushButton[style="QWindowsVistaStyle"]{    -qt-style-features: none;}    QComboBox {    border: native;    -qt-style-features: background-color;    -qt-background-role: base;}QComboBox[style="QPlastiqueStyle"][readOnly="true"],QComboBox[style="QCleanlooksStyle"][readOnly="true"]{    -qt-background-role: button;}QAbstractSpinBox {    border: native;    -qt-style-features: background-color;    -qt-background-role: base;}QMenu {    -qt-background-role: window;}QHeaderView {    -qt-background-role: window;}QTableCornerButton::section, QHeaderView::section {    -qt-background-role: button;    -qt-style-features: background-color;    border: native;}QHeaderView[style="QWindowsXPStyle"]::section,QHeaderView[style="QWindowsVistaStyle"]::section {    -qt-style-features: none;}QProgressBar {    -qt-background-role: base;}QScrollBar {    -qt-background-role: window;}

⌨️ 快捷键说明

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