mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Prepare to add new country Mongolian switch
This commit is contained in:
parent
f235022c44
commit
d333b6a188
@ -204,6 +204,7 @@ namespace QET {
|
||||
QIcon no;
|
||||
QIcon be;
|
||||
QIcon tr;
|
||||
QIcon mn;
|
||||
QIcon translation;
|
||||
QIcon listDrawings;
|
||||
QIcon AutoNum;
|
||||
@ -670,6 +671,7 @@ void QET::Icons::initIcons()
|
||||
no .addFile(":/ico/24x16/no.png");
|
||||
be .addFile(":/ico/24x16/be.png");
|
||||
tr .addFile(":/ico/24x16/tr.png");
|
||||
mn .addFile(":/ico/24x16/mn.png");
|
||||
translation .addFile(":/ico/22x22/applications-development-translation.png");
|
||||
listDrawings .addFile(":/ico/48x48/view-pim-journal.png");
|
||||
AutoNum .addFile(":/ico/128x128/plasmagik.png");
|
||||
|
@ -212,6 +212,7 @@ namespace QET {
|
||||
extern QIcon no;
|
||||
extern QIcon be;
|
||||
extern QIcon tr;
|
||||
extern QIcon mn;
|
||||
extern QIcon translation;
|
||||
extern QIcon listDrawings;
|
||||
extern QIcon AutoNum;
|
||||
|
@ -282,6 +282,8 @@ void GeneralConfigurationPage::fillLang()
|
||||
ui->m_lang_cb->addItem(QET::Icons::be, tr("Belgique-Flemish"), "be");
|
||||
ui->m_lang_cb->addItem(QET::Icons::tr, tr("Turc"), "tr");
|
||||
ui->m_lang_cb->addItem(QET::Icons::hu, tr("Hongrois"), "hu");
|
||||
ui->m_lang_cb->addItem(QET::Icons::mn, tr("Mongol"), "mn");
|
||||
|
||||
|
||||
//set current index to the lang found in setting file
|
||||
//if lang doesn't exist set to system
|
||||
|
Loading…
x
Reference in New Issue
Block a user