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,
55 std::shared_ptr<QLineEdit> txt_Filter;
57 std::shared_ptr<QListWidget> w_IconsList;
59 std::shared_ptr<QVBoxLayout> layout_;
64 void a_ZoomIn_Click();
65 void a_ZoomOut_Click();
66 void a_SortAlpha_Click();
67 void a_SortDate_Click();