Layouting::SpinBox Class
class Layouting::SpinBoxWraps QSpinBox for use in a Layouting builder. More...
| Header: | #include <SpinBox> |
| Inherits: | Layouting::Widget |
Public Functions
| void | onTextChanged(QObject *guard, const std::function<void (QString)> &func) |
Detailed Description
See also Layouting::Widget.
Member Function Documentation
void SpinBox::onTextChanged(QObject *guard, const std::function<void (QString)> &func)
Connects func to the QSpinBox::textChanged signal. The connection is automatically removed when guard is destroyed.