25 #include <QVBoxLayout> 27 #include <QTreeWidget> 28 #include <QHeaderView> 43 const QIcon getIcon(QString name)
const;
45 std::shared_ptr<QToolBar> m_ToolBar;
47 std::shared_ptr<QAction> a_TreeState,
51 std::shared_ptr<QTreeWidget> w_PrefixTree;
53 std::shared_ptr<QVBoxLayout> layout_;
56 void a_TreeState_Click();
57 void a_Export_Click();
58 void a_Import_Click();