11 #ifndef CXFILEINPUTWIDGET_H 12 #define CXFILEINPUTWIDGET_H 14 #include "cxResourceWidgetsExport.h" 40 void setDescription(QString text);
41 void setFilename(QString text);
42 void setHelp(QString text);
43 void setBrowseHelp(QString text);
44 QString getFilename()
const;
45 QString getAbsoluteFilename()
const;
46 void setBasePath(QString path);
47 void setUseRelativePath(
bool on);
56 void updateHelpInternal();
57 void widgetHasBeenChanged();
60 bool mUseRelativePath;
64 QLineEdit* mFilenameEdit;
65 QToolButton* mBrowseButton;
67 QAction* mBrowseAction;
73 #endif // CXFILEINPUTWIDGET_H
Namespace for all CustusX production code.