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
notyetimplementedpage.h
Go to the documentation of this file.
1
12
/*
13
* This program is free software; you can redistribute it and/or modify
14
* it under the terms of the GNU General Public License as published by
15
* the Free Software Foundation; either version 3 of the License, or
16
* (at your option) any later version.
17
*
18
* This program is distributed in the hope that it will be useful, but
19
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21
* for more details.
22
*
23
* You should have received a copy of the GNU General Public License along
24
* with this program; if not, see <http://www.gnu.org/licenses/>
25
*/
26
27
#ifndef NOTYETIMPLEMENTEDPAGE_H
28
#define NOTYETIMPLEMENTEDPAGE_H
29
30
#include "
abstractwizardpage.h
"
31
32
namespace
Ui {
33
class
NotYetImplementedPage
;
34
}
35
36
class
NotYetImplementedPage
:
public
AbstractWizardPage
37
{
38
Q_OBJECT
39
40
public
:
41
explicit
NotYetImplementedPage
(
SetupWizard
*wizard, QWidget *parent =
nullptr
);
42
~NotYetImplementedPage
();
43
44
private
:
45
Ui::NotYetImplementedPage *ui;
46
};
47
48
#endif // NOTYETIMPLEMENTEDPAGE_H
SetupWizard
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
Definition:
setupwizard.h:47
abstractwizardpage.h
NotYetImplementedPage::NotYetImplementedPage
NotYetImplementedPage(SetupWizard *wizard, QWidget *parent=nullptr)
Definition:
notyetimplementedpage.cpp:31
NotYetImplementedPage::~NotYetImplementedPage
~NotYetImplementedPage()
Definition:
notyetimplementedpage.cpp:39
NotYetImplementedPage
Definition:
notyetimplementedpage.h:36
AbstractWizardPage
Definition:
abstractwizardpage.h:36
ground
gcs
src
plugins
setupwizard
pages
notyetimplementedpage.h
Generated by
1.8.6