diff --git a/TrayServerLMS/TrayServerLMS.qrc b/TrayServerLMS/TrayServerLMS.qrc index f15c590..5a7d4c1 100644 --- a/TrayServerLMS/TrayServerLMS.qrc +++ b/TrayServerLMS/TrayServerLMS.qrc @@ -1,5 +1,6 @@ resources/IcoServerRRJ.ico + resources/database-management.png diff --git a/TrayServerLMS/mainwindow.cpp b/TrayServerLMS/mainwindow.cpp index 3c98d0a..4c922e3 100644 --- a/TrayServerLMS/mainwindow.cpp +++ b/TrayServerLMS/mainwindow.cpp @@ -35,7 +35,7 @@ MainWindow::MainWindow(QWidget *parent) : * */ trayIcon = new QSystemTrayIcon(this); //trayIcon->setIcon(this->style()->standardIcon(QStyle::SP_ComputerIcon)); - trayIcon->setIcon(QPixmap(":/resources/IcoServerRRJ.ico")); + trayIcon->setIcon(QPixmap(":/resources/database-management.png")); trayIcon->setToolTip(tr("Server LMS")); /* После чего создаем контекстное меню*/ diff --git a/TrayServerLMS/mainwindow.ui b/TrayServerLMS/mainwindow.ui index d2812bf..9b34282 100644 --- a/TrayServerLMS/mainwindow.ui +++ b/TrayServerLMS/mainwindow.ui @@ -21,7 +21,7 @@ - :/resources/IcoServerRRJ.ico:/resources/IcoServerRRJ.ico + :/resources/database-management.png:/resources/database-management.png diff --git a/TrayServerLMS/resources/database-management.png b/TrayServerLMS/resources/database-management.png new file mode 100644 index 0000000..e320aa7 Binary files /dev/null and b/TrayServerLMS/resources/database-management.png differ