47 #ifndef _MIRA_TAPEFILEDIALOG_H_ 48 #define _MIRA_TAPEFILEDIALOG_H_ 51 #include <QFileDialog> 69 return mUseOriginalTimestamp->isChecked();
73 mUseOriginalTimestamp->setChecked(useOriginal);
78 return mNamespacePrefix->text();
83 void setPreview(
const QString&
file);
88 QCheckBox* mUseOriginalTimestamp;
89 QLineEdit* mNamespacePrefix;
bool useOriginalTimestamp() const
Definition: TapeFileDialog.h:67
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:230
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Definition: TapeFileDialog.h:59
QString getNamespacePrefix() const
Definition: TapeFileDialog.h:76
void setUseOriginalTimestamp(bool useOriginal=true)
Definition: TapeFileDialog.h:72
TapeFileDialog(QWidget *parent=0)