MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrSpeedSpinBox.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrSpeedSpinBox_H_
10 #define lgrSpeedSpinBox_H_
11 
12 #include <QWidget>
13 #include <QDoubleSpinBox>
14 
15 #include <lgrGui/lgrGui.h>
16 
17 namespace MAKLogger
18 {
21  {
22  Q_OBJECT
23 
24  public:
25  DtLgrSpeedSpinBox ( QWidget * parent = 0 );
26 
27  virtual void stepBy(int steps);
28  };
29 }
30 
31 #endif

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)