53 lines
1.2 KiB
CSS
53 lines
1.2 KiB
CSS
|
/* Window */
|
|||
|
QWidget[ssPrettify="fillet"]#wMainWnd {
|
|||
|
border-top-left-radius: 5px;
|
|||
|
border-top-right-radius: 5px;
|
|||
|
border-bottom-left-radius: 0px;
|
|||
|
border-bottom-right-radius:0px;
|
|||
|
}
|
|||
|
QWidget[ssPrettify="fillet"]#wStatus {
|
|||
|
border-top-left-radius: 0px;
|
|||
|
border-top-right-radius: 0px;
|
|||
|
border-bottom-left-radius: 5px;
|
|||
|
border-bottom-right-radius:5px;
|
|||
|
padding-top:6px;
|
|||
|
padding-bottom:6px;
|
|||
|
padding-left:6px;
|
|||
|
padding-right:36px;
|
|||
|
}
|
|||
|
LoQMainWindow QLabel#MainWndTitle {
|
|||
|
font-size: 16px;
|
|||
|
font-weight: 600;
|
|||
|
color: rgba(42,42,42,1);
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
LoQMainWindow LoQTitleBar {
|
|||
|
height:29;
|
|||
|
}
|
|||
|
|
|||
|
LoQTitleBar QPushButton {
|
|||
|
width: 26;
|
|||
|
height: 26;
|
|||
|
icon-size: 20px;
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton:press,
|
|||
|
LoQTitleBar QPushButton:hover {
|
|||
|
background-color: #C1C1C1;
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton#bnSetting {
|
|||
|
image: url(:/res/AppSetting.png);
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton#bnSetting::menu-indicator {
|
|||
|
image: none;
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton#bnMinimize {
|
|||
|
image: url(:/res/WndMinimize.png);
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton#bnMaximize {
|
|||
|
image: url(:/res/WndMaximize.png);
|
|||
|
}
|
|||
|
LoQTitleBar QPushButton#bnClose {
|
|||
|
image: url(:/res/WndClose.png);
|
|||
|
}
|