Kstars

opssupernovae.h
1/*
2 SPDX-FileCopyrightText: 2011 Samikshan Bairagya <samikshan@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ui_opssupernovae.h"
10
11#include <kconfigdialog.h>
12
13class KStars;
14
15/**
16 * @class OpsSupernovae
17 *
18 * The Supernovae Tab of the Options window. In this Tab the user can configure
19 * supernovae options and select if supernovae should be drawn on the skymap.
20 * Also the user is given the option to check for updates on startup. And whether
21 * to be alerted on startup.
22 *
23 * @author Samikshan Bairagya
24 * @version 1.0
25 */
26class OpsSupernovae : public QFrame, public Ui::OpsSupernovae
27{
29
30 public:
31 explicit OpsSupernovae();
32
33 ~OpsSupernovae() override = default;
34};
This is the main window for KStars.
Definition kstars.h:91
The Supernovae Tab of the Options window.
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.