This commit is contained in:
2026-01-22 18:49:06 +03:00
parent 455b3f384e
commit d1d259a854
8 changed files with 114 additions and 81 deletions

View File

@@ -209,7 +209,7 @@
<string>Save</string>
</property>
<property name="icon">
<iconset resource="../../LibServer/Server.qrc">
<iconset resource="../InstructorsAndTrainees.qrc">
<normaloff>:/resources/icons/save.png</normaloff>:/resources/icons/save.png</iconset>
</property>
<property name="iconSize">
@@ -265,7 +265,7 @@
</font>
</property>
<property name="text">
<string>Version</string>
<string>Editor of versions</string>
</property>
<property name="icon">
<iconset resource="../InstructorsAndTrainees.qrc">
@@ -338,7 +338,6 @@
</widget>
<resources>
<include location="../InstructorsAndTrainees.qrc"/>
<include location="../../LibServer/Server.qrc"/>
</resources>
<connections/>
</ui>

View File

@@ -25,7 +25,7 @@ DialogVersionControl::DialogVersionControl(ConnectorToServer* connectorToServer,
setMinimumSize(600, 300);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setWindowTitle(tr("Version control"));
setWindowTitle(tr("Editor of versions"));
versionContainer = new VersionContainer;