MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
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 <QtGui/QDoubleSpinBox>
13
14
#include "
lgrGui.h
"
15
16
namespace
MAKLogger
17
{
19
class
DT_DLL_LGRGUI
DtLgrSpeedSpinBox
:
public
QDoubleSpinBox
20
{
21
Q_OBJECT
22
23
public
:
24
DtLgrSpeedSpinBox
(
QWidget
* parent = 0 );
25
26
virtual
void
stepBy(
int
steps);
27
};
28
}
29
30
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)