##// END OF EJS Templates
Removed resize hack from chartwidgettest theme change
Removed resize hack from chartwidgettest theme change

File last commit:

r747:917f2d378193
r824:921979357fc9
Show More
chartwidget.cpp
6 lines | 93 B | text/x-c | CppLexer
sauimone
Added bar chart example
r78 #include "chartwidget.h"
Michal Klocek
Uninfy examples , updated public API changes
r747 ChartView::ChartView(QWidget *parent) :
sauimone
Added bar chart example
r78 QChartView(parent)
{
}