Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
e8ca9593
Commit
e8ca9593
authored
Feb 27, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused code
parent
6872ff0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
159 deletions
+0
-159
QGCPX4MulticopterConfig.cc
src/ui/px4_configuration/QGCPX4MulticopterConfig.cc
+0
-14
QGCPX4MulticopterConfig.h
src/ui/px4_configuration/QGCPX4MulticopterConfig.h
+0
-22
QGCPX4MulticopterConfig.ui
src/ui/px4_configuration/QGCPX4MulticopterConfig.ui
+0
-123
No files found.
src/ui/px4_configuration/QGCPX4MulticopterConfig.cc
deleted
100644 → 0
View file @
6872ff0b
#include "QGCPX4MulticopterConfig.h"
#include "ui_QGCPX4MulticopterConfig.h"
QGCPX4MulticopterConfig
::
QGCPX4MulticopterConfig
(
QWidget
*
parent
)
:
QWidget
(
parent
),
ui
(
new
Ui
::
QGCPX4MulticopterConfig
)
{
ui
->
setupUi
(
this
);
}
QGCPX4MulticopterConfig
::~
QGCPX4MulticopterConfig
()
{
delete
ui
;
}
src/ui/px4_configuration/QGCPX4MulticopterConfig.h
deleted
100644 → 0
View file @
6872ff0b
#ifndef QGCPX4MULTICOPTERCONFIG_H
#define QGCPX4MULTICOPTERCONFIG_H
#include <QWidget>
namespace
Ui
{
class
QGCPX4MulticopterConfig
;
}
class
QGCPX4MulticopterConfig
:
public
QWidget
{
Q_OBJECT
public:
explicit
QGCPX4MulticopterConfig
(
QWidget
*
parent
=
0
);
~
QGCPX4MulticopterConfig
();
private:
Ui
::
QGCPX4MulticopterConfig
*
ui
;
};
#endif // QGCPX4MULTICOPTERCONFIG_H
src/ui/px4_configuration/QGCPX4MulticopterConfig.ui
deleted
100644 → 0
View file @
6872ff0b
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
QGCPX4MulticopterConfig
</class>
<widget
class=
"QWidget"
name=
"QGCPX4MulticopterConfig"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
605
</width>
<height>
449
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<widget
class=
"QSlider"
name=
"horizontalSlider"
>
<property
name=
"geometry"
>
<rect>
<x>
130
</x>
<y>
150
</y>
<width>
341
</width>
<height>
22
</height>
</rect>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
<widget
class=
"QSlider"
name=
"horizontalSlider_2"
>
<property
name=
"geometry"
>
<rect>
<x>
130
</x>
<y>
400
</y>
<width>
351
</width>
<height>
22
</height>
</rect>
</property>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"geometry"
>
<rect>
<x>
30
</x>
<y>
160
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"geometry"
>
<rect>
<x>
510
</x>
<y>
160
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label_3"
>
<property
name=
"geometry"
>
<rect>
<x>
40
</x>
<y>
400
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label_4"
>
<property
name=
"geometry"
>
<rect>
<x>
520
</x>
<y>
400
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"geometry"
>
<rect>
<x>
30
</x>
<y>
10
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
<widget
class=
"QLabel"
name=
"label_6"
>
<property
name=
"geometry"
>
<rect>
<x>
30
</x>
<y>
200
</y>
<width>
62
</width>
<height>
16
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
TextLabel
</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment