MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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/lgrGui.h>
13 #include <commonWidgets/preciseTimeEdit.h>
14 #include <QWidget>
15 #include <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
A widget for setting a precise time.
Definition: lgrPreciseTimeEdit.h:21
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)