9#include "NewGroundSourceLocationDialog.h"
13#include <QButtonGroup>
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);
QPointer< QCheckBox > m_changeControlNet
Change location of ground source in the control network.
QPointer< QCheckBox > m_changeAllGround
Change location of all subsequent ground control points.
NewGroundSourceLocationDialog(QString title, QString &directory, QWidget *parent=0)
Dialog to determine new ground source location.
bool changeControlNet()
Indicates whether the control network should be changed to reflect new ground source location.
bool changeAllGroundSourceLocation()
Indicates whether all subsequent ground source files should be found in new source directory.
This is free and unencumbered software released into the public domain.
Namespace for the standard library.