From 761bab9839b0ed9733fbff48e27913a89a9945ed Mon Sep 17 00:00:00 2001 From: ccy <3140717620@qq.com> Date: 星期四, 14 五月 2026 11:58:13 +0800 Subject: [PATCH] 提交 1.保存excel文件时表头设置为中文 2.授权时设置为从当前时间添加对应时限 --- LicenseAdministrator.pro | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LicenseAdministrator.pro b/LicenseAdministrator.pro index 96fe75d..ada371e 100644 --- a/LicenseAdministrator.pro +++ b/LicenseAdministrator.pro @@ -1,4 +1,4 @@ -QT += core gui +QT += core gui xlsx greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -- Gitblit v1.9.1