32 void showEvent(QShowEvent *evt);
35 Ui::FontColorPreferencesFrame *ui;
36 QComboBox *colorSchemeComboBox_;
38 pref_t *pref_color_scheme_;
39 pref_t *pref_qt_gui_font_name_;
42 pref_t *pref_active_style_;
45 pref_t *pref_inactive_style_;
56 pref_t *pref_deprecated_bg_;
60 void changeColor(
pref_t *pref);
63 void colorChanged(
pref_t *pref,
const QColor &cc);
64 void colorSchemeIndexChanged(
int index);
65 void on_fontPushButton_clicked();
67 void on_activeFGPushButton_clicked();
68 void on_activeBGPushButton_clicked();
69 void on_activeStyleComboBox_currentIndexChanged(
int index);
70 void on_inactiveFGPushButton_clicked();
71 void on_inactiveBGPushButton_clicked();
72 void on_inactiveStyleComboBox_currentIndexChanged(
int index);
73 void on_markedFGPushButton_clicked();
74 void on_markedBGPushButton_clicked();
75 void on_ignoredFGPushButton_clicked();
76 void on_ignoredBGPushButton_clicked();
77 void on_clientFGPushButton_clicked();
78 void on_clientBGPushButton_clicked();
79 void on_serverFGPushButton_clicked();
80 void on_serverBGPushButton_clicked();
81 void on_validFilterBGPushButton_clicked();
82 void on_invalidFilterBGPushButton_clicked();
83 void on_deprecatedFilterBGPushButton_clicked();