mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-02 01:40:52 +01:00
Add widget to select langage, must relauch qet for make change
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2762 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -70,9 +70,12 @@ class GeneralConfigurationPage : public ConfigPage {
|
||||
void applyConf();
|
||||
QString title() const;
|
||||
QIcon icon() const;
|
||||
|
||||
private:
|
||||
void fillLang(QSettings &);
|
||||
|
||||
// attributes
|
||||
public:
|
||||
private:
|
||||
QLabel *title_label_;
|
||||
QFrame *horiz_line_;
|
||||
QGroupBox *appearance_;
|
||||
@@ -86,6 +89,9 @@ class GeneralConfigurationPage : public ConfigPage {
|
||||
QCheckBox *highlight_integrated_elements_;
|
||||
QLabel *default_element_infos_label_;
|
||||
QTextEdit *default_element_infos_textfield_;
|
||||
QGroupBox *lang_group_box;
|
||||
QComboBox *lang_combo_box;
|
||||
QLabel *lang_label;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user