DocsUpdater в отдельный поток

This commit is contained in:
2025-11-12 10:55:31 +03:00
parent 81d7e5e6d6
commit 650b0525a3
10 changed files with 103 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
<string>Settings</string>
</property>
<property name="windowIcon">
<iconset resource="InstructorsAndTrainees.qrc">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/lms.png</normaloff>:/resources/icons/lms.png</iconset>
</property>
<property name="sizeGripEnabled">
@@ -242,7 +242,7 @@
<string>Save</string>
</property>
<property name="icon">
<iconset resource="InstructorsAndTrainees.qrc">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/circleGreen.png</normaloff>:/resources/icons/circleGreen.png</iconset>
</property>
<property name="iconSize">
@@ -301,7 +301,7 @@
<string>Version</string>
</property>
<property name="icon">
<iconset resource="InstructorsAndTrainees.qrc">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/updateVersion.png</normaloff>:/resources/icons/updateVersion.png</iconset>
</property>
<property name="iconSize">
@@ -333,7 +333,7 @@
<string>Style</string>
</property>
<property name="icon">
<iconset resource="InstructorsAndTrainees.qrc">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/style.png</normaloff>:/resources/icons/style.png</iconset>
</property>
<property name="iconSize">
@@ -370,7 +370,7 @@
</layout>
</widget>
<resources>
<include location="InstructorsAndTrainees.qrc"/>
<include location="../InstructorsAndTrainees.qrc"/>
</resources>
<connections/>
</ui>