Gui: [skip ci] avoid weird acronyms in function names
This commit is contained in:
@@ -290,12 +290,12 @@ void Gui::QuantitySpinBox::setExpression(boost::shared_ptr<Expression> expr)
|
||||
}
|
||||
}
|
||||
|
||||
void Gui::QuantitySpinBox::setTooltipLE(const QString &name)
|
||||
void Gui::QuantitySpinBox::setEditorToolTip(const QString &name)
|
||||
{
|
||||
lineEdit()->setToolTip(name);
|
||||
}
|
||||
|
||||
void Gui::QuantitySpinBox::setTooltipIL(const QString &name)
|
||||
void Gui::QuantitySpinBox::setIconToolTip(const QString &name)
|
||||
{
|
||||
iconLabel->setToolTip(name);
|
||||
}
|
||||
|
||||
@@ -130,9 +130,9 @@ public:
|
||||
|
||||
void setExpression(boost::shared_ptr<App::Expression> expr);
|
||||
/// Sets a tooltip for the LineEdit
|
||||
void setTooltipLE(const QString &name);
|
||||
void setEditorToolTip(const QString &name);
|
||||
/// Sets a tooltip for the IconLabel
|
||||
void setTooltipIL(const QString &name);
|
||||
void setIconToolTip(const QString &name);
|
||||
void bind(const App::ObjectIdentifier &_path);
|
||||
bool apply(const std::string &propName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user