Released version 6.1.3
This commit is contained in:
commit
a94503cb82
1885 changed files with 276310 additions and 0 deletions
11
examples/dials/compass_grid.h
Normal file
11
examples/dials/compass_grid.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <qframe.h>
|
||||
class QwtCompass;
|
||||
|
||||
class CompassGrid: public QFrame
|
||||
{
|
||||
public:
|
||||
CompassGrid( QWidget *parent = NULL );
|
||||
|
||||
private:
|
||||
QwtCompass *createCompass( int pos );
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue