27 #include "ui_DataSetWidgetForm.h" 
   32 #include <QtGui/QGridLayout> 
   40   QGridLayout* layout = 
new QGridLayout(
this);
 
   45   this->setTitle(tr(
"Data Set Selection"));
 
   46   this->setSubTitle(tr(
"Select the datasets to be searched."));
 
   58   int numRows = m_widget->getForm()->m_dataSetTableWidget->rowCount();
 
   68   return m_widget.get();
 
   73   emit completeChanged();
 
DataSetWizardPage(QWidget *parent=0)
 
This class is used to define the FROM object of select operation. 
 
virtual ~DataSetWizardPage()
 
This file has the DataSetWidget class. 
 
DataSetWidget * getWidget() const 
 
This file has the DataSetWizardPage class. 
 
std::auto_ptr< DataSetWidget > m_widget