添加模型分割

This commit is contained in:
2026-04-08 14:37:01 +08:00
parent 088dd91e27
commit a79c31a056
17 changed files with 1327 additions and 183 deletions

View File

@@ -9,6 +9,10 @@
#include <QIcon>
#include <QTimer>
#include <QToolButton>
class ToolOptionPopup;
class QAction;
class QCheckBox;
class QComboBox;
@@ -112,6 +116,7 @@ private:
gui::BackgroundPropertySection* m_bgPropertySection = nullptr;
gui::EntityPropertySection* m_entityPropertySection = nullptr;
QToolButton* m_btnCreateEntity = nullptr;
ToolOptionPopup* m_createEntityPopup = nullptr;
QToolButton* m_btnToggleDepthOverlay = nullptr;
EditorCanvas* m_editorCanvas = nullptr;
@@ -155,6 +160,7 @@ private:
QString m_bgAbsCache;
QString m_bgSizeTextCache;
void updateStatusBarText();
void syncCreateEntityToolButtonTooltip();
void refreshPropertyPanel();
void refreshEntityPropertyPanelFast();
void syncProjectTreeFromCanvasSelection();