Add sky grid painting

This commit is contained in:
2025-05-26 15:50:37 +02:00
parent 8b498bbe73
commit c01f2e328a
4 changed files with 159 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@ public:
double RAHour() const { return ra / 15.0; }
double DEC() const { return dec; }
QString toString() const;
QString RAString() const;
QString DECString() const;
static double fromHMS(const QString &hms);
static double fromDMS(const QString &dms);
static QString toHMS(double decHour);