iCub-main
icub-main
src
tools
iCubGui
src
settingsdialog.h
Go to the documentation of this file.
1
/*
2
* settingsdialog.h
3
*/
4
5
/*
6
* Copyright (C) 2009 RobotCub Consortium
7
* Copyright (c) 2014 iCub Facility - Istituto Italiano di Tecnologia
8
* Authors: Alessandro Scalzo <alessandro.scalzo@iit.it>
9
* Davide Perrone <dperrone@aitek.it>
10
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
11
*
12
* Based on:
13
*
14
* Qavimator
15
* Copyright (C) 2006 by Zi Ree *
16
* Zi Ree @ SecondLife *
17
* Released under the terms of the GNU GPL v2.0.
18
*/
19
20
#ifndef SETTINGSDIALOG_H
21
#define SETTINGSDIALOG_H
22
23
#include <QDialog>
24
25
namespace
Ui
{
26
class
SettingsDialog
;
27
}
28
29
class
SettingsDialog
:
public
QDialog
30
{
31
Q_OBJECT
32
33
public
:
34
explicit
SettingsDialog
(QWidget *parent = 0);
35
~SettingsDialog
();
36
37
private
:
38
Ui::SettingsDialog *ui;
39
40
signals:
41
void
configChanged
();
42
43
private
slots:
44
void
on_btnApply_clicked();
45
void
on_btnCancel_clicked();
46
void
on_btnOk_clicked();
47
};
48
49
#endif
// SETTINGSDIALOG_H
SettingsDialog
Definition:
settingsdialog.h:30
SettingsDialog::SettingsDialog
SettingsDialog(QWidget *parent=0)
Definition:
settingsdialog.cpp:25
SettingsDialog::configChanged
void configChanged()
SettingsDialog::~SettingsDialog
~SettingsDialog()
Definition:
settingsdialog.cpp:34
Ui
Definition:
calibrationwindow.h:18
Generated on Wed Nov 13 2024 21:11:42 for iCub-main by
1.9.1