修复元数据页面不显示问题
This commit is contained in:
parent
dbb7059664
commit
6dfba8715d
|
|
@ -126,7 +126,7 @@ void MainWindow::initContent()
|
||||||
addPageNode("UFT3功能查询", createUFT3FunctionSearchPage(), m_funcSearchKey, ElaIconType::MagnifyingGlassPlus);
|
addPageNode("UFT3功能查询", createUFT3FunctionSearchPage(), m_funcSearchKey, ElaIconType::MagnifyingGlassPlus);
|
||||||
expandNavigationNode(m_funcConvertKey);
|
expandNavigationNode(m_funcConvertKey);
|
||||||
|
|
||||||
addPageNode("元数据更新", createMetadataUpdatePage(), m_metadataKey, ElaIconType::ArrowsRotate);
|
addPageNode("元数据更新", createMetadataUpdatePage(), ElaIconType::ArrowsRotate);
|
||||||
|
|
||||||
addFooterNode("帮助", m_helpKey, 0, ElaIconType::CircleQuestion);
|
addFooterNode("帮助", m_helpKey, 0, ElaIconType::CircleQuestion);
|
||||||
addFooterNode("关于", m_aboutKey, 0, ElaIconType::Info);
|
addFooterNode("关于", m_aboutKey, 0, ElaIconType::Info);
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@ private:
|
||||||
QString m_settingKey;
|
QString m_settingKey;
|
||||||
QString m_funcSearchKey;
|
QString m_funcSearchKey;
|
||||||
QString m_funcConvertKey;
|
QString m_funcConvertKey;
|
||||||
QString m_metadataKey;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MAINWINDOW_H
|
#endif // MAINWINDOW_H
|
||||||
Loading…
Reference in New Issue