mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user