#include "SUIT_FileDlg.h"
#include "SUIT_Tools.h"
#include "SUIT_Session.h"
#include "SUIT_MessageBox.h"
#include "SUIT_ResourceMgr.h"
#include "SUIT_FileValidator.h"
#include "Qtx.h"
#include <QDir>
#include <QEvent>
#include <QRegExp>
#include <QLabel>
#include <QComboBox>
#include <QPushButton>
#include <QGridLayout>
#include <QApplication>
#include <QListView>
#include <QLineEdit>
#include <QUrl>
#include <QDesktopServices>
Variables | |
const bool | IGNORE_NON_MATCHING_EXTENSION = true |
Defines extension behavior. More... | |
const bool IGNORE_NON_MATCHING_EXTENSION = true |
If the selected file name has extension which does not match the selected filter and this variable is set to true
, the file extension is ignored and new one (from current file filter will be added.