Kstars

opsdither.h
1/*
2 SPDX-FileCopyrightText: 2016 Jasem Mutlaq <mutlaqja@ikarustech.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "ui_opsdither.h"
10
11class KConfigDialog;
12
13namespace Ekos
14{
15/**
16 * @class OpsDither
17 *
18 * Enables the user to set guide options
19 *
20 * @author Jasem Mutlaq
21 */
22class OpsDither : public QFrame, public Ui::OpsDither
23{
25
26 public:
27 explicit OpsDither();
28 virtual ~OpsDither() override = default;
29
30 signals:
31 void settingsUpdated();
32
33 private:
34 KConfigDialog *m_ConfigDialog { nullptr };
35
36};
37}
Enables the user to set guide options.
Definition opsdither.h:23
Ekos is an advanced Astrophotography tool for Linux.
Definition align.cpp:78
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:02 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.