2023-08-08 13:06:09 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QskControl.h>
|
|
|
|
|
2023-08-08 13:17:57 +00:00
|
|
|
class RadialTickmarks : public QskControl
|
2023-08-08 13:06:09 +00:00
|
|
|
{
|
|
|
|
public:
|
2023-08-08 13:17:57 +00:00
|
|
|
QSK_SUBCONTROLS(Lines)
|
|
|
|
explicit RadialTickmarks( QQuickItem* parent = nullptr );
|
2023-08-08 13:06:09 +00:00
|
|
|
};
|