NorMIT-nav  18.04
An IGT application
cxViewUtilities.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 
12 #ifndef CXVIEWUTILITIES_H_
13 #define CXVIEWUTILITIES_H_
14 
15 #include "cxLayoutData.h"
16 class QGridLayout;
17 
18 namespace cx
19 {
31 namespace view_utils
32 {
33 
34 void setStretchFactors(QGridLayout* layout, LayoutRegion region, int stretchFactor);
35 }
36 
40 } /* namespace cx */
41 #endif /* CXVIEWUTILITIES_H_ */
void setStretchFactors(QGridLayout *layout, LayoutRegion region, int stretchFactor)
Namespace for all CustusX production code.