dRonin
adbada4
dRonin GCS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Groups
Pages
pfdqmlgadgetoptionspage.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or modify
3
* it under the terms of the GNU General Public License as published by
4
* the Free Software Foundation; either version 3 of the License, or
5
* (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful, but
8
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
10
* for more details.
11
*
12
* You should have received a copy of the GNU General Public License along
13
* with this program; if not, see <http://www.gnu.org/licenses/>
14
*/
15
16
#ifndef PFDQMLGADGETOPTIONSPAGE_H
17
#define PFDQMLGADGETOPTIONSPAGE_H
18
19
#include "
coreplugin/dialogs/ioptionspage.h
"
20
#include "QString"
21
#include <QStringList>
22
#include <QDebug>
23
24
namespace
Core {
25
class
IUAVGadgetConfiguration
;
26
}
27
28
class
PfdQmlGadgetConfiguration
;
29
30
namespace
Ui {
31
class
PfdQmlGadgetOptionsPage
;
32
}
33
34
using namespace
Core;
35
36
class
PfdQmlGadgetOptionsPage
:
public
IOptionsPage
37
{
38
Q_OBJECT
39
public
:
40
explicit
PfdQmlGadgetOptionsPage
(
PfdQmlGadgetConfiguration
*config, QObject *parent =
nullptr
);
41
42
QWidget *createPage(QWidget *parent);
43
void
apply();
44
void
finish();
45
46
private
:
47
Ui::PfdQmlGadgetOptionsPage *options_page;
48
PfdQmlGadgetConfiguration
*m_config;
49
50
private
slots:
51
};
52
53
#endif // PfdQmlGADGETOPTIONSPAGE_H
ioptionspage.h
PfdQmlGadgetConfiguration
Definition:
pfdqmlgadgetconfiguration.h:23
Core::IUAVGadgetConfiguration
Definition:
iuavgadgetconfiguration.h:44
Core::IOptionsPage
The IOptionsPage is an interface for providing options pages.
Definition:
ioptionspage.h:42
PfdQmlGadgetOptionsPage
Definition:
pfdqmlgadgetoptionspage.h:36
ground
gcs
src
plugins
pfdqml
pfdqmlgadgetoptionspage.h
Generated by
1.8.6