mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Style sheet improvements
* button clicked shown in different style (better user experience) * menu toopen main style sheet
This commit is contained in:
@@ -176,6 +176,14 @@ QPushButton::disabled {
|
||||
qproperty-textElideMode: ElideMiddle;
|
||||
}
|
||||
|
||||
QPushButton:pressed{ background-color: lightblue; }
|
||||
/**
|
||||
QPushButton:focus:pressed{ background-color: black; }
|
||||
QPushButton:focus{ background-color: green; }
|
||||
QPushButton:hover{ background-color: red; }
|
||||
QPushButton:checked{ background-color: pink; }
|
||||
**/
|
||||
|
||||
QProgressBar {
|
||||
border: 1px solid green;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user