17#ifndef IMPORTPOSITIONDIALOG_H
18#define IMPORTPOSITIONDIALOG_H
22#include "importimageconfig.h"
41 void didChangeComboBoxIndex(
const int index);
42 void changeImportView();
45 static ImportImageConfig::PositionType getTypeFromIndex(
int index) {
48 return ImportImageConfig::CenterOfView;
50 return ImportImageConfig::CenterOfCanvas;
52 return ImportImageConfig::CenterOfCamera;
54 return ImportImageConfig::CenterOfCameraFollowed;
56 return ImportImageConfig::None;
60 Ui::ImportPositionDialog *ui;
QObject * parent() const const