18 #ifndef SEARCHANDREPLACEWIDGET_H 19 #define SEARCHANDREPLACEWIDGET_H 22 #include <QTreeWidgetItemIterator> 28 class QTreeWidgetItem;
59 void itemChanged(QTreeWidgetItem *item,
int column);
60 void setChildCheckState(QTreeWidgetItem *item, Qt::CheckState check,
bool deep =
true);
91 Ui::SearchAndReplaceWidget *
ui;
106 QHash<QTreeWidgetItem *, QPointer <IndependentTextItem>>
m_text_hash;
114 #endif // SEARCHANDREPLACEWIDGET_H
The SearchAndReplaceWorker class This class is the worker use to change properties when use the searc...