1 #ifndef QnetFixedPointDialog_h
2 #define QnetFixedPointDialog_h
36 QString defaultPointId,
QWidget *parent = 0);
47 void enableOkButton(
const QString &text);
50 QLineEdit *m_ptIdValue;
51 QRadioButton *m_fixed;
52 QRadioButton *m_constrained;
53 QListWidget *m_fileList;
56 QRadioButton *m_select;
59 QPushButton *m_okButton;
bool isConstrained() const
Definition: QnetFixedPointDialog.cpp:114
Definition: QnetFixedPointDialog.h:31
QString pointId() const
Definition: QnetFixedPointDialog.cpp:119
~QnetFixedPointDialog()
Definition: QnetFixedPointDialog.cpp:103
QStringList selectedFiles() const
Definition: QnetFixedPointDialog.cpp:124
void setFiles(QStringList pointFiles)
Set files found containing selected point.
Definition: QnetFixedPointDialog.cpp:144
bool isFixed() const
Definition: QnetFixedPointDialog.cpp:109
QnetFixedPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor.
Definition: QnetFixedPointDialog.cpp:36