mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Disable QFrame borders in stylesheet
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f1cd73a268
commit
b25966bac3
@@ -11,6 +11,12 @@ Used dynamic properties
|
||||
framelessMainWindow (infobar.qss , here)
|
||||
*/
|
||||
|
||||
QFrame {
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
QCheckBox::indicator {
|
||||
color: #b1b1b1;
|
||||
border: 1px solid #7f7f7f;
|
||||
@@ -22,6 +28,10 @@ QCheckBox::indicator::checked {
|
||||
image: url(:/diagona/icons/diagona/icons/tick.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:indeterminate {
|
||||
image: url(:/diagona/icons/diagona/icons/question.png);
|
||||
}
|
||||
|
||||
/* Main window */
|
||||
QMainWindow {
|
||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||
@@ -474,6 +484,10 @@ QHeaderView::section {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QHeaderView {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
/* style the sort indicator */
|
||||
QHeaderView::down-arrow {
|
||||
image: url(:/diagona/icons/diagona/icons/arrow-270-small.png);
|
||||
|
||||
Reference in New Issue
Block a user