Workspace 6.21.5
Namespaces | Macros | Variables
clientwidget.cpp File Reference
#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"
Include dependency graph for clientwidget.cpp:

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"
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)