关于界面的支持链接优化
This commit is contained in:
parent
e7c565b858
commit
f1ea051242
|
@ -20,11 +20,12 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
"the status of the backup node. A lot of optimization and innovation have been "
|
"the status of the backup node. A lot of optimization and innovation have been "
|
||||||
"carried out for domestic hardware and software platforms."));
|
"carried out for domestic hardware and software platforms."));
|
||||||
setBodyTextVisiable(true);
|
setBodyTextVisiable(true);
|
||||||
setAppSupport(tr("Service & Support: %1").arg(SUPPORT));
|
// setAppSupport(tr("Service & Support: %1").arg(SUPPORT));
|
||||||
|
|
||||||
connect(GlobelBackupInfo::inst().getGlobalSignals(), &GlobalSignals::themeIconChanged, this, [=](){
|
connect(GlobelBackupInfo::inst().getGlobalSignals(), &GlobalSignals::themeIconChanged, this, [=](){
|
||||||
this->setAppIcon(QIcon::fromTheme(THEME_YHKYLIN_BACKUP_TOOLS, QIcon(":/images/yhkylin-backup-tools.png")));
|
this->setAppIcon(QIcon::fromTheme(THEME_YHKYLIN_BACKUP_TOOLS, QIcon(":/images/yhkylin-backup-tools.png")));
|
||||||
});
|
});
|
||||||
|
|
||||||
setFixedSize(420, 520);
|
setFixedSize(420, 520);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue