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
a2c07fa1
Commit
a2c07fa1
authored
Dec 03, 2010
by
Mariano Lizarraga
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'experimental' of
git://github.com/tecnosapiens/qgroundcontrol
into experimental
parents
f22025af
3d2817be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
0 deletions
+58
-0
SlugsPadCameraControl.cpp
src/ui/SlugsPadCameraControl.cpp
+14
-0
SlugsPadCameraControl.h
src/ui/SlugsPadCameraControl.h
+22
-0
SlugsPadCameraControl.ui
src/ui/SlugsPadCameraControl.ui
+22
-0
No files found.
src/ui/SlugsPadCameraControl.cpp
0 → 100644
View file @
a2c07fa1
#include "SlugsPadCameraControl.h"
#include "ui_SlugsPadCameraControl.h"
SlugsPadCameraControl
::
SlugsPadCameraControl
(
QWidget
*
parent
)
:
QWidget
(
parent
),
ui
(
new
Ui
::
SlugsPadCameraControl
)
{
ui
->
setupUi
(
this
);
}
SlugsPadCameraControl
::~
SlugsPadCameraControl
()
{
delete
ui
;
}
src/ui/SlugsPadCameraControl.h
0 → 100644
View file @
a2c07fa1
#ifndef SLUGSPADCAMERACONTROL_H
#define SLUGSPADCAMERACONTROL_H
#include <QWidget>
namespace
Ui
{
class
SlugsPadCameraControl
;
}
class
SlugsPadCameraControl
:
public
QWidget
{
Q_OBJECT
public:
explicit
SlugsPadCameraControl
(
QWidget
*
parent
=
0
);
~
SlugsPadCameraControl
();
private:
Ui
::
SlugsPadCameraControl
*
ui
;
};
#endif // SLUGSPADCAMERACONTROL_H
src/ui/SlugsPadCameraControl.ui
0 → 100644
View file @
a2c07fa1
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
SlugsPadCameraControl
</class>
<widget
class=
"QWidget"
name=
"SlugsPadCameraControl"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
400
</width>
<height>
300
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
background-color: rgb(255, 170, 0);
</string>
</property>
</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