mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Рефакт интерфейса
This commit is contained in:
@@ -41,7 +41,9 @@ public slots:
|
||||
void slot_LanguageChanged(QString language);
|
||||
|
||||
//Слот нажатия на иконку приложения в трее
|
||||
void slot_IconActivated(QSystemTrayIcon::ActivationReason reason);
|
||||
void slot_Activated(QSystemTrayIcon::ActivationReason reason);
|
||||
//Слот нажатия на сообщение
|
||||
void slot_MessageClicked();
|
||||
|
||||
//Слоты нажатия на пункты меню
|
||||
void slot_Menu_ShowWindow();
|
||||
@@ -49,7 +51,7 @@ public slots:
|
||||
void slot_Menu_Exit();
|
||||
|
||||
//Слот вывода сообщения из трея
|
||||
void slot_Tray_ShowMessage(QString textMsg);
|
||||
void slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg = QSystemTrayIcon::Information);
|
||||
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user