CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxOperatingTableTab.cpp
Go to the documentation of this file.
1 #include "cxOperatingTableTab.h"
3 #include <QVBoxLayout>
4 
5 
6 namespace cx
7 {
8 
10  PreferenceTab(parent),
11  mServices(services)
12 {
13 
14 }
15 
17 {
19  mTopLayout->addWidget(tw);
20 }
21 
22 
23 } // namespace cx
QVBoxLayout * mTopLayout
boost::shared_ptr< class CoreServices > CoreServicesPtr
Definition: cxCameraStyle.h:37
OperatingTableTab(CoreServicesPtr services, QWidget *parent=0)
Namespace for all CustusX production code.