MAK Data Logger API Documentation for DIS
lgrPreciseTimeEdit.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrPreciseTimeEdit_H_
10 #define lgrPreciseTimeEdit_H_
11 
12 #include "lgrGui.h"
13 #include <commonWidgets/preciseTimeEdit.h>
14 #include <QtGui/QWidget>
15 #include <QtGui/QLineEdit>
16 
17 
18 namespace MAKLogger
19 {
21  class DT_DLL_LGRGUI DtLgrPreciseTimeEdit : public MAKCommonWidgets::DtPreciseTimeEdit
22  {
23 
24  public:
25 
27  DtLgrPreciseTimeEdit(QWidget* parent = 0);
28 
30  virtual ~DtLgrPreciseTimeEdit();
31 
33  virtual QSize sizeHint() const;
34  };
35 
36 }
37 
38 #endif

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)