新增qwt源码版本
This commit is contained in:
12
qwtdemo/examples/controls/wheeltab.h
Normal file
12
qwtdemo/examples/controls/wheeltab.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _WHEEL_TAB_H
|
||||
#define _WHEEL_TAB_H 1
|
||||
|
||||
#include <qwidget.h>
|
||||
|
||||
class WheelTab: public QWidget
|
||||
{
|
||||
public:
|
||||
WheelTab( QWidget *parent = NULL );
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user