47 Ui::DialogIconBrowser ui;
49 QList<QTreeWidgetItem*> loadIcons();
52 QFutureWatcher<QList<QTreeWidgetItem*> > m_loadWatcher;
55 void sendIconBrowserText(QString iconLink);
59 void on_treeWidget_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
60 void on_pushButtonClipboard_clicked(
bool value);
61 void on_pushButtonInsert_clicked(
bool value);
62 void on_txtFilter_textChanged(
const QString &text);