Rename tabformwidget to TabFormWidget.

Fix layout add bug.
This commit is contained in:
Krad
2022-07-13 10:13:07 +08:00
parent 8e3579b084
commit fc3fab4909
9 changed files with 8 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ void AboutWidget::initUiWidget()
pMainLayout->setAlignment(Qt::AlignLeft);
pMainLayout->setSpacing(10);
pProductVerLayout = new QHBoxLayout(this);
pProductVerLayout = new QHBoxLayout;
pMainLayout->addLayout(pProductVerLayout);
pProductVer = new QLabel(this);