![]() |
CustusX
20.03-rc1
An IGT application
|
#include "cxHelperWidgets.h"#include <iostream>#include "boost/shared_ptr.hpp"#include "cxDoubleWidgets.h"#include "cxLabeledComboBoxWidget.h"#include "cxCheckBoxWidget.h"#include "cxColorSelectWidget.h"#include "cxTypeConversions.h"#include "cxLabeledLineEditWidget.h"#include "cxDoubleSpanSlider.h"#include "cxFilenameWidget.h"#include "cxDataSelectWidget.h"#include "cxSelectDataStringProperty.h"#include "cxFilePathProperty.h"Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Functions | |
| QWidget * | cx::createDataWidget (ViewServicePtr viewService, PatientModelServicePtr patientModelService, QWidget *parent, cx::PropertyPtr data, QGridLayout *gridLayout=0, int row=0) |
| Create a widget capable of displaying the input data. More... | |
| QWidget * | cx::sscCreateDataWidget (QWidget *parent, PropertyPtr data, QGridLayout *gridLayout=0, int row=0) |
| Create a widget capable of displaying the input data. More... | |
| QWidget * | cx::addDummyMargin (QWidget *widget) |
| QHBoxLayout * | cx::mergeWidgetsIntoHBoxLayout (QWidget *first, QWidget *second) |