关于界面规范中已经不要求内容区域了
This commit is contained in:
parent
f1ea051242
commit
d144e7b990
|
@ -19,14 +19,12 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
"When the user data is damaged or the system is attacked, the tool can flexibly restore "
|
"When the user data is damaged or the system is attacked, the tool can flexibly restore "
|
||||||
"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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString AboutDialog::getBackupVersion()
|
QString AboutDialog::getBackupVersion()
|
||||||
|
|
Loading…
Reference in New Issue