mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact
This commit is contained in:
@@ -38,7 +38,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
* */
|
* */
|
||||||
trayIcon = new QSystemTrayIcon(this);
|
trayIcon = new QSystemTrayIcon(this);
|
||||||
//trayIcon->setIcon(this->style()->standardIcon(QStyle::SP_ComputerIcon));
|
//trayIcon->setIcon(this->style()->standardIcon(QStyle::SP_ComputerIcon));
|
||||||
trayIcon->setIcon(QPixmap(":/resources/database-management.png"));
|
trayIcon->setIcon(QPixmap(":/resources/PngServerRRJ.png"));
|
||||||
|
|
||||||
/* После чего создаем контекстное меню для иконки трея*/
|
/* После чего создаем контекстное меню для иконки трея*/
|
||||||
trayMenu = new QMenu(this);
|
trayMenu = new QMenu(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user