13 #ifndef QMITKNODEDETAILSDIALOG_H 14 #define QMITKNODEDETAILSDIALOG_H 31 QmitkNodeDetailsDialog(
const QList<mitk::DataNode::ConstPointer>& nodes, QWidget* parent =
nullptr, Qt::WindowFlags flags =
nullptr);
32 QmitkNodeDetailsDialog(
const QList<mitk::DataNode::Pointer>& nodes, QWidget* parent =
nullptr, Qt::WindowFlags flags =
nullptr);
37 void OnSearchButtonClicked(
bool checked =
false);
38 void OnCancelButtonClicked(
bool checked =
false);
39 void KeyWordTextChanged(
const QString& text);
43 bool eventFilter(QObject* obj, QEvent* event)
override;
52 void InitWidgets(
const QList<mitk::DataNode::ConstPointer>& nodes);
56 #endif // QMITKNODEDETAILSDIALOG_H
QPushButton * m_SearchButton
QTextBrowser * m_TextBrowser
Class for nodes of the DataTree.