Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3d2817be
Commit
3d2817be
authored
Dec 03, 2010
by
tecnosapiens
Browse files
add SlugsPadCameraControl widget
parent
f8a90520
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ui/SlugsPadCameraControl.cpp
0 → 100644
View file @
3d2817be
#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 @
3d2817be
#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 @
3d2817be
<?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
Supports
Markdown
0%
Try again
or
attach a new 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