|
|
|
@ -191,6 +191,7 @@ SetupPage {
@@ -191,6 +191,7 @@ SetupPage {
|
|
|
|
|
anchors.left: lightsStepLabel.right |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 15 |
|
|
|
|
model: lightsOutModel |
|
|
|
|
textRole: "text" |
|
|
|
|
currentIndex: lights1OutIndex |
|
|
|
|
|
|
|
|
|
onActivated: setRCFunction(lightsOutModel.get(index).value, lights1Function) |
|
|
|
@ -211,6 +212,7 @@ SetupPage {
@@ -211,6 +212,7 @@ SetupPage {
|
|
|
|
|
anchors.left: lightsStepLabel.right |
|
|
|
|
width: lights1Combo.width |
|
|
|
|
model: lightsOutModel |
|
|
|
|
textRole: "text" |
|
|
|
|
currentIndex: lights2OutIndex |
|
|
|
|
|
|
|
|
|
onActivated: setRCFunction(lightsOutModel.get(index).value, lights2Function) |
|
|
|
|