lgrSetOffsetDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 #ifndef lgrSetOffsetDialog_H_
00010 #define lgrSetOffsetDialog_H_
00011 
00012 #include "lgrGui.h"
00013 
00014 #include "ui_setOffsetUI.h"
00015 
00016 #include <QtGui/QDialog>
00017 #include <commonWidgets/preciseTimeEdit.h>
00018 
00019 namespace MAKLogger
00020 {
00022    class DT_DLL_LGRGUI DtLgrSetOffsetDialog : public QDialog, public Ui::DtSetOffsetDialog
00023    {
00024       Q_OBJECT
00025    public:
00026       DtLgrSetOffsetDialog(QWidget* parent = 0,const char* name = 0);
00027 
00029       ~DtLgrSetOffsetDialog();
00030 
00031    public slots:
00033       virtual void onTimeChanged();
00034 
00036       virtual void onOK();
00037 
00039       virtual void onCancel();      
00040 
00041    protected:
00042 
00043       virtual void setErrorMessage(const QString&);
00044 
00045    protected:
00046       MAKCommonWidgets::DtPreciseTimeEdit* myPreciseTimeEdit;
00047       bool myTimeIsValid;
00048    };
00049 
00050 }
00051 
00052 #endif
00053 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)