Kstars
timestepbox.cpp
26 i18n("Set the timescale for the simulation clock. A setting of \"1 sec\" means the clock advances in "
27 "real-time, keeping up perfectly with your CPU clock. Higher values make the simulation clock run "
30 "There are two pairs of up/down buttons. The left pair will cycle through all available timesteps in "
31 "sequence. Since there are a large number of timesteps, the right pair is provided to skip to the next "
Custom spinbox to handle selection of timestep values with variable units.
Definition TimeSpinBox.qml:5
int getUnitValue(int)
the same as unitValue, except you can get the UnitStep for any value, not just the current one.
Definition timeunitbox.cpp:123
void setValue(int value)
Set the value which describes which time-unit is displayed in the TimeSpinBox.
Definition timeunitbox.h:58
QString i18n(const char *text, const TYPE &arg...)
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
virtual void setSpacing(int spacing) override
bool activate()
void setContentsMargins(const QMargins &margins)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool disconnect(const QMetaObject::Connection &connection)
void setValue(int val)
void setToolTip(const QString &)
void setWhatsThis(const QString &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 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:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.