Workspace 7.0.2
|
#include "mongodbschedulerconfigurationwidget.h"
#include <QCheckBox>
#include <QFileDialog>
#include <QFormLayout>
#include <QLineEdit>
#include <QMessageBox>
#include <QSpinBox>
#include <QTextEdit>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Authentication/Common/credentials.h"
#include "Authentication/Common/credentialsdialog.h"
#include "Authentication/Common/credentialswidget.h"
#include "Authentication/Common/provider.h"
#include "Authentication/Common/providermanager.h"
#include "mongodbscheduler.h"
#include "retryruleswidget.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::MongoDB |
Variables | |
static const QString | USER_MESSAGE_NO_CREDENTIALS_DIALOG = "There is no credentials dialog provided by the currently selected authentication provider" |
static const QString | USER_MESSAGE_SERVER_NOT_WRITEABLE = "You do not have sufficient permissions to perform this operation on the selected server" |