26#ifndef __TERRALIB_QT_AF_ABSTRACTSETTINGWIDGET_H
27#define __TERRALIB_QT_AF_ABSTRACTSETTINGWIDGET_H
106 virtual void hideEvent(QHideEvent * event);
159 QString msg = tr(
"There are unsaved changes. Do you want to save it?");
161 if(QMessageBox::question(
this, tr(
"Application settings customization"), msg, QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes)
169 QWidget::hideEvent(event);
The base API for controllers of TerraLib applications.
The base API for TerraLib applications.
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.