10#ifndef FONT_COLOR_PREFERENCES_FRAME_H
11#define FONT_COLOR_PREFERENCES_FRAME_H
62 Ui::FontColorPreferencesFrame *ui;
65 QComboBox *colorSchemeComboBox_;
67 QComboBox *themeComboBox_;
69 QString stashed_theme_name_;
72 pref_t *pref_color_scheme_;
75 pref_t *pref_qt_gui_font_name_;
93 void colorSchemeIndexChanged(
int index);
95 void themeIndexChanged(
int index);
100 void refreshPreview();
105 void on_fontPushButton_clicked();
A frame for configuring font and color preferences.
Definition font_color_preferences_frame.h:30
void unstash()
Definition font_color_preferences_frame.cpp:191
~FontColorPreferencesFrame()
Destroys the FontColorPreferencesFrame.
Definition font_color_preferences_frame.cpp:132
void showEvent(QShowEvent *evt)
Handles the event when the frame is shown.
Definition font_color_preferences_frame.cpp:137