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:
@@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>resources/IcoServerRRJ.ico</file>
|
||||
<file>resources/database-management.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -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"));
|
||||
|
||||
/* После чего создаем контекстное меню*/
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="TrayServerLMS.qrc">
|
||||
<normaloff>:/resources/IcoServerRRJ.ico</normaloff>:/resources/IcoServerRRJ.ico</iconset>
|
||||
<normaloff>:/resources/database-management.png</normaloff>:/resources/database-management.png</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
|
||||
BIN
TrayServerLMS/resources/database-management.png
Normal file
BIN
TrayServerLMS/resources/database-management.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user