Color highlight FITS header

This commit is contained in:
2025-04-10 19:58:29 +02:00
parent 7c4118b0b6
commit e7acbca01e
3 changed files with 74 additions and 1 deletions
+4
View File
@@ -5,6 +5,7 @@
#include <QSpinBox>
#include <QCheckBox>
#include <QComboBox>
#include <QListWidget>
class SettingsDialog : public QDialog
{
@@ -28,6 +29,9 @@ private:
QCheckBox *m_qualityThumbnail;
QComboBox *m_filtering;
QCheckBox *m_bestFit;
QListWidget *m_headerHighlight;
QColor m_color = Qt::yellow;
QLineEdit *m_keyword;
};
#endif // SETTINGSDIALOG_H