lgrSpeedSpinBox.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 #ifndef lgrSpeedSpinBox_H_
00010 #define lgrSpeedSpinBox_H_
00011 
00012 #include <QtGui/QDoubleSpinBox>
00013 
00014 #include "lgrGui.h"
00015 
00016 namespace MAKLogger
00017 {
00019    class DT_DLL_LGRGUI DtLgrSpeedSpinBox : public QDoubleSpinBox
00020    {
00021       Q_OBJECT
00022 
00023    public:
00024       DtLgrSpeedSpinBox ( QWidget * parent = 0 );
00025 
00026       virtual void stepBy(int steps);
00027    };
00028 }
00029 
00030 #endif

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)