MAK Data Logger API Documentation for HLA
 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-2025 MAK Technologies, Inc
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
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.
A QDoubleSpinBox that doubles/halves on scroll when value is below one.
Definition: lgrSpeedSpinBox.h:20

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)