Rename tabformwidget to TabFormWidget.
Fix layout add bug.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user