_custom_styles

Custom style definitions.

Overview

Attributes

_custom_styles.tab = Multiline-String
Show Value
"""
       QTabBar::tab:selected {
           background-color: rgb(25, 25, 25);
           }
       """
_custom_styles.ledit = Multiline-String
Show Value
"""
         QLineEdit {
             color: rgb(0, 0, 0);
             background-color: rgb(238, 238, 236);
             border: 1px solid;
             border-color: rgb(186, 189, 182);
             }
         QLineEdit:disabled {
             color: rgb(153, 153, 153);
             }
         """
_custom_styles.cbox = Multiline-String
Show Value
"""
        QComboBox {
            color: rgb(0, 0, 0);
            background-color: rgb(238, 238, 236);
            border: 1px solid;
            border-color: rgb(186, 189, 182);
            }
        QComboBox QAbstractItemView {
            color: rgb(0, 0, 0);
            background-color: rgb(238, 238, 236);
            }
        QComboBox:disabled {
            color: rgb(153, 153, 153);
            }
        """
_custom_styles.sbox = Multiline-String
Show Value
"""
        QSpinBox {
            color: rgb(0, 0, 0);
            background-color: rgb(238, 238, 236);
            border: 1px solid;
            border-color: rgb(186, 189, 182);
            }
        QSpinBox QAbstractItemView {
            color: rgb(0, 0, 0);
            background-color: rgb(238, 238, 236);
            }
        QSpinBox:disabled {
            color: rgb(153, 153, 153);
            }
        """
_custom_styles.selector = Multiline-String
Show Value
"""
            QComboBox {
                color: rgb(211, 50, 50);
                background-color: rgb(0, 0, 0);
                border: 1px solid;
                border-color: rgb(186, 189, 182);
                }
            QComboBox::item {
                color: rgb(211, 50, 50);
                background-color: rgb(0, 0, 0);
                border: 1px solid;
                border-color: rgb(186, 189, 182);
                min-height: 36px;
                max-height: 36px;
                }
            QComboBox::item:selected {
                background-color: rgb(32, 23, 23);
                border: 1px solid;
                border-color: rgb(186, 189, 182);
                }
            """
_custom_styles.pbutton_menu = Multiline-String
Show Value
"""
                QPushButton {
                    background-color: rgb(211, 215, 207);
                    color: rgb(0, 0, 0);
                    border: 1px solid;
                    border-color: rgb(186, 189, 182);
                    }
                QPushButton:disabled {
                    color: rgb(153, 153, 153);
                    }
                QPushButton:hover {
                    background-color: rgb(238, 238, 236);
                    }
                """
_custom_styles.pbutton_composer = Multiline-String
Show Value
"""
                    QPushButton {
                        color: rgb(0, 0, 0);
                        background-color: rgb(238, 238, 236);
                        border: 1px solid;
                        border-color: rgb(186, 189, 182);
                        }
                    QPushButton:disabled {
                        color: rgb(153, 153, 153);
                        }
                    QPushButton:hover {
                        background-color: rgb(246, 246, 245);
                        }
                    """
_custom_styles.pbutton_workflow = Multiline-String
Show Value
"""
                    QPushButton {
                        color: rgb(0, 0, 0);
                        background-color: rgb(211, 215, 207);
                        border: 1px solid;
                        border-color: rgb(186, 189, 182);
                        }
                    QPushButton:disabled {
                        color: rgb(153, 153, 153);
                        }
                    QPushButton:hover {
                        background-color: rgb(238, 238, 236);
                        }
                    """
_custom_styles.tbutton_composer = Multiline-String
Show Value
"""
                    QToolButton {
                        color: rgb(0, 0, 0);
                        background-color: rgb(238, 238, 236);
                        border: 1px solid;
                        border-color: rgb(186, 189, 182);
                        }
                    QToolButton:disabled {
                        color: rgb(153, 153, 153);
                        }
                    QToolButton:hover {
                        background-color: rgb(246, 246, 245);
                        }
                    QToolButton::menu-indicator {
                        image: none;
                        }
                    """
_custom_styles.tbutton_workflow = Multiline-String
Show Value
"""
                    QToolButton {
                        color: rgb(0, 0, 0);
                        background-color: rgb(211, 215, 207);
                        border: 1px solid;
                        border-color: rgb(186, 189, 182);
                        }
                    QToolButton:disabled {
                        color: rgb(153, 153, 153);
                        }
                    QToolButton:hover {
                        background-color: rgb(238, 238, 236);
                        }
                    """