mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
123445
This commit is contained in:
25
source/Settings/SystemConfigger.cpp
Normal file
25
source/Settings/SystemConfigger.cpp
Normal file
@ -0,0 +1,25 @@
|
||||
#include "SystemConfigger.h"
|
||||
|
||||
ZZ_SysConfigger::ZZ_SysConfigger(QObject *parent /*= nullptr*/)
|
||||
{
|
||||
m_qstrFilePath = QCoreApplication::applicationDirPath()+ "/Settings/DeviceSettings.ini";
|
||||
}
|
||||
|
||||
ZZ_SysConfigger::~ZZ_SysConfigger()
|
||||
{
|
||||
}
|
||||
|
||||
int ZZ_SysConfigger::LoadSettings_IS1()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ZZ_SysConfigger::LoadSettings_iSIF()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ZZ_SysConfigger::LoadSettings_System()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user