9#include <QModelIndexList>
19 explicit MainWindow(QWidget *parent =
nullptr);
22 void currentChanged(
const QModelIndex &);
29 void selectAndGoTo(
const QModelIndex &index);
30 void updateFindActions();
33 QTreeView *m_treeView;
34 QTextEdit *m_detailsText;
35 QAction *m_findNextAction;
36 QAction *m_findPreviousAction;
37 QModelIndexList m_findMatches;