qmlFrontend/qml/qmlFrontend/GameConfig.qml
branchqmlfrontend
changeset 11433 bca9afcc3a72
parent 11432 97e3e62ea5f9
child 11434 23912c93935a
equal deleted inserted replaced
11432:97e3e62ea5f9 11433:bca9afcc3a72
    90                      HWEngine.setScript(scriptName.text)
    90                      HWEngine.setScript(scriptName.text)
    91                  }
    91                  }
    92             }
    92             }
    93             Connections {
    93             Connections {
    94                 target: HWEngine
    94                 target: HWEngine
    95                 onScriptChanged: scriptsModel.showItem({"iconSource" : "", "text" : script});
    95                 onScriptChanged: cbScript.showItem({"iconSource" : "", "text" : script});
    96             }
    96             }
    97         }
    97         }
    98     }
    98     }
    99 
    99 
   100     HWComboBox {
   100     HWComboBox {