swift
src
gui
components
matchingstatisticscomponent.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_COMPONENTS_MATCHINGSTATISTICSCOMPONENT_H
7
#define SWIFT_GUI_COMPONENTS_MATCHINGSTATISTICSCOMPONENT_H
8
9
#include <QFrame>
10
#include <QScopedPointer>
11
12
namespace
Ui
13
{
14
class
CMatchingStatisticsComponent;
15
}
16
namespace
swift::gui::components
17
{
21
class
CMatchingStatisticsComponent
:
public
QFrame
22
{
23
Q_OBJECT
24
25
public
:
27
explicit
CMatchingStatisticsComponent
(
QWidget
*
parent
=
nullptr
);
28
30
virtual
~CMatchingStatisticsComponent
();
31
32
private
:
34
void
onGenerateClicked();
35
36
QScopedPointer<Ui::CMatchingStatisticsComponent>
ui;
37
};
38
}
// namespace swift::gui::components
39
40
#endif
// SWIFT_GUI_COMPONENTS_MATCHINGSTATISTICSCOMPONENT_H
swift::gui::components::CMatchingStatisticsComponent
Show statistics about matching results.
Definition:
matchingstatisticscomponent.h:22
swift::gui::components::CMatchingStatisticsComponent::CMatchingStatisticsComponent
CMatchingStatisticsComponent(QWidget *parent=nullptr)
Constructor.
Definition:
matchingstatisticscomponent.cpp:17
swift::gui::components::CMatchingStatisticsComponent::~CMatchingStatisticsComponent
virtual ~CMatchingStatisticsComponent()
Destructor.
Definition:
matchingstatisticscomponent.cpp:28
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
QFrame
QObject::Q_OBJECT
Q_OBJECTQ_OBJECT
QObject::parent
QObject * parent() const const
QScopedPointer< Ui::CMatchingStatisticsComponent >
QWidget
Generated on Sun Oct 12 2025 20:05:10 for swift by
1.9.1