27 #include "ui_OrderByWidgetForm.h" 
   32 #include <QtGui/QGridLayout> 
   40   QGridLayout* layout = 
new QGridLayout(
this);
 
   45   this->setTitle(tr(
"Order By Definition"));
 
   46   this->setSubTitle(tr(
"Choose the attributes to sort the search result."));
 
   60   return m_widget.get();
 
std::auto_ptr< OrderByWidget > m_widget
 
This class is used to define the ORDER BY object of select operation. 
 
This file has the OrderByWizardPage class. 
 
OrderByWidget * getWidget() const 
 
virtual ~OrderByWizardPage()
 
OrderByWizardPage(QWidget *parent=0)
 
This file has the OrderByWidget class.