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
ff844e63
Commit
ff844e63
authored
Jul 29, 2014
by
Bryant Mairs
Browse files
Update QML files to Qt Quick 2.1, the version as of Qt5.1.
parent
07a50dbb
Changes
5
Hide whitespace changes
Inline
Side-by-side
qml/ApmToolBar.qml
View file @
ff844e63
import
QtQuick
1
.1
import
QtQuick
2
.1
import
"
./components
"
...
...
qml/components/Button.qml
View file @
ff844e63
import
QtQuick
1
.1
import
QtQuick
2
.1
Rectangle
{
signal
clicked
...
...
qml/components/DigitalDisplay.qml
View file @
ff844e63
import
QtQuick
1
.1
import
QtQuick
2
.1
Rectangle
{
...
...
qml/components/StatusDisplay.qml
View file @
ff844e63
import
QtQuick
1
.1
import
QtQuick
2
.1
Rectangle
{
id
:
statusDisplay
...
...
qml/components/TextButton.qml
View file @
ff844e63
import
QtQuick
1
.1
import
QtQuick
2
.1
Rectangle
{
signal
clicked
...
...
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