#ifndef TestWidgetBarcharts_H #define TestWidgetBarcharts_H #include #include #include #include #include #include #include #include #include #include #include "jkqtplotter/jkqtplotter.h" #include "jkqtplotter/jkqtpgraphsgeometric.h" #include "jkqtplotter/jkqtpgraphsimage.h" #include "jkqtplotter/jkqtpelementsoverlay.h" #include "jkqtplotter/jkqtpgraphsparsedfunction.h" #include "jkqtplotter/jkqtpbaseelements.h" #include "jkqtplottergui/jkqtpgraphsmodel.h" #include "jkqtplottertools/jkqtptools.h" #define N1 200 #define N2 50 #define N3 8 class TestWidgetBarcharts : public QWidget { Q_OBJECT public: explicit TestWidgetBarcharts(QWidget *parent = 0); signals: public slots: void setBarchartLogLog(bool checked); void setBarchartAngele(int angel); void setBarchartAngele2(int angel); protected: JKQtPlotter* plotBarchart; JKQtPlotter* plotBarchart2; QCheckBox* chkBarLog; QSpinBox* spinBarLabelAngel; QSpinBox* spinBarLabelAngel2; }; #endif // TestWidgetBarcharts_H