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
6abc3443
Commit
6abc3443
authored
May 04, 2016
by
dogmaphobic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Component Summary window margins
parent
e1d73b08
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
5 additions
and
21 deletions
+5
-21
APMAirframeComponentSummary.qml
src/AutoPilotPlugins/APM/APMAirframeComponentSummary.qml
+0
-1
APMCameraComponentSummary.qml
src/AutoPilotPlugins/APM/APMCameraComponentSummary.qml
+0
-1
APMFlightModesComponentSummary.qml
src/AutoPilotPlugins/APM/APMFlightModesComponentSummary.qml
+0
-1
APMPowerComponentSummary.qml
src/AutoPilotPlugins/APM/APMPowerComponentSummary.qml
+0
-1
APMRadioComponentSummary.qml
src/AutoPilotPlugins/APM/APMRadioComponentSummary.qml
+0
-1
APMSafetyComponentSummaryCopter.qml
src/AutoPilotPlugins/APM/APMSafetyComponentSummaryCopter.qml
+0
-1
APMSafetyComponentSummaryPlane.qml
src/AutoPilotPlugins/APM/APMSafetyComponentSummaryPlane.qml
+0
-1
APMSensorsComponentSummary.qml
src/AutoPilotPlugins/APM/APMSensorsComponentSummary.qml
+0
-1
ESP8266ComponentSummary.qml
src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml
+0
-1
AirframeComponentSummary.qml
src/AutoPilotPlugins/PX4/AirframeComponentSummary.qml
+0
-1
CameraComponentSummary.qml
src/AutoPilotPlugins/PX4/CameraComponentSummary.qml
+0
-1
FlightModesComponentSummary.qml
src/AutoPilotPlugins/PX4/FlightModesComponentSummary.qml
+0
-1
PX4RadioComponentSummary.qml
src/AutoPilotPlugins/PX4/PX4RadioComponentSummary.qml
+0
-1
PowerComponentSummary.qml
src/AutoPilotPlugins/PX4/PowerComponentSummary.qml
+0
-1
SafetyComponentSummary.qml
src/AutoPilotPlugins/PX4/SafetyComponentSummary.qml
+0
-1
SensorsComponentSummary.qml
src/AutoPilotPlugins/PX4/SensorsComponentSummary.qml
+0
-1
SensorsComponentSummaryFixedWing.qml
...AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml
+0
-1
QGCComboBox.qml
src/QmlControls/QGCComboBox.qml
+1
-1
QGCTextField.qml
src/QmlControls/QGCTextField.qml
+1
-1
VehicleSummary.qml
src/VehicleSetup/VehicleSummary.qml
+3
-2
No files found.
src/AutoPilotPlugins/APM/APMAirframeComponentSummary.qml
View file @
6abc3443
...
...
@@ -22,7 +22,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
id
:
nameRow
;
labelText
:
qsTr
(
"
Frame Type:
"
)
...
...
src/AutoPilotPlugins/APM/APMCameraComponentSummary.qml
View file @
6abc3443
...
...
@@ -24,7 +24,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
visible
:
_mountTypeExists
...
...
src/AutoPilotPlugins/APM/APMFlightModesComponentSummary.qml
View file @
6abc3443
...
...
@@ -23,7 +23,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Flight Mode 1:
"
)
...
...
src/AutoPilotPlugins/APM/APMPowerComponentSummary.qml
View file @
6abc3443
...
...
@@ -42,7 +42,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Battery monitor:
"
)
...
...
src/AutoPilotPlugins/APM/APMRadioComponentSummary.qml
View file @
6abc3443
...
...
@@ -21,7 +21,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Roll:
"
)
...
...
src/AutoPilotPlugins/APM/APMSafetyComponentSummaryCopter.qml
View file @
6abc3443
...
...
@@ -85,7 +85,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Arming Checks:
"
)
...
...
src/AutoPilotPlugins/APM/APMSafetyComponentSummaryPlane.qml
View file @
6abc3443
...
...
@@ -24,7 +24,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Throttle failsafe:
"
)
...
...
src/AutoPilotPlugins/APM/APMSensorsComponentSummary.qml
View file @
6abc3443
...
...
@@ -46,7 +46,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Compass 1:
"
)
...
...
src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml
View file @
6abc3443
...
...
@@ -29,7 +29,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Firmware Version:
"
)
valueText
:
esp8266
.
version
...
...
src/AutoPilotPlugins/PX4/AirframeComponentSummary.qml
View file @
6abc3443
...
...
@@ -10,7 +10,6 @@ import QGroundControl.Palette 1.0
FactPanel
{
id
:
panel
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
color
:
qgcPal
.
windowShadeDark
QGCPalette
{
id
:
qgcPal
;
colorGroupEnabled
:
enabled
}
...
...
src/AutoPilotPlugins/PX4/CameraComponentSummary.qml
View file @
6abc3443
...
...
@@ -22,7 +22,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Trigger mode:
"
)
...
...
src/AutoPilotPlugins/PX4/FlightModesComponentSummary.qml
View file @
6abc3443
...
...
@@ -22,7 +22,6 @@ FactPanel {
Loader
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
sourceComponent
:
_simpleMode
?
simple
:
advanced
}
...
...
src/AutoPilotPlugins/PX4/PX4RadioComponentSummary.qml
View file @
6abc3443
...
...
@@ -24,7 +24,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Roll:
"
)
...
...
src/AutoPilotPlugins/PX4/PowerComponentSummary.qml
View file @
6abc3443
...
...
@@ -47,7 +47,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Battery Full:
"
)
...
...
src/AutoPilotPlugins/PX4/SafetyComponentSummary.qml
View file @
6abc3443
...
...
@@ -24,7 +24,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
RTL min alt:
"
)
...
...
src/AutoPilotPlugins/PX4/SensorsComponentSummary.qml
View file @
6abc3443
...
...
@@ -27,7 +27,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
8
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Compass 0:
"
)
...
...
src/AutoPilotPlugins/PX4/SensorsComponentSummaryFixedWing.qml
View file @
6abc3443
...
...
@@ -25,7 +25,6 @@ FactPanel {
Column
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
VehicleSummaryRow
{
labelText
:
qsTr
(
"
Compass:
"
)
...
...
src/QmlControls/QGCComboBox.qml
View file @
6abc3443
...
...
@@ -9,7 +9,7 @@ import QGroundControl.ScreenTools 1.0
ComboBox
{
property
var
_qgcPal
:
QGCPalette
{
colorGroupEnabled
:
enabled
}
property
bool
_showHighlight
:
pressed
|
hovered
property
bool
_showBorder
:
_qgcPal
.
globalTheme
==
QGCPalette
.
Light
property
bool
_showBorder
:
_qgcPal
.
globalTheme
==
=
QGCPalette
.
Light
style
:
ComboBoxStyle
{
font.pointSize
:
ScreenTools
.
defaultFontPointSize
...
...
src/QmlControls/QGCTextField.qml
View file @
6abc3443
...
...
@@ -20,7 +20,7 @@ TextField {
property
var
__qgcPal
:
QGCPalette
{
colorGroupEnabled
:
enabled
}
textColor
:
__qgcPal
.
textFieldText
height
:
Math
.
max
(
25
,
Math
.
round
(
TextSingleton
.
implicitHeight
*
1.2
))
height
:
Math
.
max
(
25
,
Math
.
round
(
unitsLabel
.
implicitHeight
*
1.2
))
Label
{
id
:
unitsLabelWidthGenerator
...
...
src/VehicleSetup/VehicleSummary.qml
View file @
6abc3443
...
...
@@ -152,6 +152,7 @@ Rectangle {
width
:
parent
.
width
Loader
{
anchors.fill
:
parent
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
source
:
modelData
.
summaryQmlSource
}
}
...
...
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