27 #include "../../../../core/translator/Translator.h" 28 #include "../../Exception.h" 31 #include "ui_DataSourceExplorerDialogForm.h" 32 #include "ui_DataSourceSelectorWidgetForm.h" 35 #include <QMessageBox> 36 #include <QVBoxLayout> 40 m_ui(new
Ui::DataSourceExplorerDialogForm)
47 QVBoxLayout* layout =
new QVBoxLayout(
this);
49 layout->addWidget(
m_ui->layoutWidget, 0);
55 m_ui->m_helpPushButton->setPageReference(
"widgets/datasource_explorer/datasource_explorer.html");
84 catch(
const std::exception& e)
86 QMessageBox::warning(
this,
87 tr(
"TerraLib Qt Components"),
94 QMessageBox::warning(
this,
95 tr(
"TerraLib Qt Components"),
96 tr(
"Unknown error while selecting a data source!"));
A dialog for selecting a data source.