2 changed files with 16 additions and 1 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
import QtQuick 2.2 |
||||
import QtQuick.Controls 1.2 |
||||
import QtQuick.Controls.Styles 1.2 |
||||
|
||||
import QGroundControl.FactSystem 1.0 |
||||
import QGroundControl.Palette 1.0 |
||||
import QGroundControl.Controls 1.0 |
||||
|
||||
QGCComboBox { |
||||
property Fact fact: Fact { value: 0 } |
||||
currentIndex: fact.value |
||||
onActivated: fact.value = index |
||||
} |
Loading…
Reference in new issue