test_sdk/gui/gtl_gui_chart_axis_x.h

23 lines
374 B
C
Raw Normal View History

#ifndef CHART_AXIS_X_H
#define CHART_AXIS_X_H
#include "chart/axis_horz.h"
#include "gui_global.h"
namespace gtl
{
namespace gui
{
class GTL_GUI_EXPORT chart_axis_x : public ::chart::axis_horz
{
Q_OBJECT
public:
chart_axis_x();
void set_theme(bool is_dack);
};
}
}
#endif // CHART_AXIS_X_H