17 #ifndef _IMPORT_IMAGE_DIALOG_HH_
18 #define _IMPORT_IMAGE_DIALOG_HH_
28 class ImportImageView;
46 signals:
void SetFileName(QString _string);
49 private slots:
void OnSelectFile();
52 private slots:
void OnAccept();
55 private slots:
void OnReject();
58 private slots:
void OnNext();
61 private slots:
void OnBack();
64 private slots:
void OnChangeDistance(
double _distance);
67 private slots:
void OnChangeResolution(
double _resolution);
79 private: QStackedLayout *stackedStepLayout;
82 private: QPushButton *nextButton;
85 private: QPushButton *okButton;
88 private: QLineEdit *fileLineEdit;
91 private:
int imageDisplayWidth;
94 private:
int imageDisplayHeight;
100 private: QPointF measureLineStart;
103 private:
bool drawingLine;
QDoubleSpinBox * distanceSpin
Distance spin box.
Definition: ImportImageDialog.hh:70
QDoubleSpinBox * resolutionSpin
Resolution spin box.
Definition: ImportImageDialog.hh:73
Control the editor view and manage contents in the editor scene.
Definition: EditorView.hh:78
#define GZ_GUI_BUILDING_VISIBLE
Definition: system.hh:393
Control the import image view and manage contents in the scene.
Definition: ImportImageView.hh:42
Definition: ImportImageDialog.hh:33