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
2b28400e
Commit
2b28400e
authored
Jan 01, 2020
by
Gus Grubba
Committed by
Lorenz Meier
Jan 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI cleanup (WIP)
parent
f63c1ee6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
146 deletions
+62
-146
MAVLinkInspectorPage.qml
src/AnalyzeView/MAVLinkInspectorPage.qml
+52
-140
MAVLinkChart.qml
src/QmlControls/MAVLinkChart.qml
+1
-0
MAVLinkMessageButton.qml
src/QmlControls/MAVLinkMessageButton.qml
+9
-6
No files found.
src/AnalyzeView/MAVLinkInspectorPage.qml
View file @
2b28400e
This diff is collapsed.
Click to expand it.
src/QmlControls/MAVLinkChart.qml
View file @
2b28400e
...
...
@@ -80,6 +80,7 @@ ChartView {
anchors.top
:
parent
.
top
anchors.topMargin
:
ScreenTools
.
defaultFontPixelHeight
*
1.5
spacing
:
ScreenTools
.
defaultFontPixelWidth
*
2
visible
:
chartController
!==
null
GridLayout
{
columns
:
2
columnSpacing
:
ScreenTools
.
defaultFontPixelWidth
...
...
src/QmlControls/MAVLinkMessageButton.qml
View file @
2b28400e
...
...
@@ -21,8 +21,8 @@ Button {
leftPadding
:
ScreenTools
.
defaultFontPixelWidth
rightPadding
:
leftPadding
property
real
_compIDWidth
:
ScreenTools
.
defaultFontPixelWidth
*
3
property
real
_hzWidth
:
ScreenTools
.
defaultFontPixelWidth
*
7
property
real
_compIDWidth
:
ScreenTools
.
defaultFontPixelWidth
*
2.5
property
real
_hzWidth
:
ScreenTools
.
defaultFontPixelWidth
*
5
property
real
_nameWidth
:
nameLabel
.
contentWidth
background
:
Rectangle
{
...
...
@@ -40,17 +40,20 @@ Button {
QGCLabel
{
text
:
control
.
compID
color
:
checked
?
qgcPal
.
buttonHighlightText
:
qgcPal
.
buttonText
font.pointSize
:
ScreenTools
.
smallFontPointSize
Layout.minimumWidth
:
_compIDWidth
}
QGCLabel
{
id
:
nameLabel
text
:
control
.
text
color
:
checked
?
qgcPal
.
buttonHighlightText
:
qgcPal
.
buttonText
Layout.fillWidth
:
true
id
:
nameLabel
text
:
control
.
text
color
:
checked
?
qgcPal
.
buttonHighlightText
:
qgcPal
.
buttonText
font.pointSize
:
ScreenTools
.
smallFontPointSize
Layout.fillWidth
:
true
}
QGCLabel
{
color
:
checked
?
qgcPal
.
buttonHighlightText
:
qgcPal
.
buttonText
text
:
messageHz
.
toFixed
(
1
)
+
'
Hz
'
font.pointSize
:
ScreenTools
.
smallFontPointSize
horizontalAlignment
:
Text
.
AlignRight
Layout.minimumWidth
:
_hzWidth
}
...
...
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