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