completely remove whatsthis and tooltips definitions

This commit is contained in:
Denis Rouzaud 2014-05-12 17:14:44 +02:00
parent 6fc5d6a4cd
commit 6908f82dd1
5 changed files with 0 additions and 30 deletions

View File

@ -91,12 +91,6 @@ QString QgsCollapsibleGroupBoxPlugin::domXml() const
" <height>100</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );

View File

@ -91,12 +91,6 @@ QString QgsFieldComboBoxPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );

View File

@ -91,12 +91,6 @@ QString QgsFieldExpressionWidgetPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );

View File

@ -91,12 +91,6 @@ QString QgsMapLayerComboBoxPlugin::domXml() const
" <height>27</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );

View File

@ -91,12 +91,6 @@ QString QgsScaleRangeWidgetPlugin::domXml() const
" <height>100</height>\n"
" </rect>\n"
" </property>\n"
" <property name=\"toolTip\" >\n"
" <string></string>\n"
" </property>\n"
" <property name=\"whatsThis\" >\n"
" <string></string>\n"
" </property>\n"
" </widget>\n"
"</ui>\n" )
.arg( name() );