25 #include <QVBoxLayout> 27 #include <QListWidget> 44 const QIcon getIcon(QString name)
const;
46 std::shared_ptr<QToolBar> m_ToolBar;
48 std::shared_ptr<QAction> a_Clear,
51 std::shared_ptr<QLineEdit> txt_Filter;
53 std::shared_ptr<QListWidget> w_IconsList;
55 std::shared_ptr<QVBoxLayout> layout_;
59 void a_SortAlpha_Click();