9 #include "NewGroundSourceLocationDialog.h"
13 #include <QButtonGroup>
15 #include <QPushButton>
29 NewGroundSourceLocationDialog::NewGroundSourceLocationDialog(QString title, QString &directory,
33 setFileMode(QFileDialog::Directory);
43 QVBoxLayout *vertBoxLayout =
new QVBoxLayout;
51 m_changeAllGround =
new QCheckBox(
"Change location of all subsequent ground points loaded",
56 " Note: If above box is checked, all locations will"
57 " be changed.",
this);
66 QLayout *dialogLayout = layout();
67 dialogLayout->addItem(vertBoxLayout);