forked from qt-creator/qt-creator
Debugger: Fix "Attach to Remote" dialog
Change-Id: Id59289afb7d74ea150394cf4ddce2a4be56d10d6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
440f0c2b0a
commit
9117c6b059
@@ -1052,7 +1052,7 @@ StartRemoteDialog::StartRemoteDialog(QWidget *parent, bool enableStartScript)
|
||||
formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
|
||||
formLayout->addRow(d->channelLabel, d->channelLineEdit);
|
||||
formLayout->addRow(d->architectureLabel, d->architectureComboBox);
|
||||
formLayout->addRow(d->profileLabel, d->debuginfoPathChooser);
|
||||
formLayout->addRow(d->debuginfoLabel, d->debuginfoPathChooser);
|
||||
formLayout->addRow(d->overrideStartScriptLabel, d->overrideStartScriptPathChooser);
|
||||
formLayout->addRow(d->useServerStartScriptLabel, d->useServerStartScriptCheckBox);
|
||||
formLayout->addRow(d->serverStartScriptLabel, d->serverStartScriptPathChooser);
|
||||
|
||||
Reference in New Issue
Block a user