add dynamic language change support
add "en" ts
This commit is contained in:
@@ -282,6 +282,7 @@ private:
|
||||
|
||||
bool eventFilter(QObject * o, QEvent * e);
|
||||
void timerEvent(QTimerEvent * );
|
||||
void changeEvent(QEvent * e);
|
||||
void stopTimer() {if (timer != 0) killTimer(timer); timer = 0;}
|
||||
bool checkTable();
|
||||
QStringList getTableColumns(const QString & t);
|
||||
|
||||
Reference in New Issue
Block a user