Кнопка Обновить версию в Настройках

This commit is contained in:
2025-05-29 09:48:58 +03:00
parent 2398ab609a
commit 030837bde8
9 changed files with 67 additions and 18 deletions

View File

@@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Learning management system (LMS)</string>
</property>
<property name="windowIcon">
<iconset resource="testDBpgSQL.qrc">
<normaloff>:/resources/lms.png</normaloff>:/resources/lms.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="1">
@@ -36,6 +40,8 @@
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<resources>
<include location="testDBpgSQL.qrc"/>
</resources>
<connections/>
</ui>

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -1,3 +1,5 @@
<RCC>
<qresource prefix="/"/>
<qresource prefix="/">
<file>resources/lms.png</file>
</qresource>
</RCC>