1 #ifndef SEARCHRESULTSDOCKWIDGET_H 2 #define SEARCHRESULTSDOCKWIDGET_H 5 #include <QTableWidget> 8 #include "../Model/searchresultlist.h" 32 void showResults(
const QString& title,
const SearchResultList& results);
42 void progressChanged(
const QString title,
const QString text,
const int currentValue,
const int maximumValue);
52 QVBoxLayout* verticalLayout;
53 QTableWidget* tableWidget;
55 SearchResultList results;
58 void onRecordLinkActivated(
const QString& recordId);
62 #endif // SEARCHRESULTSDOCKWIDGET_H Definition: commandlineoptions.h:6