Skip to content
Snippets Groups Projects
Commit 1897a80f authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

WidgetUtils: shortened comment

parent c7eab82d
No related branches found
No related tags found
1 merge request!1147GUI: rm UIntProperty and UIntDescriptor
Pipeline #80891 passed
......@@ -146,10 +146,6 @@ QLineEdit* createTextEdit(std::function<QString()> getter, std::function<void(QS
//! "easyScrollable" flag is false. Otherwise it would be dangerous if the spin box is on a
//! scrollable form - unintended and unnoticed changes would take place when just scrolling through
//! the form.
//!
//! No connections to update the descriptor will be established! Therefore changes in the spin box
//! will *not* be notified to the descriptor. The additional (and optional) slot can be used to be
//! notified about a value change.
QSpinBox* createIntSpinbox(std::function<int()> getter, std::function<void(int)> slot,
const RealLimits& limits = RealLimits(), QString tooltip = "",
QList<std::function<void()>>* updaters = nullptr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment