iCub-main
Loading...
Searching...
No Matches
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
25namespace Ui {
26class SettingsDialog;
27}
28
29class SettingsDialog : public QDialog
30{
31 Q_OBJECT
32
33public:
34 explicit SettingsDialog(QWidget *parent = 0);
36
37private:
38 Ui::SettingsDialog *ui;
39
40signals:
42
43private slots:
44 void on_btnApply_clicked();
45 void on_btnCancel_clicked();
46 void on_btnOk_clicked();
47};
48
49#endif // SETTINGSDIALOG_H
void configChanged()