CustusX
22.04-rc5
An IGT application
|
#include "cxPlusConnectWidget.h"
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QPushButton>
#include <QProcess>
#include <QComboBox>
#include <QLabel>
#include <QFileDialog>
#include <QSpacerItem>
#include "cxLogger.h"
#include "cxOpenIGTLinkStreamerService.h"
#include "cxVisServices.h"
#include "cxVideoService.h"
#include "cxBoolProperty.h"
#include "cxProfile.h"
#include "cxProcessWrapper.h"
#include "cxSettings.h"
#include "cxDataLocations.h"
#include "cxFileSelectWidget.h"
#include "cxCheckBoxWidget.h"
#include "cxFilePreviewWidget.h"
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Macros | |
#define | START_TEXT "Start PlusServer and connect tracking and streaming" |
#define | STOP_TEXT "Stop PlusServer and disconnect tracking and streaming" |
#define START_TEXT "Start PlusServer and connect tracking and streaming" |
Definition at line 35 of file cxPlusConnectWidget.cpp.
#define STOP_TEXT "Stop PlusServer and disconnect tracking and streaming" |
Definition at line 36 of file cxPlusConnectWidget.cpp.