Kstars

opsdeveloper.h
1/*
2 SPDX-FileCopyrightText: 2022 Hy Murveit <hy@murveit.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ui_opsdeveloper.h"
10
11#include <kconfigdialog.h>
12
13class KStars;
14
15/**
16 * @class OpsDeveloper
17 *
18 * The Developer Tab of the Options window. In this Tab the user can configure
19 * options mostly relevant for developers.
20 *
21 * @author Hy Murveit
22 * @version 1.0
23 */
24class OpsDeveloper : public QFrame, public Ui::OpsDeveloper
25{
27
28 public:
29 explicit OpsDeveloper();
30
31 ~OpsDeveloper() override = default;
32};
This is the main window for KStars.
Definition kstars.h:91
The Developer 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 Fri Jul 26 2024 11:59:52 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.