mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-19 00:09:58 +02:00
Add a button in config page for open Qfontdialog widget
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5168 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#ifndef CONFIG_PAGES_H
|
||||
#define CONFIG_PAGES_H
|
||||
#include <QtWidgets>
|
||||
#include <QDialog>
|
||||
#include "configpage.h"
|
||||
#include "projectpropertiesdialog.h"
|
||||
#include "titleblockpropertieswidget.h"
|
||||
@@ -90,6 +91,9 @@ class GeneralConfigurationPage : public ConfigPage {
|
||||
private:
|
||||
void fillLang(QSettings &);
|
||||
|
||||
public slots:
|
||||
void setFont();
|
||||
|
||||
// attributes
|
||||
private:
|
||||
QLabel *title_label_;
|
||||
@@ -112,6 +116,7 @@ class GeneralConfigurationPage : public ConfigPage {
|
||||
QGroupBox *lang_group_box;
|
||||
QComboBox *lang_combo_box;
|
||||
QLabel *lang_label;
|
||||
QPushButton *fontButton;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user