![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/LoadUnknownDialog.h>
Dialog for opening files without specified type. More...
Inheritance diagram for LoadUnknownDialog:Dialog for opening files without specified type.
Public Slots | |
| void | onSetFileType (QString) |
| Translates the integer position in the list to a string corresponding to the list entry and saves that one under m_fileType. | |
Public Member Functions | |
| LoadUnknownDialog (QWidget *parent=0) | |
| std::string | fileType () const |
| Returns the string containing the choice of the user. | |
Protected Attributes | |
| Ui_SelectFileTypeDialog * | m_ui |