SWBF2-Classic-Msh-Viewer/QtMeshViewer/Resources/StyleSheet.txt

22 lines
328 B
Plaintext
Raw Normal View History

2017-01-21 15:33:03 +00:00
QToolButton#test123 {
color: #000000;
}
QToolButton:checked {
background-color: #ffffff;
border-style: inset;
border-width: 1px;
border-radius: 5px;
border-color: #b3b3b3;
min-height: 25px
}
QToolButton:hover {
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #a4daff;
min-height: 25px
}