增加UI配置项

This commit is contained in:
2025-10-16 17:40:00 +08:00
parent eeb5af98eb
commit f88b815723
181 changed files with 718 additions and 465 deletions

View File

@@ -11,9 +11,13 @@ public:
QList<QStringList> ReadFile_Csv(const QString &filePath);
static tsServerAddr ReadServerAddr();
void SystemConfig();
template <typename T>
T readAndSetDefault(const QString &Path ,const QString& group, const QString& key, const T& defaultValue);
bool isDebug = true;
uint16_t TrailRefreshTime;
uint16_t UIRefreshTime;
QString RTSP_Url;
signals: