CustusX
22.04-rc5
An IGT application
|
Go to the source code of this file.
Classes | |
class | cx::sscFloatingWidget |
A widget that floats above the other windows. Used as basis for the floating controls. More... | |
Namespaces | |
cx | |
Namespace for all CustusX production code. | |
Functions | |
QHBoxLayout * | cx::mergeWidgetsIntoHBoxLayout (QWidget *first, QWidget *second) |
QWidget * | cx::addDummyMargin (QWidget *widget) |
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::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... | |