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
e5c843ca
Commit
e5c843ca
authored
Dec 01, 2015
by
dogmaphobic
Browse files
Serial Configuration Done (QML)
parent
6541cbf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/LinkSettings.qml
View file @
e5c843ca
...
...
@@ -362,6 +362,8 @@ Rectangle {
QGCButton
{
width
:
ScreenTools
.
defaultFontPixelWidth
*
10
text
:
"
OK
"
//-- TODO: For now, only allow Serial (the only one completed)
enabled
:
editConfig
&&
editConfig
.
linkType
===
LinkConfiguration
.
TypeSerial
onClicked
:
{
// Save editting
editConfig
.
name
=
nameField
.
text
...
...
@@ -393,7 +395,7 @@ Rectangle {
Component
{
id
:
serialLinkSettings
Column
{
width
:
parent
.
width
width
:
serialLinkSettings
.
width
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
id
:
serialLabel
...
...
@@ -601,7 +603,7 @@ Rectangle {
Component
{
id
:
udpLinkSettings
Column
{
width
:
parent
.
width
width
:
udpLinkSettings
.
width
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
id
:
udpLabel
...
...
@@ -637,7 +639,7 @@ Rectangle {
Component
{
id
:
tcpLinkSettings
Column
{
width
:
parent
.
width
width
:
tcpLinkSettings
.
width
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
id
:
tcpLabel
...
...
@@ -681,7 +683,7 @@ Rectangle {
Component
{
id
:
logLinkSettings
Column
{
width
:
parent
.
width
width
:
logLinkSettings
.
width
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
text
:
"
Log Replay Link Settings
"
...
...
@@ -700,7 +702,7 @@ Rectangle {
Component
{
id
:
mockLinkSettings
Column
{
width
:
parent
.
width
width
:
mockLinkSettings
.
width
spacing
:
ScreenTools
.
defaultFontPixelHeight
/
2
QGCLabel
{
text
:
"
Mock Link Settings
"
...
...
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