CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxDetailedLabeledComboBoxWidget.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 CXDETAILEDLABELEDCOMBOBOXWIDGET_H_
13 #define CXDETAILEDLABELEDCOMBOBOXWIDGET_H_
14 
15 #include "cxResourceWidgetsExport.h"
16 
18 
19 namespace cx
20 {
27 class cxResourceWidgets_EXPORT DetailedLabeledComboBoxWidget : public LabeledComboBoxWidget
28 {
29  Q_OBJECT
30 
31 public:
32  DetailedLabeledComboBoxWidget(QWidget* parent, StringPropertyBasePtr, QGridLayout* gridLayout = 0, int row = 0);
34 
35 signals:
36  void detailsTriggered();
37 
38 private slots:
39  void toggleDetailsSlot();
40 };
41 
42 } /* namespace cxtest */
43 
44 #endif /* CXDETAILEDLABELEDCOMBOBOXWIDGET_H_ */
Composite widget for string selection.
boost::shared_ptr< class StringPropertyBase > StringPropertyBasePtr
Composite widget for string selection with .
Namespace for all CustusX production code.