!34 修改control/修改logo

* 	删除:     assets/Logo-Spark.png
* update src/main.cpp.
* The font used for new logo
* new logo file
* update debian/control.
This commit is contained in:
2022-05-08 14:21:50 +00:00
parent c6505c1c14
commit 0916a0a97e
8 changed files with 259 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
)
);
dialog.setProductName(QLabel::tr("Spark Store"));
dialog.setCompanyLogo(QPixmap(":/Logo-Spark.png"));
dialog.setCompanyLogo(QPixmap(":/spark-store.png"));
dialog.setWebsiteName(QObject::tr("The Spark Project"));
dialog.setWebsiteLink("https://gitee.com/deepin-community-store");