QElectroTech  0.70
generalconfigurationpage.h
Go to the documentation of this file.
1 /*
2  Copyright 2006-2019 The QElectroTech Team
3  This file is part of QElectroTech.
4 
5  QElectroTech is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 2 of the License, or
8  (at your option) any later version.
9 
10  QElectroTech is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
17 */
18 #ifndef GENERALCONFIGURATIONPAGE_H
19 #define GENERALCONFIGURATIONPAGE_H
20 
21 #include <QWidget>
22 #include "configpage.h"
23 
24 namespace Ui {
26 }
27 
29 {
30  Q_OBJECT
31 
32  public:
33  explicit GeneralConfigurationPage(QWidget *parent = nullptr);
34  ~GeneralConfigurationPage() override;
35 
36  virtual void applyConf() override;
37  virtual QString title() const override;
38  virtual QIcon icon() const override;
39 
40  private slots:
41  void on_m_font_pb_clicked();
48 
49  private:
50  void fillLang();
51 
52  private:
53  Ui::GeneralConfigurationPage *ui;
54 };
55 
56 #endif // GENERALCONFIGURATIONPAGE_H
GeneralConfigurationPage(QWidget *parent=nullptr)
GeneralConfigurationPage::GeneralConfigurationPage.
Ui::GeneralConfigurationPage * ui
void on_m_common_elmt_path_cb_currentIndexChanged(int index)
void on_m_dyn_text_font_pb_clicked()
GeneralConfigurationPage::m_dyn_text_font_pb_clicked Apply font to config.
virtual QIcon icon() const override
GeneralConfigurationPage::icon.
void on_m_custom_elmt_path_cb_currentIndexChanged(int index)
virtual void applyConf() override
GeneralConfigurationPage::applyConf Write all configuration in settings file.
virtual QString title() const override
GeneralConfigurationPage::title.
void on_m_folio_list_pb_clicked()
GeneralConfigurationPage::on_m_folio_list_pb_clicked Apply font to summary pages. ...
void fillLang()
GeneralConfigurationPage::fillLang fill all available lang.
void on_m_font_pb_clicked()
GeneralConfigurationPage::on_m_font_pb_clicked Apply font to config.
void on_m_custom_tbt_path_cb_currentIndexChanged(int index)