We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5e26fbd commit efab05bCopy full SHA for efab05b
src/customwidgets/qgscolorbuttonplugin.cpp
@@ -71,12 +71,12 @@ void QgsColorButtonPlugin::initialize( QDesignerFormEditorInterface *core )
71
72
QString QgsColorButtonPlugin::toolTip() const
73
{
74
- return "A widget to define the scale range";
+ return "Select color";
75
}
76
77
QString QgsColorButtonPlugin::whatsThis() const
78
79
- return "A widget to define the scale range.";
+ return "";
80
81
82
QString QgsColorButtonPlugin::domXml() const
0 commit comments