Add choose language option

This commit is contained in:
Daniel Winzen
2014-12-25 20:54:18 +01:00
parent 9e4db1417a
commit 41b756776f
3 changed files with 43 additions and 3 deletions

View File

@@ -112,6 +112,8 @@ private slots:
void toggleDisplayWaveform( bool en );
void toggleDisableAutoquit( bool en );
void setLanguage( int lang );
private:
TabBar * m_tabBar;
@@ -125,6 +127,8 @@ private:
bool m_displaydBV;
bool m_MMPZ;
bool m_hqAudioDev;
QString m_lang;
QStringList m_languages;
QLineEdit * m_wdLineEdit;