10#ifndef FONT_COLOR_PREFERENCES_FRAME_H
11#define FONT_COLOR_PREFERENCES_FRAME_H
23class FontColorPreferencesFrame;
62 Ui::FontColorPreferencesFrame *ui;
64 QString stashed_theme_name_;
71 int stashed_color_scheme_;
74 pref_t *pref_qt_gui_font_name_;
89 void colorSchemeIndexChanged(
int index);
91 void themeIndexChanged(
int index);
96 void refreshPreview();
101 void on_fontPushButton_clicked();
void unstash()
Definition font_color_preferences_frame.cpp:188
~FontColorPreferencesFrame()
Destroys the FontColorPreferencesFrame.
Definition font_color_preferences_frame.cpp:132
FontColorPreferencesFrame(QWidget *parent=0)
Constructs a new FontColorPreferencesFrame.
Definition font_color_preferences_frame.cpp:40
void showEvent(QShowEvent *evt) override
Handles the event when the frame is shown.
Definition font_color_preferences_frame.cpp:137