26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMEPROPERTIESWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMEPROPERTIESWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QDialog> 
   38 namespace Ui { 
class TimePropertiesDialogForm; }
 
   63           TimePropertiesDialog(QWidget* parent = 0,  Qt::WindowFlags f = 0, 
int minimum = 10, 
int maximum = 500);
 
   89           void onOkPushButtonClicked();
 
   90           void onHelpPushButtonClicked();
 
   94           std::auto_ptr<Ui::TimePropertiesDialogForm>  
m_ui;  
 
  101 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMEPROPERTIESWIDGET_H 
std::auto_ptr< Ui::TimePropertiesDialogForm > m_ui
The widget form. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dialog used to configure the behaviour of the TimeSliderWidget.