YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
batchqosconfdialog.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: GPL-3.0-or-later
4 */
5
6#ifndef BATCHQOSCONFDIALOG_H
7#define BATCHQOSCONFDIALOG_H
8
9#include <QDialog>
11
12namespace Ui {
14}
15
16class BatchQosConfDialog : public QDialog
17{
18 Q_OBJECT
19
20public:
21 explicit BatchQosConfDialog(QWidget *parent = 0);
23
24private slots:
25 void openCons();
26 void updateQos();
27 void configureQos();
28
29private:
30 Ui::BatchQosConfDialog *ui;
32};
33
34#endif // BATCHQOSCONFDIALOG_H
The yarp::profiler::graph::Graph class.
Definition Graph.h:104
Definition aboutdlg.h:11