mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix some incorrect HTML
This commit is contained in:
parent
358830d364
commit
3e30850b75
@ -64,6 +64,7 @@ void Welcome::refreshPage()
|
|||||||
|
|
||||||
ui->cpapInfo->setHtml(GenerateCPAPHTML());
|
ui->cpapInfo->setHtml(GenerateCPAPHTML());
|
||||||
ui->oxiInfo->setHtml(GenerateOxiHTML());
|
ui->oxiInfo->setHtml(GenerateOxiHTML());
|
||||||
|
// qDebug() << "CPAPhtml" << GenerateCPAPHTML();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Welcome::on_dailyButton_clicked()
|
void Welcome::on_dailyButton_clicked()
|
||||||
@ -126,11 +127,12 @@ QString Welcome::GenerateCPAPHTML()
|
|||||||
|
|
||||||
|
|
||||||
QString html = QString("<html><head>")+
|
QString html = QString("<html><head>")+
|
||||||
"</head>"
|
// "</head>"
|
||||||
"<style type='text/css'>"
|
"<style type='text/css'>"
|
||||||
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
|
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
|
||||||
"p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }"
|
"p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }"
|
||||||
"</style>"
|
"</style>"
|
||||||
|
|
||||||
"</head>"
|
"</head>"
|
||||||
"<body leftmargin=5 topmargin=10 rightmargin=5 bottommargin=5 vertical-align=center align=center>";
|
"<body leftmargin=5 topmargin=10 rightmargin=5 bottommargin=5 vertical-align=center align=center>";
|
||||||
|
|
||||||
@ -282,7 +284,7 @@ QString Welcome::GenerateOxiHTML()
|
|||||||
}
|
}
|
||||||
|
|
||||||
QString html = QString("<html><head>")+
|
QString html = QString("<html><head>")+
|
||||||
"</head>"
|
// "</head>"
|
||||||
"<style type='text/css'>"
|
"<style type='text/css'>"
|
||||||
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
|
"p,a,td,body { font-family: '"+QApplication::font().family()+"'; }"
|
||||||
"p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }"
|
"p,a,td,body { font-size: "+QString::number(QApplication::font().pointSize() + 2)+"px; }"
|
||||||
|
Loading…
Reference in New Issue
Block a user