Marble
TileLevelRangeWidget.cpp
26 connect(d->m_ui.topSpinBox, &QSpinBox::valueChanged, this, &TileLevelRangeWidget::topLevelChanged);
27 connect(d->m_ui.bottomSpinBox, &QSpinBox::valueChanged, this, &TileLevelRangeWidget::bottomLevelChanged);
29 connect(d->m_ui.topSpinBox, &QSpinBox::valueChanged, this, &TileLevelRangeWidget::setMinimumBottomLevel);
30 connect(d->m_ui.bottomSpinBox, &QSpinBox::valueChanged, this, &TileLevelRangeWidget::setMaximumTopLevel);
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
QObject * parent() const const
void valueChanged(int i)
typedef WindowFlags
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.