MAK Data Logger API Documentation for HLA
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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)