Kstars
10#include "ui_profilewizard.h"
12#include <QProgressDialog>
21class ProfileWizard :
public QDialog,
public Ui::ProfileWizard
30 REMOTE_EQUIPMENT_SELECTION,
37 typedef enum { INTERNAL_GUIDER, PHD2_GUIDER, LIN_GUIDER } GuiderType;
41 QStringList selectedAuxDrivers();
42 int selectedExternalGuider();
46 void processLocalEquipment();
47 void processRemoteEquipmentSelection();
48 void processRemoteEquipment();
49 void processPiEquipment();
50 void processLocalMac();
52 void detectStellarMate();
53 void processHostInfo(QHostInfo info);
54 void detectStellarMateTimeout();
57 bool useInternalServer =
true;
58 bool useWebManager =
false;
59 bool useJoystick =
false;
60 bool useRemoteAstrometry =
false;
61 bool useWatchDog =
false;
62 bool useSkySafari =
false;
63 GuiderType useGuiderType = INTERNAL_GUIDER;
65 QString profileName, host, port;
66 QPointer<QProgressDialog> stellarMateDetectDialog;
68 friend class Ekos::Manager;
Ekos is an advanced Astrophotography tool for Linux.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:01 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.