25 #include <VisionX/gui-plugins/FeatureLearning/ui_FeatureLearningObjectChooserWidget.h>
32 FeatureLearningObjectChooserWidget::FeatureLearningObjectChooserWidget()
34 QDialog* dialogPointer =
this;
35 widget.setupUi(dialogPointer);
38 connect(widget.okayButtonBox, SIGNAL(accepted()),
this, SLOT(accept()));
39 connect(widget.okayButtonBox, SIGNAL(rejected()),
this, SLOT(close()));
42 FeatureLearningObjectChooserWidget::~FeatureLearningObjectChooserWidget()
47 Ui::FeatureLearningObjectChooserWidget* FeatureLearningObjectChooserWidget::getWidget()