Add a button in config page for open a new Qfontdialog widget and choose

font for summarry pages (foliolist)


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5189 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-12-17 14:43:39 +00:00
parent 9d555c0da2
commit e9e83e81ce
5 changed files with 67 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ class GeneralConfigurationPage : public ConfigPage {
public slots:
void setFont();
void setFoliolistFont();
// attributes
private:
@@ -116,8 +117,10 @@ public slots:
QGroupBox *lang_group_box;
QComboBox *lang_combo_box;
QLabel *lang_label;
QLabel *font_label;
QLabel *font_label;
QPushButton *fontButton;
QLabel *foliolist_font_label;
QPushButton *foliolist_fontButton;
};
/**