Workspace 6.21.5
|
#include "clientwidget.h"
#include <cassert>
#include <QCheckBox>
#include <QComboBox>
#include <QFontMetrics>
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QIntValidator>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QPushButton>
#include <QSpinBox>
#include <QTableWidget>
#include <QToolButton>
#include "Workspace/QtVersionCompat/QScopedPointer"
#include "clientsettings.h"
#include "credentials.h"
#include "credentialsdialog.h"
#include "credentialswidget.h"
#include "provider.h"
#include "providermanager.h"
#include "servers.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Authentication |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Variables | |
static const QString | systemScope = "System Default" |
static const QString | userMessageNoCredentialsDialog = "There is no credentials dialog provided by the currently selected authentication provider" |
static const QString | userMessageServerNotWriteable = "You do not have sufficient permissions to perform this operation on the selected server" |
static const QString | userScope = "User Defined" |