20 QColor getCurrentFontColor()
const;
21 void setCurrentFontColor(
const QColor& c);
23 void setCurrentFont(
const QFont& f);
24 QFont getCurrentFont();
26 void setFontWeight(
int w);
27 int getFontWeight()
const;
29 void onFontComboBoxCurrentFontChanged(
const QFont& f);
30 void onComboBoxFontSizeTextChanged(
const QString& t);
34 void signalEmitFontChanged();
48 Ui::DAFontEditPannelWidget* ui;
50 SAColorMenu* mColorMenu;