修复元数据页面不显示问题

This commit is contained in:
taocong 2026-06-12 10:12:40 +08:00
parent dbb7059664
commit 6dfba8715d
2 changed files with 1 additions and 2 deletions

View File

@ -126,7 +126,7 @@ void MainWindow::initContent()
addPageNode("UFT3功能查询", createUFT3FunctionSearchPage(), m_funcSearchKey, ElaIconType::MagnifyingGlassPlus);
expandNavigationNode(m_funcConvertKey);
addPageNode("元数据更新", createMetadataUpdatePage(), m_metadataKey, ElaIconType::ArrowsRotate);
addPageNode("元数据更新", createMetadataUpdatePage(), ElaIconType::ArrowsRotate);
addFooterNode("帮助", m_helpKey, 0, ElaIconType::CircleQuestion);
addFooterNode("关于", m_aboutKey, 0, ElaIconType::Info);

View File

@ -61,7 +61,6 @@ private:
QString m_settingKey;
QString m_funcSearchKey;
QString m_funcConvertKey;
QString m_metadataKey;
};
#endif // MAINWINDOW_H