quickfix: offline start

This commit is contained in:
semenov
2025-12-09 09:29:15 +03:00
parent 5b63141ddf
commit 14c1ffb66f
5 changed files with 7792 additions and 7791 deletions

View File

@@ -142,9 +142,9 @@ void DataParserOutput::createServerSettings(ServerSettings* serverSettings)
xmlWriter.writeAttribute("Port",serverSettings->Port);
xmlWriter.writeAttribute("Language","RUS");
xmlWriter.writeAttribute("AutoStart",QString::number(false));
xmlWriter.writeAttribute("DestPortMath","18003");
xmlWriter.writeAttribute("LocalPortMath","18004");
xmlWriter.writeAttribute("UseMathModel",QString::number(serverSettings->mathModelUse));
//xmlWriter.writeAttribute("DestPortMath","18003");
//xmlWriter.writeAttribute("LocalPortMath","18004");
//xmlWriter.writeAttribute("UseMathModel",QString::number(serverSettings->mathModelUse));
xmlWriter.writeEndElement();

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<ServerSettingsContainer>
<ServerSettings Port="6000" Address="192.168.100.83" Language="RUS" AutoStart="0" UseMathModel="1" LocalPortMath="18004" DestPortMath="18003"/>
<VersionData Version="base" isChangable="0" Created="Пн ноя 17 15:03:26 2025"/>
<ServerSettings Address="192.168.100.83" Port="6000" Language="RUS" AutoStart="0"/>
<VersionData Version="base" isChangable="96"/>
</ServerSettingsContainer>

File diff suppressed because it is too large Load Diff

View File

@@ -44,6 +44,7 @@ void CoreManager::initialize(WidgetManager *widgetManager,QThread *workerThread)
void CoreManager::start()
{
saveServerSettingsWithConnect();
checkAppAvailable();
}