34 #ifndef CXHELPERWIDGETS_H_
35 #define CXHELPERWIDGETS_H_
37 #include "cxResourceWidgetsExport.h"
68 Qt::WindowFlags flags = Qt::FramelessWindowHint;
70 flags |= Qt::WindowStaysOnTopHint;
71 this->setWindowFlags(flags);
QWidget * createDataWidget(ViewServicePtr viewService, PatientModelServicePtr patientModelService, QWidget *parent, PropertyPtr data, QGridLayout *gridLayout, int row)
Create a widget capable of displaying the input data.
boost::shared_ptr< class Property > PropertyPtr
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
cxLogicManager_EXPORT ViewServicePtr viewService()