YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
aboutdlg.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: LGPL-2.1-or-later
4
*/
5
6
#ifndef ABOUTDLG_H
7
#define ABOUTDLG_H
8
9
#include <QDialog>
10
11
namespace
Ui
{
12
class
AboutDlg
;
13
}
14
15
class
AboutDlg
:
public
QDialog
16
{
17
Q_OBJECT
18
19
public
:
20
explicit
AboutDlg
(QString appName, QString version, QString copyright, QString website, QWidget *parent = 0);
21
~AboutDlg
();
22
23
private
:
24
Ui::AboutDlg *ui;
25
26
private
slots:
27
void
onLicence();
28
};
29
30
#endif
// ABOUTDLG_H
AboutDlg
Definition
aboutdlg.h:16
AboutDlg::AboutDlg
AboutDlg(QString appName, QString version, QString copyright, QString website, QWidget *parent=0)
AboutDlg::~AboutDlg
~AboutDlg()
Ui
Definition
aboutdlg.h:11
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
guis
yarpmanager
src-manager
aboutdlg.h
Generated on Wed Jun 4 2025 02:40:09 for YARP by
1.9.8