From 529ffc023cb35d7f8537b258ee9b2d15afae868b Mon Sep 17 00:00:00 2001 From: gaozheng Date: Tue, 16 Jun 2026 15:03:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(vtk):=20=E5=8A=A0=20Glyph::Fullscreen=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87(=E4=B8=89=E6=A0=8F=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=8C=89=E9=92=AE=E7=94=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/Glyphs.cpp | 4 ++++ src/app/Glyphs.hpp | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/Glyphs.cpp b/src/app/Glyphs.cpp index 53b619b..14bf470 100644 --- a/src/app/Glyphs.cpp +++ b/src/app/Glyphs.cpp @@ -65,6 +65,10 @@ QString svgPathFor(Glyph t) ""); case Glyph::Collapse: return QStringLiteral(""); + case Glyph::Fullscreen: + return QStringLiteral( + ""); case Glyph::Workspace: return QStringLiteral( "" diff --git a/src/app/Glyphs.hpp b/src/app/Glyphs.hpp index 6ded8fd..2425e3b 100644 --- a/src/app/Glyphs.hpp +++ b/src/app/Glyphs.hpp @@ -25,7 +25,8 @@ enum class Glyph { Filter, // 筛选(漏斗) Upload, // 上传 Download, // 导出/下载 - Collapse, // 折叠(双箭头) + Collapse, // 折叠(双箭头) + Fullscreen, // 全屏 / 最大化 // 顶部应用栏图标 Workspace, // 工作空间(2x2 宫格) Folder, // 项目(文件夹)