47 #ifndef _MIRA_TAPEFILEDIALOG_H_ 48 #define _MIRA_TAPEFILEDIALOG_H_ 51 #include <QFileDialog> 71 return mUseOriginalTimestamp->isChecked();
75 mUseOriginalTimestamp->setChecked(useOriginal);
80 return mNamespacePrefix->text();
85 void setPreview(
const QString&
file);
90 QCheckBox* mUseOriginalTimestamp;
91 QLineEdit* mNamespacePrefix;
bool useOriginalTimestamp() const
Definition: TapeFileDialog.h:69
PropertyHint file(const std::string &filters=std::string(), bool save=false)
Tells the property editor that the path is for a file, and that it should show a "File Open"/"File Sa...
Definition: Path.h:247
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Definition: TapeFileDialog.h:61
QString getNamespacePrefix() const
Definition: TapeFileDialog.h:78
void setUseOriginalTimestamp(bool useOriginal=true)
Definition: TapeFileDialog.h:74
#define MIRA_GUI_FW_EXPORT
Definition: GuiFwExports.h:61