swift
matchingstatisticsview.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_GUI_VIEWS_MATCHINGSTATISTICSVIEW_H
7 #define SWIFT_GUI_VIEWS_MATCHINGSTATISTICSVIEW_H
8 
10 #include "gui/swiftguiexport.h"
11 #include "gui/views/viewbase.h"
12 
13 class QWidget;
14 
15 namespace swift::gui::views
16 {
18  class SWIFT_GUI_EXPORT CMatchingStatisticsView : public CViewBase<models::CMatchingStatisticsModel>
19  {
20  Q_OBJECT
21 
22  public:
24  explicit CMatchingStatisticsView(QWidget *parent = nullptr);
25 
27  void setStatisticsModelMode(models::CMatchingStatisticsModel::MatchingStatisticsMode mode);
28  };
29 } // namespace swift::gui::views
30 #endif // SWIFT_GUI_VIEWS_MATCHINGSTATISTICSVIEW_H
Base class for views.
Definition: viewbase.h:648
Views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.