实现应用列表和SpkResource

SpkResource现有已知问题:首次使用不会完全进行所有任务。
This commit is contained in:
RigoLigoRLC
2021-09-03 00:48:24 +08:00
parent 774e347957
commit ca57a7ac86
26 changed files with 1053 additions and 274 deletions

View File

@@ -56,7 +56,7 @@ QPushButton
font-size: 14px;
font-weight: 300;
border-radius: 8px;
border-color: LCTL2;
border-color: GLS;
border-top-color: SHD;
border-style: solid;
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 LCTL1, stop:1 LCTL2)
@@ -90,6 +90,11 @@ QScrollBar::add-line, QScrollBar::sub-line
/* Custom widgets */
ElidedLabel
{
background: transparent;
}
#styAboutDesc
{
color: TXL
@@ -104,7 +109,11 @@ SpkAppItem
SpkAppItem::hover
{
background: DCTL1;
border-radius: 11px;
}
SpkAppItem::pressed
{
background: DCTL3;
}
#styAppItmTitle