Workspace 6.21.5
|
#include <QVBoxLayout>
#include <QComboBox>
#include <QLabel>
#include <QFormLayout>
#include <QTreeWidget>
#include <QPushButton>
#include <QJsonDocument>
#include <QJsonArray>
#include <QJsonObject>
#include <QDebug>
#include <QDialogButtonBox>
#include <QDesignerFormWindowInterface>
#include <QDesignerFormWindowCursorInterface>
#include "Workspace/Application/pluginmanager.h"
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/DataExecution/DataObjects/datafactory.h"
#include "Workspace/Widgets/PropertyBrowser/objectcontroller.h"
#include "Workspace/Widgets/PropertyBrowser/qttreepropertybrowser.h"
#include "Workspace/Widgets/PropertyBrowser/qttreepropertybrowserconnector.h"
#include "Workspace/Widgets/PropertyBrowser/qtvariantproperty.h"
#include "Workspace/Widgets/widgetmanager.h"
#include "Workspace/Widgets/widgetfactory.h"
#include "widgeteditordialog.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Widgets |
This namespace contains support for widgets attached to workspace data objects. | |