Better status bar

This commit is contained in:
2022-06-17 12:01:36 +02:00
parent 0f182900c2
commit 67199a033d
6 changed files with 50 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ protected:
void thumbSelect(QMouseEvent *event);
signals:
void fileDropped(const QString &path);
void status(const QString &status);
void status(const QString &value, const QString &pixelCoords, const QString &celestialCoords);
};
class ImageScrollAreaGL : public QWidget