26#ifndef __TERRALIB_QT_PLUGINS_DATASOURCE_SQLITE_INTERNAL_SQLITECREATORDIALOG_H
27#define __TERRALIB_QT_PLUGINS_DATASOURCE_SQLITE_INTERNAL_SQLITECREATORDIALOG_H
37#include <QtGui/QDialog>
39namespace Ui {
class SQLiteCreatorDialogForm; }
82 std::auto_ptr<Ui::SQLiteCreatorDialogForm>
m_ui;
A conteiner class for keeping information about a data source.
void searchDatabaseToolButtonPressed()
te::da::DataSourcePtr m_driver
void helpPushButtonPressed()
const te::da::DataSourcePtr & getDriver() const
SQLiteCreatorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void getConnectionInfo(std::map< std::string, std::string > &connInfo) const
const te::da::DataSourceInfoPtr & getDataSource() const
void applyPushButtonPressed()
te::da::DataSourceInfoPtr m_datasource
std::auto_ptr< Ui::SQLiteCreatorDialogForm > m_ui
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::shared_ptr< DataSource > DataSourcePtr
Namespace for the Qt module of TerraLib.