mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Settings 1
This commit is contained in:
@@ -36,6 +36,10 @@ protected:
|
||||
*/
|
||||
void closeEvent(QCloseEvent * event) override;
|
||||
|
||||
public slots:
|
||||
//Слот обработки смены языка
|
||||
void slot_LanguageChanged(QString language);
|
||||
|
||||
private slots:
|
||||
//Слот нажатия на иконку приложения в трее
|
||||
void slot_IconActivated(QSystemTrayIcon::ActivationReason reason);
|
||||
@@ -60,7 +64,7 @@ private:
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
ServerLMSWidget* m_serverLMSWidget;
|
||||
ServerLMSWidget* serverLMSWidget;
|
||||
QTranslator qtLanguageTranslator;
|
||||
|
||||
QSystemTrayIcon* trayIcon;
|
||||
|
||||
Reference in New Issue
Block a user