Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

setstylesheet python

QPushButton#evilButton {
    background-color: red;
    border-style: outset;
    border-width: 2px;
    border-radius: 10px;
    border-color: beige;
    font: bold 14px;
    min-width: 10em;
    padding: 6px;
}
Source by doc.qt.io #
 
PREVIOUS NEXT
Tagged: #setstylesheet #python
ADD COMMENT
Topic
Name
7+5 =