31 #include <QScrollArea> 
   32 #include <QVBoxLayout> 
   35   : QDockWidget(tr(
"Dataset Explorer"), parent, flags)
 
   86   return m_treeView.get();
 
A tree view for datasets of a data source. 
 
A widget designed to explore the datasets of a data source. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr