QGIS完成初步重构

This commit is contained in:
wzy-warehouse
2026-06-20 15:50:24 +08:00
parent d20b5744bb
commit 18d8bcb1a3
45 changed files with 1688 additions and 454 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class MapExporter:
def update_texts(self, model: dict) -> None:
"""更新布局中的文本标签"""
for key in ["mapTitle", "mapTime", "mapUnit", "info"]:
for key in ["mapTitle", "mapTime", "mapUint", "info"]:
label = self.layout.itemById(key)
if label is not None:
label.setText(model[key])