##// END OF EJS Templates
Fix designer plugin desc
Michal Klocek -
r1216:27179fba36bb
parent child
Show More
@@ -37,12 +37,12 QIcon QChartsPlugin::icon() const
37
37
38 QString QChartsPlugin::toolTip() const
38 QString QChartsPlugin::toolTip() const
39 {
39 {
40 return tr("An qcharts widget");
40 return tr("An qcharts view widget");
41 }
41 }
42
42
43 QString QChartsPlugin::whatsThis() const
43 QString QChartsPlugin::whatsThis() const
44 {
44 {
45 return tr("This widget is presents QCharts view widget");
45 return tr("This widget is presents QChartView widget");
46 }
46 }
47
47
48 bool QChartsPlugin::isContainer() const
48 bool QChartsPlugin::isContainer() const
General Comments 0
You need to be logged in to leave comments. Login now