更改裂图的图标为自绘的图标

This commit is contained in:
RigoLigoRLC
2021-09-19 21:23:34 +08:00
parent 2b12c38f50
commit acf013d8ab
8 changed files with 155 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ SpkAppItem::SpkAppItem(int appId, QWidget *parent) : QWidget(parent)
setMinimumHeight(82);
setMaximumHeight(82);
setMinimumWidth(300);
// setMaximumWidth(350);
}
void SpkAppItem::paintEvent(QPaintEvent *e)