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
opmap_zoom_slider_widget.cpp
Go to the documentation of this file.
1
14
/*
15
* This program is free software; you can redistribute it and/or modify
16
* it under the terms of the GNU General Public License as published by
17
* the Free Software Foundation; either version 3 of the License, or
18
* (at your option) any later version.
19
*
20
* This program is distributed in the hope that it will be useful, but
21
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23
* for more details.
24
*
25
* You should have received a copy of the GNU General Public License along
26
* with this program; if not, see <http://www.gnu.org/licenses/>
27
*/
28
29
#include "
opmap_zoom_slider_widget.h
"
30
#include "ui_opmap_zoom_slider_widget.h"
31
32
opmap_zoom_slider_widget::opmap_zoom_slider_widget
(QWidget *parent)
33
: QWidget(parent)
34
, ui(new Ui::
opmap_zoom_slider_widget
)
35
{
36
ui->setupUi(
this
);
37
}
38
39
opmap_zoom_slider_widget::~opmap_zoom_slider_widget
()
40
{
41
delete
ui;
42
}
opmap_zoom_slider_widget::~opmap_zoom_slider_widget
~opmap_zoom_slider_widget()
Definition:
opmap_zoom_slider_widget.cpp:39
opmap_zoom_slider_widget
Definition:
opmap_zoom_slider_widget.h:37
opmap_zoom_slider_widget::opmap_zoom_slider_widget
opmap_zoom_slider_widget(QWidget *parent=nullptr)
Definition:
opmap_zoom_slider_widget.cpp:32
opmap_zoom_slider_widget.h
ground
gcs
src
plugins
opmap
opmap_zoom_slider_widget.cpp
Generated by
1.8.6