Refactor dialog package.
This commit is contained in:
@@ -17,7 +17,7 @@ GetIPDialog::GetIPDialog(QWidget* parent, Qt::WindowFlags f)
|
||||
, mLabelError(new QLabel(this))
|
||||
{
|
||||
setWindowModality(Qt::WindowModal);
|
||||
QFormLayout* formLayout = new QFormLayout(formWidget);
|
||||
QFormLayout* formLayout = new QFormLayout(mFormWidget);
|
||||
QLabel* IpValue = new QLabel(tr("IP Address"));
|
||||
formLayout->addRow(IpValue, mIp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user