Mantid
|
#include "MantidKernel/DllConfig.h"
#include <QFileDialog>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::API |
namespace | MantidQt::API::FileDialogHandler |
Contains modifications to Qt functions where problems have been found on certain operating systems. | |
Functions | |
DLLExport QString | MantidQt::API::FileDialogHandler::addExtension (const QString &filename, const QString &selectedFilter) |
For file dialogs. More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::formatExtension (const std::string &extension) |
Format extension into expected form (*.ext) More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::getCaption (const std::string &dialogName, const Mantid::Kernel::Property *prop) |
DLLExport QString | MantidQt::API::FileDialogHandler::getFilter (const Mantid::Kernel::Property *baseProp) |
DLLExport QString | MantidQt::API::FileDialogHandler::getFilter (const std::vector< std::string > &exts) |
For file dialogs. More... | |
DLLExport QString | MantidQt::API::FileDialogHandler::getSaveFileName (QWidget *parent, const Mantid::Kernel::Property *baseProp, const QFileDialog::Options &options) |
Contains modifications to Qt functions where problems have been found on certain operating systems. More... | |