Marble
SunControlWidget.cpp
33 connect(m_uiWidget->buttonBox->button(QDialogButtonBox::Apply), &QAbstractButton::clicked, this, &SunControlWidget::apply);
35 connect(m_uiWidget->buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, this, &SunControlWidget::apply);
36 connect(m_uiWidget->buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, this, &QDialog::accept);
This file contains the headers for MarbleWidget.
void setShowCityLights(bool visible)
Set whether city lights instead of night shadow are visible.
Definition MarbleWidget.cpp:809
void setSubSolarPointIconVisible(bool visible)
Set whether the sun icon is shown in the sub solar point.
Definition MarbleWidget.cpp:822
void setLockToSubSolarPoint(bool visible)
Set the globe locked to the sub solar point.
Definition MarbleWidget.cpp:814
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
void clicked(bool checked)
virtual void accept()
virtual void reject()
void rejected()
Q_EMITQ_EMIT
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
virtual bool event(QEvent *event) override
void setupUi(QWidget *widget)
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.