26 #ifndef __TERRALIB_SRS_INTERNAL_QT_SRSDIALOG_H    27 #define __TERRALIB_SRS_INTERNAL_QT_SRSDIALOG_H    30 #include "../Config.h"    39 namespace Ui { 
class SRSDialogForm; }
    62         SRSDialog( QWidget* parent = 0, Qt::WindowFlags f = 0);
    64         SRSDialog( QWidget* parent, Qt::WindowFlags f,
    65                   unsigned int srid, 
const std::string& name, 
const std::string& p4desc);
    69         unsigned int getSRID() 
const;
    71         std::string getName() 
const;
    73         std::string getP4Desc() 
const;
    77         void onOkPushButtonClicked();
    78         void onCancelPushButtonClicked();
    89 #endif  // __TERRALIB_SRS_INTERNAL_QT_SRSDIALOG_H