1#ifndef COCKATRICE_PALETTE_EDITOR_DIALOG_H
2#define COCKATRICE_PALETTE_EDITOR_DIALOG_H
12class QDialogButtonBox;
PaletteGridWidget * paletteGrid
Definition palette_editor_dialog.h:44
void onGenerateFromAccent(const QColor &accent, int intensity)
Definition palette_editor_dialog.cpp:241
QuickSetupPanel * quickSetupPanel
Definition palette_editor_dialog.h:43
void changeEvent(QEvent *e) override
Definition palette_editor_dialog.cpp:295
void seedAccentFromScheme(const QString &scheme)
Definition palette_editor_dialog.cpp:220
QWidget * footer
Definition palette_editor_dialog.h:47
void loadSchemes()
Definition palette_editor_dialog.cpp:194
QLabel * editingLabel
Definition palette_editor_dialog.h:42
void retranslateUi()
Definition palette_editor_dialog.cpp:160
QPushButton * saveBtn
Definition palette_editor_dialog.h:52
QLabel * titleLabel
Definition palette_editor_dialog.h:41
QDialogButtonBox * buttonBox
Definition palette_editor_dialog.h:49
QMap< QString, PaletteConfig > workingConfig
Definition palette_editor_dialog.h:61
QString themeName
Definition palette_editor_dialog.h:58
void onReset()
Definition palette_editor_dialog.cpp:277
QMap< QString, PaletteConfig > savedConfig
Definition palette_editor_dialog.h:62
QPushButton * closeBtn
Definition palette_editor_dialog.h:53
void onApply()
Definition palette_editor_dialog.cpp:248
void onSave()
Definition palette_editor_dialog.cpp:253
QPushButton * paletteGridToggleButton
Definition palette_editor_dialog.h:45
void refreshChromePalettes()
Definition palette_editor_dialog.cpp:304
QString themeDirPath
Definition palette_editor_dialog.h:57
void setupUi()
Definition palette_editor_dialog.cpp:40
void onSchemeChanged(const QString &scheme)
Definition palette_editor_dialog.cpp:228
void loadScheme(const QString &scheme)
QFrame * paletteGridSeparator
Definition palette_editor_dialog.h:46
QString loadedScheme
Definition palette_editor_dialog.h:59
QComboBox * schemeComboBox
Definition palette_editor_dialog.h:48
QPushButton * resetBtn
Definition palette_editor_dialog.h:50
PaletteEditorDialog(const QString &themeDirPath, const QString &themeName, QWidget *parent=nullptr)
Definition palette_editor_dialog.cpp:19
QPushButton * revertButton
Definition palette_editor_dialog.h:54
void onRevertToDefault()
Definition palette_editor_dialog.cpp:283
QPushButton * applyBtn
Definition palette_editor_dialog.h:51
QWidget * header
Definition palette_editor_dialog.h:40
Provides a compact "Quick Setup" interface for generating theme palettes.
Definition quick_setup_panel.h:30