QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FactTextFieldRow.qml
Go to the documentation of this file.
1
import QtQuick
2
import QtQuick.Layouts
3
4
import QGroundControl
5
import QGroundControl.Controls
6
7
RowLayout {
8
property var fact: Fact { }
9
10
QGCLabel {
11
text: fact.name + ":"
12
}
13
14
FactTextField {
15
Layout.fillWidth: true
16
showUnits: true
17
fact: parent.fact
18
}
19
}
src
FactSystem
FactControls
FactTextFieldRow.qml
Generated by
1.9.8